summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-06-11draw: don't assume vertex position is in data[0]Keith Whitwell
2008-06-11draw: preserve specular alpha when flatshading -- may be FOGCKeith Whitwell
2008-06-11fix card_extensionsAlan Hourihane
2008-06-11fix legacy DRIAlan Hourihane
2008-06-11add missed files for DRI2 mergeAlan Hourihane
2008-06-11Hook gallium i915 up to DRI2Alan Hourihane
2008-06-11small optimizationAlan Hourihane
2008-06-11Bring in DRI2 changesAlan Hourihane
2008-06-11draw: remove another debug assert on failover to generic vs varientKeith Whitwell
2008-06-11draw: remove debug assert on failover to generic vs varientKeith Whitwell
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-10egl: only windows are renderable at this timeBrian Paul
2008-06-10egl: some prototype API detection codeBrian Paul
2008-06-10mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul
Also, check the FEATURE flags in many places.
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-10Revert "draw: no need to rearrange most primitives in vcache for ↵Keith Whitwell
flatshade-first" This reverts commit ad44e68706877ab06929747e7a82c718c1c27e02.
2008-06-10draw: no need to rearrange most primitives in vcache for flatshade-firstKeith Whitwell
The driver/pipeline will still be applying flatshade-first state to the triangles emitted from vcache, so there's no need to rotate the vertices of most primitives. The only exception is POLYGON, as explained in the code.
2008-06-10draw: fix edgeflags on clipped poly emitKeith Whitwell
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
For situations where one has a reserve memory pool, or a faster/slower pool.
2008-06-10pipebuffer: Be more lenient when matching cached buffer sizes.José Fonseca
Reuse cached buffers up to twice as big a requested.
2008-06-10gallium: Deprecate GETENV. Replace by debug_get_bool_option.José Fonseca
debug_get_bool_option will interpret "n", "no", "0", "f", or "false" as FALSE; and everything else as TRUE. The default value (used when the variable is not set) is received as a parameter.
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 ↵Brian Paul
framebuffer.c
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
pixel.c is just the API-related code now.
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