summaryrefslogtreecommitdiffstats
path: root/src/mesa/sources.mak
Commit message (Expand)AuthorAgeFilesLines
...
| * mesa: move uniforms.c to main/Brian Paul2010-06-101-2/+2
| * mesa: refactor shader api / object codeBrian Paul2010-06-101-2/+2
* | glsl2: Replace the GLSL compiler with the glsl2 project.Eric Anholt2010-06-241-6/+15
|/
* mesa: move GLSL uniform functions into new source fileBrian Paul2010-05-261-1/+2
* gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz2010-05-211-0/+1
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-0/+1
|\
| * mesa/st: adapt to interface changesRoland Scheidegger2010-05-171-0/+1
* | mesa: Optimize get.c by using a table-driven approachKristian Høgsberg2010-05-111-3/+1
* | mesa: more transform feedback infrastructureBrian Paul2010-05-101-0/+1
* | glapi: Move to src/mapi/.Chia-I Wu2010-05-071-23/+1
* | glapi: Move assembly dispatchers back into glapi/.Chia-I Wu2010-05-071-3/+3
* | mesa: remove unused renderbuffer adaptor codeBrian Paul2010-05-041-1/+0
* | mesa: Fix build of ES overlay.Chia-I Wu2010-05-051-5/+4
|/
* mesa: Only compile ES files when ES1 or ES2 are selectedKristian Høgsberg2010-05-021-5/+10
* st/mesa: Move st_cb_drawtex.c to the mesa state trackerKristian Høgsberg2010-04-281-0/+1
* mesa: Move drawtex functionality to main/Kristian Høgsberg2010-04-281-0/+1
* mesa: Move glQueryMatrixxOES() implementation to core mesaKristian Høgsberg2010-04-281-0/+1
* mesa: Move support for paletted textures to main/teximage.cKristian Høgsberg2010-04-281-0/+1
* mesa: Move get_es*.c to main/Kristian Høgsberg2010-04-271-0/+2
* mesa: Move api_exec_es*.c into mesa/mainKristian Høgsberg2010-04-271-0/+2
* st/mesa: Drop st_public support.Chia-I Wu2010-04-131-1/+0
* st/mesa: Implement GL_OES_EGL_image driver hooks.Chia-I Wu2010-04-041-0/+1
* mesa: add transformfeedback.c to buildBrian Paul2010-03-301-0/+1
* Merge remote branch 'origin/gallium-st-api'Chia-I Wu2010-03-161-0/+1
|\
| * st/mesa: Implement st_api.h.Chia-I Wu2010-03-121-0/+1
* | glapi: exec_malloc for dispatch stubsGeorge Sapountzis2010-03-141-0/+1
|/
* glapi: split out arch-specific code for entrypointsGeorge Sapountzis2010-03-091-0/+1
* glapi: Move src/mesa/main/dispatch.c to glapi and rename.Chia-I Wu2010-02-251-1/+1
* st/dri2: Use event-driven buffer validation.Francisco Jerez2010-02-161-1/+0
* glapi: split the no-op dispatch code into new glapi_nop.c fileBrian Paul2010-01-221-0/+1
* st/mesa: Remove st_api.c.Chia-I Wu2010-01-121-1/+0
* mesa: added version.c to buildBrian Paul2010-01-051-0/+1
* st/mesa: implement conditional renderingBrian Paul2009-12-311-0/+1
* mesa: _mesa_Begin/EndConditionalRender() functionsBrian Paul2009-12-311-0/+1
* Remove grammar module -- no dependencies left.Michal Krol2009-12-121-1/+0
* Merge branch 'master' into glsl-pp-rework-2Michal Krol2009-12-121-3/+3
|\
| * mesa: Move OES_read_format support from drivers into the core.Eric Anholt2009-12-091-1/+0
| * Merge branch 'texformat-rework'Brian Paul2009-10-281-0/+2
| |\
| | * mesa: move texel fetch/store into new texfetch.[ch] filesBrian Paul2009-09-301-0/+1
| | * mesa: added formats.c to buildBrian Paul2009-09-261-0/+1
| * | mesa: Enable remap table in core.Chia-I Wu2009-10-231-0/+1
| |/
| * Revert "st/mesa: Compile in meta.c."Brian Paul2009-09-201-1/+0
| * st/mesa: Compile in meta.c.Chia-I Wu2009-09-201-0/+1
| * mesa: remove s_imaging.c from buildBrian Paul2009-09-191-1/+0
| * mesa: remove s_texstore.c from makefile/project filesBrian Paul2009-09-191-1/+0
* | mesa: added new libglslpp.a and libglslcl.a to libGL buildBrian Paul2009-12-101-0/+6
* | slang: Remove the old preprocessor.Michal Krol2009-09-081-1/+0
|/
* ARB sync: Add support for GL_ARB_sync to swrastIan Romanick2009-09-031-0/+1
* mesa: remove -I$(TOP)/src/gallium/drivers from sources.makBrian Paul2009-08-251-1/+0
* Merge branch 'master' into asm-shader-rework-1Ian Romanick2009-08-181-1/+2
|\