summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2008-06-11Bring in DRI2 changesAlan Hourihane
2008-06-10mesa: refactor: fix some FEATURE_ typos, mistakesBrian Paul
2008-06-10gallium: work-around glapi.c build problem for dri configsBrian Paul
2008-06-10mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul
2008-06-10mesa: include mtypes.hBrian Paul
2008-06-10mesa: remove unnecessary swrast, tnl includesBrian Paul
2008-06-10gallium: remove stray include of st_context.hBrian Paul
2008-06-10add some missing rule dependenciesBrian Paul
2008-06-09mesa: Xlib libGL.so fixes from masterBrian Paul
2008-06-09mesa: remove unused api_eval.h header fileBrian Paul
2008-06-09mesa: refactor: move _mesa_update_minmax/histogram() into image.cBrian Paul
2008-06-09mesa: refactor: move multisample-related functions into new multisample.c fileBrian Paul
2008-06-09mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...Brian Paul
2008-06-09mesa: refactor: move glClear, glClearColor into new clear.c file.Brian Paul
2008-06-09gallium: include scissor.hBrian Paul
2008-06-09mesa: refactor: move scissor functions into new scissor.c fileBrian Paul
2008-06-09mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul
2008-06-09mesa: refactor: move pixel map/scale/bias code into image.cBrian Paul
2008-06-09mesa: refactor: new _mesa_init_pixelstore() functionBrian Paul
2008-06-09mesa: refactor: move glReadPixels code into new readpix.c fileBrian Paul
2008-06-09mesa: refactor: move glPixelStore function into new pixelstore.c fileBrian Paul
2008-06-09s/SOLO/MESA/Brian Paul
2008-06-09mesa: chmod a-x context.cBrian Paul
2008-06-09Makefile clean-upsBrian Paul
2008-06-09more old stuff, rename SOLO->MESA, etcBrian Paul
2008-06-09mesa: disable VF_SOURCESBrian Paul
2008-06-09mesa: remove some obsolete gallium bitsBrian Paul
2008-06-09mesa: get rid of FBDEV/SVGA/etc bitsBrian Paul
2008-06-09glsl: fix array size initialiazers using const variablesZack Rusin
2008-06-09mesa: Most of the functions of MESA_TEXTURE_S8_Z24 are now supportedJakob Bornecrantz
2008-06-08mesa: Add MESA_FORMAT_S8_Z24 texture formatJakob Bornecrantz
2008-06-06mesa: sync up with latest Makefile changes on masterBrian Paul
2008-06-06mesa: turn off ffvertex prog debugKeith Whitwell
2008-06-05sync up with Makefile changes on masterBrian Paul
2008-06-05Move construction of libOSMesa.so into src/mesa/drivers/osmesa/MakefileBrian Paul
2008-06-05insert mesa/ before include filesBrian Paul
2008-06-05mesa: always build libglapi.a, updated subdir, gl.pc rule code from masterBrian Paul
2008-06-05mesa: Makefile commentBrian Paul
2008-06-05mesa: remove EXT/NV suffixes from _mesa_PointParameter functionsBrian Paul
2008-06-05mesa: added _mesa_DrawArrays, DrawElements, DrawRangeElements() wrappers for ...Brian Paul
2008-06-04Set the attribute as used.Alan Hourihane
2008-06-04scons: Generate matypes.h at build time.José Fonseca
2008-06-04mesa: Remove assyntax.h include from generated matypes.h.José Fonseca
2008-05-31mesa: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31scons: Enable mesa state tracker in all platforms by default.José Fonseca
2008-05-31mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2008-05-30mesa: undo accidental setting of _ForceEyeCoordsKeith Whitwell
2008-05-30Fix segfault in _save_OBE_DrawElements() when using VBO and display list (bug...Brian Paul
2008-05-30Merge branch 'gallium-tex-surfaces' into gallium-0.1Jakob Bornecrantz
2008-05-30sis: Removed useless commentJakob Bornecrantz