Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |