Age | Commit message (Collapse) | Author |
|
Makefile.template
|
|
based on info from hw team
|
|
|
|
This also fixes a bug with Zfunc set to GL_NEVER in glean/paths.
|
|
This fixes the glean/maskedClear test.
|
|
The glean/readPixSanity test passes now.
|
|
Not sure if this is a good or bad plan, it certainly doesn't make things worse here.
|
|
|
|
|
|
the counter was being used one instruction over the end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
adapted from Markus' patch on bug 15386 with updates for non-TCL
and R500.
|
|
|
|
|
|
|
|
|
|
trivial clear app now renders
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These changes are taken from the xf86-video-ati driver. They update the header
file accordingly and also remove some UNKOWN variables.
|
|
|
|
finally add some information to R300_RB3D_DSTCACHE_CTLSTAT
|
|
RB3D_COLOR_CHANNEL_MASK
|
|
|
|
|
|
|
|
|
|
|
|
|
|
makes gears work with swtcl
|
|
|
|
|
|
|
|
See r300ResetHwState.
|
|
|
|
|
|
You can verify this is correct with the following code.
assert (0x043f ==
(R300_VTX_W0_FMT | R300_VPORT_X_SCALE_ENA | R300_VPORT_X_OFFSET_ENA
| R300_VPORT_Y_SCALE_ENA | R300_VPORT_Y_OFFSET_ENA |
R300_VPORT_Z_SCALE_ENA | R300_VPORT_Z_OFFSET_ENA));
|
|
|
|
This required reordering some of the functions which is why the diff is a little
larger.
|
|
|