summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
AgeCommit message (Expand)Author
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
2009-02-11mesa: refactor MATH_SOURCES, remove Mesa x86 codegen from gallium buildBrian Paul
2009-02-09mesa: add x86/rtasm/x86sse.c to fix linux-x86 buildBrian Paul
2009-02-09mesa: added new linux-gallium and linux-gallium-debug configsBrian Paul
2008-12-16mesa: updated list of src filesBrian Paul
2008-12-12st: move feedback draw function to new fileKeith Whitwell
2008-08-19gallium: do a proper implementation of GL_OES_read_formatBrian Paul
2008-08-12mesa: Rename sources to sources.mak.José Fonseca