Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-26 | r300: Remove a warning when vertex programs produce an unused output | Nicolai Haehnle | |
As far as we know, the hardware prefers outputs packed tightly together with no holes caused by outputs that are not even read by the fragment program. Therefore, we slightly rewrite vertex programs in this case. It would be interesting to test this interaction between vertex programs and fragment programs further, because some of that rewrite may be unnecessary. However, play it safe for now and don't change the current behaviour. | |||
2007-03-26 | r300: Whitespace cleanup (remove trailing spaces) | Nicolai Haehnle | |
2007-03-21 | merge from master | Brian | |
2007-03-15 | r300: Added _mesa_copy_instructions. | Oliver McFadden | |
2007-03-15 | r300: Renamed r300_vertexprog.c to r300_vertprog.c | Oliver McFadden | |