summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_vs.c
AgeCommit message (Expand)Author
2010-02-10r300g: Work around "defect" in r300compiler.Corbin Simpson
2010-02-09r300g: Fix off-by-one errors in array bounds assertions.Vinson Lee
2010-01-17r300g: fix the rasterization of secondary colorMarek Olšák
2010-01-06r300g: add back-face color VS outputsMarek Olšák
2010-01-06r300g: fix SWTCL stream locations of texture coordinatesMarek Olšák
2010-01-06r300g: disable the rasterization of WPOS if it's unused by the FSMarek Olšák
2010-01-06r300g: add WPOSMarek Olšák
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger
2009-12-19gallium: fix up drivers for edgeflag changesRoland Scheidegger
2009-12-09r300g: fix routing of vertex streams if TCL is bypassedMarek Olšák
2009-12-01r300g: simplify allocations of VS output registersMarek Olšák
2009-12-01r300g: clean up derived statesMarek Olšák
2009-11-01r300g: Miscellania. Avoid draw segfaults, s/true/TRUE/, etc.Corbin Simpson
2009-10-21r300g: Cleanup old static shader state.Corbin Simpson
2009-10-05r300g: fix scons buildJoakim Sindholt
2009-09-06r300g: Debug flags infrastructureNicolai Hähnle
2009-07-30r300g: Remove extraneous printfNicolai Hähnle
2009-07-30r300g: Use r300compiler for vertex shadersNicolai Hähnle
2009-07-23r300g: Actually mark shaders as translated/untranslated.Corbin Simpson
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-06-26r300-gallium: organize fragment/vertex shadersJoakim Sindholt