| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Plumb the constant buffer sizes down into the tgsi interpreter where
we can do bounds checking. Optional debug code warns upon out-of-bounds
reading. Plus add a few other assertions in the TGSI interpreter.
|
| |
|
|
|
|
|
|
|
| |
Keith came up with a new way of running the pipeline which involves passing
a few info structs around (for fetch, vertices and prims) and allows us
to correctly handle cases where we endup with multiple primitives generated
by the pipeline itself.
|
| |
|
|
|
|
|
| |
done to handle strips correctly as inputs - we need to decompose
the strips
|
|
|
|
|
| |
don't overwrite the inputs and make sure the correct primitive
is used on entry
|
|
|
|
|
|
|
|
| |
of vertices
lots and lots of fixes for geometry shaders. in particular now we work when the gs
emits a different primitive than the one the pipeline was started with and also
we work when gs emits more vertices than would fit in the original buffer.
|
| |
|
| |
|
|
|