Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-15 | nvc0: update user vbufs on each draw call | Christoph Bumiller | |
This is required in case set_vertex_buffers is not called again. | |||
2011-01-15 | nvc0: upload small buffers through the command buffer | Christoph Bumiller | |
2011-01-09 | nvc0: implement queries | Christoph Bumiller | |
2011-01-08 | nvc0: fix reloc domain conflict on buffer migration | Christoph Bumiller | |
Occurred because the code assumed that buf->domain would remain equal to old_domain. | |||
2011-01-08 | nvc0: tie buffer memory release to the buffer fence | Christoph Bumiller | |
... instead of the next fence to be emitted. This way we have a chance to reclaim the storage earlier. | |||
2010-12-27 | nvc0: implement VRAM buffer transfers with bounce buffers | Christoph Bumiller | |
2010-12-09 | nvc0: buffer suballocation with a primitive slab allocator | Christoph Bumiller | |
2010-11-12 | nvc0: import nvc0 gallium driver | Christoph Bumiller | |