Age | Commit message (Expand) | Author |
2008-11-21 | intel: Don't glBitmap fallback with scissoring enabled. | Eric Anholt |
2008-11-21 | i915: Don't overwrite i915's Viewport function from generic code. | Eric Anholt |
2008-11-21 | glut: MinGW portability fixes. | José Fonseca |
2008-11-21 | gdi: Reimplement using the WGL statetracker. | José Fonseca |
2008-11-21 | mesa: Bring in new mesa sub-statetracker. | José Fonseca |
2008-11-20 | CELL: improve twiddling/untwiddling error text | Robert Ellison |
2008-11-20 | scons: Support MinGW32 cross compiler. | José Fonseca |
2008-11-20 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-11-20 | mesa: fix shadow sampling unit issue. | Xiang, Haihao |
2008-11-20 | intel: fix i830 comment + backwards VB offsets. | airlied |
2008-11-20 | intel: fix i8xx vbo enable bit | airlied |
2008-11-20 | intel: add lots of i830 engine to intel_decode debug | airlied |
2008-11-19 | mesa: minor comment reformattting | Brian Paul |
2008-11-19 | mesa: glsl compiler debug code | Brian Paul |
2008-11-19 | mesa: rework GLSL array code generation | Brian Paul |
2008-11-19 | mesa: don't realloc instruction buffer so often | Brian Paul |
2008-11-19 | mesa: updated comment | Brian Paul |
2008-11-19 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-11-20 | python/retrace: Dump constants. | José Fonseca |
2008-11-20 | python: Allow to read from buffers. | José Fonseca |
2008-11-19 | python/retrace: Fix formatting of shaders. | José Fonseca |
2008-11-19 | python/retrace: Ignore irrelevant calls. | José Fonseca |
2008-11-19 | add SRGB formats | Alan Hourihane |
2008-11-19 | python/retrace: Highlight the trace dump to help to visualize. | José Fonseca |
2008-11-19 | python/retrace: Use the usual BSD-style license. | José Fonseca |
2008-11-19 | mesa: clamp luminance if needed. | Xiang, Haihao |
2008-11-18 | tgsi: Return 0.0 for negative constant register indices. | Michal Krol |
2008-11-18 | tgsi: Keep address register as a floating point. | Michal Krol |
2008-11-18 | scons: Support MinGW32 cross compiler. | José Fonseca |
2008-11-17 | gallium: Use costum log2 for all windows builds. | José Fonseca |
2008-11-17 | gallium: State when there are no memory leaks detected. | José Fonseca |
2008-11-17 | gallium: Make handle_table reentrant. | José Fonseca |
2008-11-17 | gallium: State when there are no memory leaks detected. | José Fonseca |
2008-11-17 | gallium: Make handle_table reentrant. | José Fonseca |
2008-11-16 | gallivm: fix some small stuff. | Stephane Marchesin |
2008-11-16 | i915: Silence warnings | Jakob Bornecrantz |
2008-11-15 | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell |
2008-11-15 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-11-15 | i915: Silence warning | Jakob Bornecrantz |
2008-11-14 | gallium: increase table size for fast log/pow functions | Brian Paul |
2008-11-14 | util: Use OpenGL rasterization rules in blits and mipmap generation. | Brian Paul |
2008-11-14 | translate: pull in prefetch and other optimizations from draw_vs_aos.c | Keith Whitwell |
2008-11-13 | mesa: no longer need Writemask field in GLSL IR nodes | Brian Paul |
2008-11-13 | mesa: revamp GLSL instruction emit code | Brian Paul |
2008-11-13 | mesa: make writemask_string() non-static | Brian Paul |
2008-11-13 | mesa: remove some do-nothing GLSL code | Brian Paul |
2008-11-13 | mesa: fix accidental regression in GLSL built-in texture matrix lookup | Brian Paul |
2008-11-13 | mesa: use the tighter definition of GLSL ftransform() from the gallium branches | Brian Paul |
2008-11-13 | mesa: remove unused/obsolete __NormalMatrixTranspose matrix | Brian Paul |
2008-11-13 | mesa: fix bug in GLSL built-in matrix state lookup | Brian Paul |