summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_state_tcl.c
AgeCommit message (Expand)Author
2009-06-26r300-gallium: organize fragment/vertex shadersJoakim Sindholt
2009-06-04r300-gallium: vs: Fix negation calculation.Corbin Simpson
2009-06-04r300-gallium: vs: Add negation, SUB.Corbin Simpson
2009-05-20r300-gallium: Another constantbuf shader recompile test.Corbin Simpson
2009-05-17r300-gallium: vs: Fix vert shader init.Corbin Simpson
2009-05-17r300-gallium: vs: Dupe tokens, better debug, count spurious insts.Corbin Simpson
2009-05-09r300-gallium: vs: Make imms work, cleanup some of the switches.Corbin Simpson
2009-05-09r300-gallium: vs: Add SLT, clean up MAX.Corbin Simpson
2009-05-09r300-gallium: vs: Add MAX.Corbin Simpson
2009-05-09r300-gallium: vs: Add scalar setup, RSQ.Corbin Simpson
2009-05-09r300-gallium: vs: Add writemasks.Corbin Simpson
2009-04-25r300-gallium: Fix vertex shader OVM counting.Corbin Simpson
2009-04-15r300-gallium: Point size is at OVM position 15, not 1.Corbin Simpson
2009-04-15r300-gallium: vs: Dot products.Corbin Simpson
2009-04-08r300-gallium: Add vertex shader constant emit.Corbin Simpson
2009-04-06r300-gallium: vs: Add MAD.Corbin Simpson
2009-04-06r300-gallium: vs: Add MUL.Corbin Simpson
2009-04-05r300-gallium: vp: Moar.Corbin Simpson
2009-04-05r300-gallium: vs: Use a tab to properly set up OVM.Corbin Simpson
2009-04-05r300-gallium: Properly interface with Draw for vert shaders.Corbin Simpson
2009-04-04r300-gallium: vs: Moar vert shaders.Corbin Simpson
2009-04-04r300-gallium: vs: Expand instruction emission.Corbin Simpson
2009-03-31r300-gallium: Stubs for vertex shaders.Corbin Simpson