Age | Commit message (Collapse) | Author |
|
|
|
|
|
to slip over the allocated memory for the vb.
|
|
|
|
|
|
|
|
|
|
|
|
If we go behind the CSO context's back and set pipe state directly we
need to invalidate the CSO's 'current' pointers.
This will be revisited...
|
|
|
|
|
|
Copy rectangular region from one surface to another w/ scaling.
Disables most fragment operations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Stencil is still broken.
|
|
|
|
I'm not sure these are quite correct. The reflect demo doesn't assert
anymore, but it doesn't produce correct results either. SPE-based
vertex shader code needs to be disabled for relfect to run.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Alpha test is currently broken because all per-fragment testing occurs
before alpha is calculated.
Stencil test is currently broken because the Z-clear code asserts if
there is a stencil buffer.
|
|
THere are 64-bits in a uint64_t, not 128. Duh.
|
|
Show each of the mipmap levels side-by-side.
Press 's' to toggle quad scaling to see mipmap level at actual size.
|
|
|
|
|
|
Based on code from Mesa's state tracker.
Still need to implement fallbacks for those texture formats which can't
generally be rendered to.
|
|
|
|
Plus, comments, clean-ups.
|
|
rendering each level
|
|
|
|
Passthrough is actually more tricky than you'd think...
|
|
Not totally tested, but easily fixed if glitches are found.
|
|
handles.
|
|
|