Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-13 | nvc0: s/nblocksx/nblocksy for height in resource_copy_region | 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 | 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-16 | nvc0: demagic the clear flags and fix region clears | Christoph Bumiller | |
The CLIP_RECTs always affect dedicated clears, and it's nicer than having to mark the viewport or scissor state dirty after it. | |||
2011-02-16 | nvc0: update the set of formats supported by the 2D engine | Christoph Bumiller | |
2010-12-19 | nvc0: adapt to array textures interface change | Christoph Bumiller | |
2010-11-12 | nvc0: import nvc0 gallium driver | Christoph Bumiller | |