Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-05 | nv50,nvc0: get format desc for TIC entry from sampler view format | Christoph Bumiller | |
Fixes piglit/tex-srgb. | |||
2011-03-05 | nv50,nvc0: share sampler state creation | Christoph Bumiller | |
2011-03-05 | nv50,nvc0: update the format tables | Christoph Bumiller | |
Removed sampler view support for USCALED/SSCALED, the texture unit refuses to convert to non-normalized float. The enums are treated like UNORM. Removed duplicate format related headers. | |||
2011-03-05 | nv50,nvc0: fix texture layer issues | Christoph Bumiller | |
2011-03-01 | nouveau: ensure vbo_dirty is set when buffer write transfer complete | Ben Skeggs | |
This introduces a shared nouveau_context struct to track such things. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2011-03-01 | nvc0: port to common fence/mm/buffer code | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2011-02-24 | nvc0: sync textures with render targets ourselves | Christoph Bumiller | |
Fixes for example piglit/fbo-flushing and nexuiz' bloom effect. | |||
2010-12-27 | nvc0: implement VRAM buffer transfers with bounce buffers | Christoph Bumiller | |
2010-12-21 | nvc0: BEGIN_RING->BEGIN_RING_NI in a couple of places | Ben Skeggs | |
2010-12-19 | nvc0: adapt to array textures interface change | Christoph Bumiller | |
2010-12-09 | nvc0: write texture address to TIC with a RELOC | Christoph Bumiller | |
Direct access to the bo address requires an API change. | |||
2010-11-12 | nvc0: import nvc0 gallium driver | Christoph Bumiller | |