Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | softpipe: more work to get non-reduced primitives working in vbuf | Keith Whitwell | 2008-05-12 | 1 | -26/+19 |
| | |||||
* | softpipe: make vbuf handle all primitive types | Keith Whitwell | 2008-05-12 | 1 | -108/+147 |
| | |||||
* | softpipe: call setup_prepare earlier so that vertex info is correct when queried | Keith Whitwell | 2008-04-16 | 1 | -4/+10 |
| | |||||
* | softpipe: calculate determinant for all triangles, don't rely on draw module ↵ | Keith Whitwell | 2008-04-14 | 1 | -28/+0 |
| | | | | to do it | ||||
* | softpipe: do our own culling, don't rely on the draw module. | Keith Whitwell | 2008-04-14 | 1 | -4/+17 |
| | | | | May not always happen due to passthrough modes, etc. | ||||
* | remove usage of vertex_header | Keith Whitwell | 2008-04-10 | 1 | -101/+122 |
| | |||||
* | gallium: improvements, or extensions at least, to the passthrough path | Keith Whitwell | 2008-03-17 | 1 | -2/+11 |
| | | | | Passthrough is actually more tricky than you'd think... | ||||
* | gallium: finish remaining prim types for sp_vbuf_draw_arrays() | Brian | 2008-03-16 | 1 | -0/+73 |
| | | | | Not totally tested, but easily fixed if glitches are found. | ||||
* | gallium: fix some compiler warnings | Keith Whitwell | 2008-03-14 | 1 | -1/+1 |
| | |||||
* | gallium: plug in new sp_vbuf_draw_arrays() function | Brian | 2008-03-13 | 1 | -0/+57 |
| | | | | | | Will be used for pass-through mode. Also, call draw_set_render() to register the vbuf stage. Should probably rename that function to something like draw_set_vbuf_stage(). | ||||
* | Code reorganization: update build. | José Fonseca | 2008-02-15 | 1 | -3/+3 |
| | | | | | | | | | Update the Makefiles and includes for the new paths. Note that there hasn't been no separation of the Makefiles yet, and make is jumping all over the place. That will be taken care shortly. But for now, make should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm might require some minor tweaks. | ||||
* | Code reorganization: move files into their places. | José Fonseca | 2008-02-15 | 1 | -0/+221 |
This is in a separate commit to ensure renames are properly preserved. |