Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-13 | nvc0: support edge flags | Christoph Bumiller | |
2011-03-13 | nvc0: don't enable early-z if alpha test is enabled | Christoph Bumiller | |
Depth values are also written before the shader is executed, so if early tests are enabled, fragments that failed the alpha test were modifying the depth buffer, but they shouldn't. | |||
2011-03-05 | nv50,nvc0: share sampler state creation | 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: set local memory usage info in shader header | Christoph Bumiller | |
Before this, l[] access was a no-op. | |||
2011-02-24 | nvc0: improve userspace fencing | Christoph Bumiller | |
Before, there were situations in which we never checked the fences for completion (some loading screens for example) and thus never released memory. | |||
2011-01-30 | nvc0: implement transform feedback state | Christoph Bumiller | |
2011-01-16 | nvc0: fix and enable instanced drawing and arrays | Christoph Bumiller | |
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-09 | nvc0: implement queries | Christoph Bumiller | |
2011-01-08 | nvc0: upload user buffers only from draw info min to max index | Christoph Bumiller | |
There are actually applications that profit immensely from this. | |||
2010-12-27 | nvc0: implement VRAM buffer transfers with bounce buffers | Christoph Bumiller | |
2010-12-23 | nvc0: use most defs/decls from nouveau_pushbuf.h | Christoph Bumiller | |
2010-12-19 | nvc0: adapt to array textures interface change | Christoph Bumiller | |
2010-12-19 | nvc0: switch to the proper constants upload path | Christoph Bumiller | |
Makes things suddenly go surprisingly fast. | |||
2010-12-09 | nvc0: buffer suballocation with a primitive slab allocator | Christoph Bumiller | |
2010-12-09 | nvc0: index buffers are back | Christoph Bumiller | |
Probably because long methods are gone index buffers must be explicit again. | |||
2010-12-09 | nvc0: upload constants with m2mf for the time being | Christoph Bumiller | |
I get mysterious lockups with the dedicated CB upload ... | |||
2010-12-09 | nvc0: support primitive restart | Christoph Bumiller | |
2010-11-12 | nvc0: import nvc0 gallium driver | Christoph Bumiller | |