Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: simplify tgsi_full_immediate struct | Keith Whitwell | 2009-07-22 | 1 | -4/+4 |
| | | | | | | | | | | | | | Remove the need to have a pointer in this struct by just including the immediate data inline. Having a pointer in the struct introduces complications like needing to alloc/free the data pointed to, uncertainty about who owns the data, etc. There doesn't seem to be a need for it, and it is unlikely to make much difference plus or minus to performance. Added some asserts as we now will trip up on immediates with more than four elements. There were actually already quite a few such asserts, but the >4 case could be used in the future to specify indexable immediate ranges, such as lookup tables. | ||||
* | nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws-> | Ben Skeggs | 2009-06-05 | 1 | -6/+6 |
| | |||||
* | nouveau: call notifier/grobj etc funcs directly | Ben Skeggs | 2009-06-05 | 1 | -11/+9 |
| | | | | | libdrm_nouveau is linked with the winsys, there's no good reason to do all this through yet another layer. | ||||
* | nouveau: make stateobjs start off with refcount of 1 | Ben Skeggs | 2009-03-07 | 1 | -0/+1 |
| | |||||
* | nv30: Fix build -- rename Size to NrTokens. | Michal Krol | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | nv30: add some opcodes. | Stephane Marchesin | 2008-08-18 | 1 | -0/+6 |
| | |||||
* | nouveau: fix build | Ben Skeggs | 2008-08-07 | 1 | -1/+1 |
| | |||||
* | nv30: does not have vp_attrib/result | Patrice Mandin | 2008-07-12 | 1 | -4/+0 |
| | |||||
* | nv30: Change comment about slowdown | Patrice Mandin | 2008-07-12 | 1 | -1/+1 |
| | |||||
* | nv30: Emit vertex program using state objects | Patrice Mandin | 2008-07-12 | 1 | -9/+31 |
| | |||||
* | nv30: Move constant buffers out of vert/frag prog structures | Patrice Mandin | 2008-07-11 | 1 | -10/+8 |
| | |||||
* | nouveau: update for interface changes + hack around gallium x86_64 bustage | Ben Skeggs | 2008-06-23 | 1 | -1/+1 |
| | |||||
* | nv30: Move some structures and functions from context to screen | Patrice Mandin | 2008-04-11 | 1 | -6/+25 |
| | |||||
* | nv30: use FREE macro | Patrice Mandin | 2008-03-30 | 1 | -4/+4 |
| | |||||
* | nouveau: match interface changes | Ben Skeggs | 2008-03-13 | 1 | -2/+2 |
| | |||||
* | nv30: debug dumps vp constants | Patrice Mandin | 2008-03-12 | 1 | -4/+8 |
| | |||||
* | nv30: put the card into vtxprog mode + small cleanups/fixes | Ben Skeggs | 2008-03-10 | 1 | -0/+5 |
| | |||||
* | nv30: a couple of vtxprog fixes | Ben Skeggs | 2008-03-06 | 1 | -3/+14 |
| | |||||
* | nouveau: match gallium code reorginisation. | Ben Skeggs | 2008-02-16 | 1 | -0/+777 |
That was... fun.. |