summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_vs_draw.c
Commit message (Collapse)AuthorAgeFilesLines
* r300g/swtcl: fix out-of-bounds writeMarek Olšák2010-07-091-1/+1
| | | | This is a typo fix, the generated code should be the same.
* r300g/swtcl: fix WPOSMarek Olšák2010-05-281-2/+2
| | | | | | | | There you are! r300->viewport_state is undefined when using SW TCL. Piglit score (r300g.tests): HW TCL: 231/275 SW TCL: 233/275
* r300g/swtcl: fix secondary color and back-face color outputsMarek Olšák2010-05-271-0/+358
These piglit tests have been fixed: - bgra-sec-color-pointer - glsl-routing See comments at the beginning of r300_vs_draw.c WPOS is implemented too but it doesn't work yet. I'm still working on it.