Age | Commit message (Collapse) | Author |
|
|
|
|
|
now.
|
|
progs/redbook/stencil.c
|
|
fs inputs
Some follow-on simplification in prim setup is possible...
|
|
Now based on the draw_vbuf code, instead being a custom one-off.
Disabled by default, enable with SP_VBUF env var.
|
|
Remove all dependencies on vertex_info, except for draw_vbuf.
Drawing stages now strictly operate on post-transformed vertices and don't
know anything about hw vertices.
Use vertex program output info for two-side/flat/etc stages.
Temporarily disable vbuf module in softpipe driver.
|
|
progs/samples/select.c
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|