Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-09 | r300: Indented r300_vertprog.[ch]. | Oliver McFadden | |
2007-05-09 | r300: Corrected a couple of "control reaches end of non-void function" warnings. | Oliver McFadden | |
2007-05-09 | r300: Corrected an error in r300_vertprog.c. | Oliver McFadden | |
Cannot use _mesa_warning here because we don't have a context pointer; perhaps R300 specific warning and error functions are needed. | |||
2007-05-09 | r300: Corrected the exit codes for consistency; they are all -1 for error now. | Oliver McFadden | |
The one exception is 300FlushCmdBuf. | |||
2007-05-09 | r300: Converted exit calls to _mesa_exit calls. | Oliver McFadden | |
Note that the exit codes are inconsistent and should be fixed. | |||
2007-05-09 | r300: Converted a few fprintf calls to _mesa_warning calls. | Oliver McFadden | |
2007-05-09 | r300: Use an array for the vertex program sources and corrected an error from | Oliver McFadden | |
4960af08ad50a3a6ea039145de2698234c2cc892. | |||
2007-05-03 | fix some matrix/state token indexing bugs (see bug 10848) | Brian | |
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 | |