summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
AgeCommit message (Expand)Author
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
2009-04-03mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul
2009-03-07mesa: move shared context state functions to new shared.c fileBrian Paul
2009-03-07mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul
2009-03-07swrast: rename s_buffers.c -> s_clear.cBrian Paul
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul
2009-03-06mesa: add new program optimizer codeBrian Paul
2009-03-04mesa: new cpuinfo.c file to init/query cpu info and extensionsBrian Paul
2009-03-05mesa: Add x86/common_x86.c to libmesagallium.aJakob Bornecrantz
2009-03-04mesa: rename x86.c -> x86_xform.cBrian Paul
2009-03-02mesa: remove VF_SOURCES, simplify MATH_XFORM_SOURCESBrian Paul
2009-02-28mesa: just re-order some parts and update comments in sources.makBrian Paul
2009-02-28mesa: add gallium state tracker sources to ALL_SOURCESBrian Paul
2009-02-23gallium: add winsys interface for viewport changes to support DRI2Alan Hourihane