summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-24docs: update webmaster email addrBrian Paul
2008-11-24gallium: massage sp_vbuf_draw() and sp_vbuf_draw_arrays() to look more alikeBrian Paul
2008-11-24mesa: issue error, don't crash, when calling a prototyped, but undefined func...Brian Paul
2008-11-24mesa: better variable name: s/aux/store/Brian Paul
2008-11-24added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shaderBrian Paul
2008-11-24i965: Add support for accelerated CopyTexSubImage.Eric Anholt
2008-11-24intel: Don't glBitmap fallback with scissoring enabled.Eric Anholt
2008-11-24i915: Don't overwrite i915's Viewport function from generic code.Eric Anholt
2008-11-24progs: Add ignoresJakob Bornecrantz
2008-11-24util: Add generic tile and detile functionsJakob Bornecrantz
2008-11-23softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian
2008-11-21cell: only build Cell and softpipe driversBrian Paul
2008-11-21CELL: use variant-length fragment ops programsRobert Ellison
2008-11-21glut: MinGW portability fixes.José Fonseca
2008-11-21gdi: Reimplement using the WGL statetracker.José Fonseca
2008-11-21mesa: Bring in new mesa sub-statetracker.José Fonseca
2008-11-21scons: Build progs.José Fonseca
2008-11-20CELL: improve twiddling/untwiddling error textRobert Ellison
2008-11-20Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-11-20mesa: fix shadow sampling unit issue.Xiang, Haihao
2008-11-20intel: fix i830 comment + backwards VB offsets.airlied
2008-11-20intel: fix i8xx vbo enable bitairlied
2008-11-20intel: add lots of i830 engine to intel_decode debugairlied
2008-11-19mesa: minor comment reformatttingBrian Paul
2008-11-19mesa: glsl compiler debug codeBrian Paul
2008-11-19mesa: rework GLSL array code generationBrian Paul
2008-11-19scons: Fix toolchain selection.Michal Krol
2008-11-19mesa: don't realloc instruction buffer so oftenBrian Paul
2008-11-19mesa: updated commentBrian Paul
2008-11-19Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-11-20python/retrace: Dump constants.José Fonseca
2008-11-20python: Allow to read from buffers.José Fonseca
2008-11-19python/retrace: Fix formatting of shaders.José Fonseca
2008-11-19python/retrace: Ignore irrelevant calls.José Fonseca
2008-11-19add SRGB formatsAlan Hourihane
2008-11-19python/retrace: Highlight the trace dump to help to visualize.José Fonseca
2008-11-19python/retrace: Use the usual BSD-style license.José Fonseca
2008-11-19mesa: clamp luminance if needed.Xiang, Haihao
2008-11-18tgsi: Return 0.0 for negative constant register indices.Michal Krol
2008-11-18tgsi: Keep address register as a floating point.Michal Krol
2008-11-18scons: Support MinGW32 cross compiler.José Fonseca
2008-11-17gallium: Use costum log2 for all windows builds.José Fonseca
2008-11-17gallium: State when there are no memory leaks detected.José Fonseca
2008-11-17gallium: Make handle_table reentrant.José Fonseca
2008-11-17gallium: Yet another WinCE portability fix.José Fonseca
2008-11-17gallium: State when there are no memory leaks detected.José Fonseca
2008-11-17gallium: Make handle_table reentrant.José Fonseca
2008-11-16gallivm: fix some small stuff.Stephane Marchesin
2008-11-16i915: Silence warningsJakob Bornecrantz
2008-11-15Merge commit 'origin/master' into gallium-0.2Keith Whitwell