| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Francisco Jerez <[email protected]>
|
|
|
|
| |
Signed-off-by: Francisco Jerez <[email protected]>
|
| |
|
| |
|
| |
|
|
|
|
| |
Otherwise incorrect rendering occurs (no idea why).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
R300 hw doesn't support sampling from Z24_S8 or S8_Z24 formats.
|
| |
|
|
|
|
| |
Fixes some relocation failures
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes two wine d3d9 unit tests
|
| |
|
|
|
|
| |
_tnl_UpdateFixedFunctionProgram is already called in r300_draw.c
|
|
|
|
| |
Now SWTCL renders at least "something", we're close...
|
|
|
|
| |
Taken over from c9928ac3ee5dc0d10127388f9312779a6c59da7c.
|
| |
|
|
|
|
| |
And associated cleanups.
|
| |
|
| |
|
| |
|
|
|
|
| |
All test cases pass now.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
All tests pass here except util_format_b5g5r5a1_unorm_unpack_4ub, due to
apparently a gcc 4.4.3 bug.
|
| |
|
| |
|
| |
|
|
|
|
| |
tested.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Recover some logic to make state canonical, although it is admittedly very
shy compared with what could be done.
We really need an helper module to make state canonical.
|