Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nv50,nvc0: add support for multi-sample resources | Christoph Bumiller | 2011-07-14 | 1 | -0/+16 |
| | |||||
* | nv50,nvc0: unify nvc0_miptree and nv50_miptree structs | Christoph Bumiller | 2011-07-14 | 1 | -47/+17 |
| | | | | | Share some functions and restructure miptree creation a little. Prepare for multi-sample resources. | ||||
* | nv50,nvc0: fix texture layer issues | Christoph Bumiller | 2011-03-05 | 1 | -0/+3 |
| | |||||
* | nvc0: port to common fence/mm/buffer code | Ben Skeggs | 2011-03-01 | 1 | -139/+6 |
| | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | ||||
* | nvc0: sync textures with render targets ourselves | Christoph Bumiller | 2011-02-24 | 1 | -2/+3 |
| | | | | Fixes for example piglit/fbo-flushing and nexuiz' bloom effect. | ||||
* | nvc0: fix user vertex buffer updates | Christoph Bumiller | 2011-02-16 | 1 | -0/+3 |
| | |||||
* | nvc0: update user vbufs on each draw call | Christoph Bumiller | 2011-01-15 | 1 | -2/+9 |
| | | | | This is required in case set_vertex_buffers is not called again. | ||||
* | nvc0: fix resource unmap after vertex push | Christoph Bumiller | 2011-01-04 | 1 | -2/+1 |
| | |||||
* | nvc0: implement VRAM buffer transfers with bounce buffers | Christoph Bumiller | 2010-12-27 | 1 | -12/+46 |
| | |||||
* | nvc0: fix layer stride state | Christoph Bumiller | 2010-12-23 | 1 | -5/+10 |
| | |||||
* | nvc0: adapt to array textures interface change | Christoph Bumiller | 2010-12-19 | 1 | -9/+14 |
| | |||||
* | nvc0: buffer suballocation with a primitive slab allocator | Christoph Bumiller | 2010-12-09 | 1 | -2/+44 |
| | |||||
* | nvc0: import nvc0 gallium driver | Christoph Bumiller | 2010-11-12 | 1 | -0/+109 |