summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_state_fs.c
AgeCommit message (Collapse)Author
2010-01-13svga: Fix compile_vs error code.José Fonseca
It could erroneously return PIPE_OK in some circumstances. Make compile_fs code identical.
2010-01-06svga: Silence uninitialized variable warning.Vinson Lee
2010-01-05svga: Rebind shaders when tokens change.José Fonseca
Even shader ID doesn't change. Otherwise the token change is not effective. This reverts regression from commit cdb445f3a9285e2d8f042a07021ade78b94e0156. Regression could be seen in Quake3's loading screen -- the upper right corner of the screen would be black.
2010-01-03svga: Use a shader id as low as possible.José Fonseca
2009-11-17svga: Add svga driverJakob Bornecrantz