Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | nvc0: use m2mf for resource_copy_region if formats are equal | Christoph Bumiller | |
Which is always the case, but we'll keep the 2D engine blitter nonetheless. | |||
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-09 | nvc0: reset texture base address after read transfer | Christoph Bumiller | |
2011-01-29 | nvc0: enable PIPE_CAP_ARRAY_TEXTURES and fix them | Christoph Bumiller | |
2011-01-08 | nvc0: reset mt transfer address after read loop over layers | Christoph Bumiller | |
2010-12-27 | nvc0: init miptree transfer layer stride | Christoph Bumiller | |
2010-12-23 | nvc0: use most defs/decls from nouveau_pushbuf.h | 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: use tile flags in a way compatible with nouveau | 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 | |