Age | Commit message (Collapse) | Author |
|
|
|
|
|
These are convenience fields. Otherwise, we have to check cbuf[0] or zsbuf
in various places.
|
|
|
|
This provides better information about which images in texture object have changed.
Also, call texture_update() from more places previously missed.
|
|
elsewhere
|
|
Need to find highest used sampler so search from end toward beginning.
|
|
|
|
|
|
(blit, gen-mipmaps, quad-clear, etc)
Also, additional cso_set_*() functions for viewport, framebuffer, blend color,
etc. state.
|
|
|
|
|
|
|
|
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.
|