Age | Commit message (Collapse) | Author |
|
|
|
|
|
The vertex size may depend on whether we're drawing points, lines or triangles.
|
|
|
|
Also, added draw_convert_wide_points/lines() so a driver can tell the draw
module whether to convert wide points/lines into triangles, or just pass
them through.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Stippled lines are converted into a series of shorter line segments
|
|
|
|
post-xform vertex attribs to hw vertex attribs
|
|
|
|
Also, support 16 or 32-bit Z buffer at runtime.
|
|
Move z-test code into do_depth_test().
Add ZSIZE symbol to support 2 or 4-byte Z values.
|
|
|
|
When the SPU is done copying a batch buffer to local store, use an mfc_put()
to write a "done" message back to the buffer status array in main memory.
We were previously using a mailbox message for synchronization.
|
|
|
|
|
|
immediates/literals
|
|
Some of the copies were buggy.
|
|
This reverts commit 310e7ca44b33558a9aa22f43024d1bfb63642128.
|
|
These are changes that are in our internal branch, but somehow were skipped
so far. It was done using visual comparison of the branches --
it is likely that changes are being carried on the wrong way
|
|
|
|
|
|
This allows a few more programs to run and not crash.
Need to get constant buffer uploads working...
|
|
|
|
managers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note that fogcoord and front-facing attribs are in the same register, in the
X and Y channels, respectively.
|
|
|
|
|