Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-13 | nvc0: identify VERTEX_QUARANTINE | Christoph Bumiller | |
Well, not sure what exactly it is, but it certainly doesn't contain the control flow stack, but vertex data. Not sure about size, I've only seen the first few KiB written, but the binary driver seems to allocate more. | |||
2011-03-05 | nv50,nvc0: fix texture layer issues | Christoph Bumiller | |
2011-02-16 | nvc0: fix clipping and use VIEWPORT instead of SCISSOR | Christoph Bumiller | |
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: front stencil mask and func mask methods are swapped | Christoph Bumiller | |
2011-02-09 | nvc0: fix stride of NVC0_3D_RT methods | Christoph Bumiller | |
2011-01-30 | nvc0: implement transform feedback state | Christoph Bumiller | |
2011-01-23 | nvc0: implement point coord replacement | Christoph Bumiller | |
But we have to cheat and peek at the GENERIC semantic indices the state tracker uses for TEXn. Only outputs from 0x300 to 0x37c can be replaced, and so we have to know on shader compilation which ones to put there in order to keep doing separate shader objects properly. At some point I'll probably create a patch that makes gallium not force us to discard the information about what is a TexCoord. | |||
2011-01-16 | nvc0: fix and enable instanced drawing and arrays | Christoph Bumiller | |
2011-01-13 | nvc0: identify POINT_RASTER_RULES, add POINT_SMOOTH state | Christoph Bumiller | |
Point smoothing requires rasterization rules to be set to OGL. Sorry for the extra noise caused by the header update. | |||
2011-01-09 | nvc0: implement queries | Christoph Bumiller | |
2010-12-11 | nvc0: enable vertex color clamping | 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-11-12 | nvc0: import nvc0 gallium driver | Christoph Bumiller | |