Age | Commit message (Collapse) | Author |
|
The VTXFMT code was broken by the new VBO branch and the OPTIMIZE_ELTS path
relied on the VTXFMT code...
I'm not even sure if the OPTIMIZE_ELTS path ever worked; the testing that I did
after minimizing the code duplication would have taken the same path as the
non-OPTIMIZE_ELTS code.
|
|
|
|
|
|
|
|
See r300ResetHwState.
|
|
|
|
This reverts commit bb3558e6517209086cf8426bbe4743da50351158.
This commit caused a regression reported by Markus Amsler
<markus.amsler@oribi.org>. Apparently these defines are required, although I'm
not sure why.
|
|
Doesn't actually change anything; just makes it easier to read.
|
|
|
|
|
|
|
|
|
|
|
|
The function just returns the hard-coded value (0x5555) even though we have no
idea what this means...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The r300EmitVec functions don't touch the buf member so the assertion isn't
needed here.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This required moving the r300Enable function but there are no actual changes.
|
|
|
|
|
|
|
|
|
|
I think this is correct, assuming no endian issues. See commmit
59a08923f51d4ed83effbfcd91473c9ee86465f1.
|
|
Supposedly you need to set these values for the interpolaters to work, but they
seem to work fine without these values.
|
|
ctx->Point._Attentuation was computed in wrong place and the VB->Eye coord Z
array wasn't indexed correctly in run_point_stage().
|
|
|
|
|
|
|
|
|
|
Only build tested for I830 generation.
|
|
|
|
To be used by AIGLX for GLX_EXT_texture_from_pixmap without several
additional data copies.
|
|
Only build tested.
|
|
|