summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-11draw: preserve specular alpha when flatshading -- may be FOGCgallium-0.1-driKeith Whitwell1-2/+28
2008-06-11draw: remove another debug assert on failover to generic vs varientKeith Whitwell1-2/+1
2008-06-11trivial: add test for integer vertex arraysKeith Whitwell2-0/+118
2008-06-11draw: remove debug assert on failover to generic vs varientKeith Whitwell1-1/+0
2008-06-10mesa: refactor: fix some FEATURE_ typos, mistakesBrian Paul2-2/+2
2008-06-10gallium: work-around glapi.c build problem for dri configsBrian Paul1-4/+12
2008-06-10egl: only windows are renderable at this timeBrian Paul1-0/+3
2008-06-10egl: some prototype API detection codeBrian Paul1-0/+52
2008-06-10mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul16-99/+323
2008-06-10mesa: include mtypes.hBrian Paul1-0/+2
2008-06-10mesa: remove unnecessary swrast, tnl includesBrian Paul1-3/+0
2008-06-10gallium: remove stray include of st_context.hBrian Paul1-2/+0
2008-06-10add some missing rule dependenciesBrian Paul1-3/+3
2008-06-10Revert "draw: no need to rearrange most primitives in vcache for flatshade-fi...Keith Whitwell2-72/+56
2008-06-10draw: no need to rearrange most primitives in vcache for flatshade-firstKeith Whitwell2-56/+72
2008-06-10draw: fix edgeflags on clipped poly emitKeith Whitwell1-1/+1
2008-06-10trivial: add trifan testsKeith Whitwell6-0/+706
2008-06-10trivial: add poly-flat-clip testsKeith Whitwell3-4/+150
2008-06-10trivial: add tristrip-flat to makefileKeith Whitwell1-0/+1
2008-06-10copy msaa visuals capabilityRoland Scheidegger1-1/+4
2008-06-10draw: rework splitting of fan/loop prims in varray.c, fix flatshade issuesKeith Whitwell2-116/+76
2008-06-10softpipe: Replace GETENV by debug_get_bool_option.José Fonseca1-2/+2
2008-06-10gallium: Detect buffer overflows in the homegrown memory debugger.José Fonseca1-3/+46
2008-06-10pipebuffer: Alternative buffer manager.José Fonseca4-0/+108
2008-06-10pipebuffer: Be more lenient when matching cached buffer sizes.José Fonseca1-2/+5
2008-06-10gallium: Deprecate GETENV. Replace by debug_get_bool_option.José Fonseca4-7/+5
2008-06-09mesa: Xlib libGL.so fixes from masterBrian Paul1-3/+1
2008-06-09mesa: remove unused api_eval.h header fileBrian Paul3-44/+0
2008-06-09mesa: refactor: move _mesa_update_minmax/histogram() into image.cBrian Paul3-74/+64
2008-06-09mesa: refactor: move multisample-related functions into new multisample.c fileBrian Paul9-44/+110
2008-06-09mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...Brian Paul6-83/+88
2008-06-09mesa: refactor: move glClear, glClearColor into new clear.c file.Brian Paul7-153/+228
2008-06-09gallium: include scissor.hBrian Paul2-0/+2
2008-06-09mesa: refactor: move scissor functions into new scissor.c fileBrian Paul9-85/+151
2008-06-09mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul7-806/+873
2008-06-09mesa: refactor: move pixel map/scale/bias code into image.cBrian Paul5-477/+487
2008-06-09mesa: refactor: new _mesa_init_pixelstore() functionBrian Paul4-28/+43
2008-06-09mesa: refactor: move glReadPixels code into new readpix.c fileBrian Paul7-172/+244
2008-06-09mesa: refactor: move glPixelStore function into new pixelstore.c fileBrian Paul7-203/+276
2008-06-09s/SOLO/MESA/Brian Paul1-2/+2
2008-06-09mesa: chmod a-x context.cBrian Paul1-0/+0
2008-06-09Makefile clean-upsBrian Paul2-3/+3
2008-06-09more old stuff, rename SOLO->MESA, etcBrian Paul1-13/+7
2008-06-09mesa: disable VF_SOURCESBrian Paul1-2/+1
2008-06-09mesa: remove some obsolete gallium bitsBrian Paul1-5/+0
2008-06-09mesa: get rid of FBDEV/SVGA/etc bitsBrian Paul1-14/+2
2008-06-09egl: s/softpipe_egl.so/egl_softpipe.so/Brian Paul2-4/+4
2008-06-09egl: choose between DRI and softpipe driversBrian Paul1-3/+55
2008-06-09glsl: fix array size initialiazers using const variablesZack Rusin1-2/+26
2008-06-09gallium: disable a tgsi_dump() callBrian Paul1-0/+2