summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
AgeCommit message (Expand)Author
2010-05-26mesa: move GLSL uniform functions into new source fileBrian Paul
2010-05-21gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger
2010-05-02mesa: Only compile ES files when ES1 or ES2 are selectedKristian Høgsberg
2010-05-11mesa: Optimize get.c by using a table-driven approachKristian Høgsberg
2010-05-10mesa: more transform feedback infrastructureBrian Paul
2010-05-07glapi: Move to src/mapi/.Chia-I Wu
2010-05-07glapi: Move assembly dispatchers back into glapi/.Chia-I Wu
2010-05-04mesa: remove unused renderbuffer adaptor codeBrian Paul
2010-05-05mesa: Fix build of ES overlay.Chia-I Wu
2010-04-28st/mesa: Move st_cb_drawtex.c to the mesa state trackerKristian Høgsberg
2010-04-28mesa: Move drawtex functionality to main/Kristian Høgsberg
2010-04-28mesa: Move glQueryMatrixxOES() implementation to core mesaKristian Høgsberg
2010-04-28mesa: Move support for paletted textures to main/teximage.cKristian Høgsberg
2010-04-27mesa: Move get_es*.c to main/Kristian Høgsberg
2010-04-27mesa: Move api_exec_es*.c into mesa/mainKristian Høgsberg
2010-04-13st/mesa: Drop st_public support.Chia-I Wu
2010-04-04st/mesa: Implement GL_OES_EGL_image driver hooks.Chia-I Wu
2010-03-30mesa: add transformfeedback.c to buildBrian Paul
2010-03-16Merge remote branch 'origin/gallium-st-api'Chia-I Wu
2010-03-14glapi: exec_malloc for dispatch stubsGeorge Sapountzis
2010-03-12st/mesa: Implement st_api.h.Chia-I Wu
2010-03-09glapi: split out arch-specific code for entrypointsGeorge Sapountzis
2010-02-25glapi: Move src/mesa/main/dispatch.c to glapi and rename.Chia-I Wu
2010-02-16st/dri2: Use event-driven buffer validation.Francisco Jerez
2010-01-22glapi: split the no-op dispatch code into new glapi_nop.c fileBrian Paul
2010-01-12st/mesa: Remove st_api.c.Chia-I Wu
2010-01-05mesa: added version.c to buildBrian Paul
2009-12-31st/mesa: implement conditional renderingBrian Paul
2009-12-31mesa: _mesa_Begin/EndConditionalRender() functionsBrian Paul
2009-12-12Remove grammar module -- no dependencies left.Michal Krol
2009-12-12Merge branch 'master' into glsl-pp-rework-2Michal Krol
2009-12-10mesa: added new libglslpp.a and libglslcl.a to libGL buildBrian Paul
2009-12-09mesa: Move OES_read_format support from drivers into the core.Eric Anholt
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-09-30mesa: move texel fetch/store into new texfetch.[ch] filesBrian Paul
2009-09-26mesa: added formats.c to buildBrian Paul
2009-09-20Revert "st/mesa: Compile in meta.c."Brian Paul
2009-09-20st/mesa: Compile in meta.c.Chia-I Wu
2009-09-19mesa: remove s_imaging.c from buildBrian Paul
2009-09-19mesa: remove s_texstore.c from makefile/project filesBrian Paul
2009-09-08slang: Remove the old preprocessor.Michal Krol
2009-09-03ARB sync: Add support for GL_ARB_sync to swrastIan Romanick
2009-08-25mesa: remove -I$(TOP)/src/gallium/drivers from sources.makBrian Paul
2009-08-18Merge branch 'master' into asm-shader-rework-1Ian Romanick
2009-08-10mesa: new driver meta-ops moduleBrian Paul
2009-07-20ARB_fp/vp: Initial import of new ARB vp/fp assemblerIan Romanick
2009-07-20Add common_ppc.c to MESA_GALLIUM_SOURCES.Michel Dänzer