summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-06-10copy msaa visuals capabilityRoland Scheidegger
2008-06-10draw: rework splitting of fan/loop prims in varray.c, fix flatshade issuesKeith Whitwell
2008-06-10softpipe: Replace GETENV by debug_get_bool_option.José Fonseca
2008-06-10gallium: Detect buffer overflows in the homegrown memory debugger.José Fonseca
2008-06-10pipebuffer: Alternative buffer manager.José Fonseca
2008-06-10pipebuffer: Be more lenient when matching cached buffer sizes.José Fonseca
2008-06-10gallium: Deprecate GETENV. Replace by debug_get_bool_option.José Fonseca
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-09egl: s/softpipe_egl.so/egl_softpipe.so/Brian Paul
2008-06-09egl: choose between DRI and softpipe driversBrian Paul
2008-06-09glsl: fix array size initialiazers using const variablesZack Rusin
2008-06-09gallium: disable a tgsi_dump() callBrian Paul
2008-06-09i915: Disable color buffer writes if no color buffer is attachedJakob Bornecrantz
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-07draw: fix temp vs output buffer typo in vsvg_run_eltsKeith Whitwell
2008-06-07Fix CRLF line endings.Jose Fonseca
2008-06-06egl: improved MakefileBrian Paul
2008-06-06egl: EGL->DRI adaptor/driverBrian Paul
2008-06-06egl: clean-upsBrian Paul
2008-06-06mesa: disable visual warning unless LIBGL_DEBUG is definedBrian Paul
2008-06-06egl: make _eglChooseDRMDriver() non-staticBrian Paul
2008-06-06egl: change default logging level to _EGL_WARNINGBrian Paul
2008-06-06gallium: additional commentBrian Paul
2008-06-06mesa: sync up with latest Makefile changes on masterBrian Paul
2008-06-06draw: fix intermediate buffer confusion in draw_vs_varient.cKeith Whitwell
2008-06-06egl: open X display if neededBrian Paul
2008-06-06mesa: turn off ffvertex prog debugKeith Whitwell
2008-06-06draw: make sure middle-end primitive is uptodate in vcacheKeith Whitwell
2008-06-06i915: Moved EGL_i915 to the common codeJakob Bornecrantz
2008-06-06i915: Moved pipe_buffer and i915_winsys functions to a common folderJakob Bornecrantz