summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_pipe_vs.c
AgeCommit message (Collapse)Author
2010-01-06Merge remote branch 'origin/mesa_7_7_branch'José Fonseca
Conflicts: configs/default src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/mesa/main/version.h
2010-01-05svga: Remove stale references to delete shader results.José Fonseca
To ensure that a new result that happens to have the same address of the old one will be detected as a change.
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
Conflicts: docs/relnotes.html src/gallium/drivers/llvmpipe/lp_tex_sample_c.c src/gallium/drivers/r300/r300_cs.h src/mesa/drivers/dri/i965/brw_wm_surface_state.c src/mesa/main/enums.c
2010-01-03svga: Use a shader id as low as possible.José Fonseca
2009-11-27svga: Update text shader header.Michal Krol
2009-11-17svga: Add svga driverJakob Bornecrantz