Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nvc0: add support for clip distance shader outputs | Christoph Bumiller | 2011-10-21 | 1 | -1/+28 |
| | |||||
* | nvc0: emit state to allow GP to select the RT layer | Christoph Bumiller | 2011-10-21 | 1 | -1/+4 |
| | |||||
* | nvc0: implement resource_resolve | Christoph Bumiller | 2011-09-14 | 1 | -4/+6 |
| | |||||
* | nvc0: emit tessellation mode and patch size in TCP/TEP validation | Christoph Bumiller | 2011-09-14 | 1 | -1/+12 |
| | |||||
* | nvc0: hook up to new shader code generator | Christoph Bumiller | 2011-09-14 | 1 | -23/+24 |
| | | | | | | Also includes loading of shared shader library code (used for f64 and integer division) and setting up the immediate array buffer which is appended to the code. | ||||
* | nv50,nvc0: implement colour clamping controls | Christoph Bumiller | 2011-03-29 | 1 | -2/+0 |
| | |||||
* | nvc0: don't enable early-z if alpha test is enabled | Christoph Bumiller | 2011-03-13 | 1 | -2/+0 |
| | | | | | | 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. | ||||
* | nouveau: ensure vbo_dirty is set when buffer write transfer complete | Ben Skeggs | 2011-03-01 | 1 | -2/+2 |
| | | | | | | This introduces a shared nouveau_context struct to track such things. Signed-off-by: Ben Skeggs <[email protected]> | ||||
* | nvc0: port to common fence/mm/buffer code | Ben Skeggs | 2011-03-01 | 1 | -5/+5 |
| | | | | Signed-off-by: Ben Skeggs <[email protected]> | ||||
* | nvc0: set local memory usage info in shader header | Christoph Bumiller | 2011-02-24 | 1 | -0/+15 |
| | | | | Before this, l[] access was a no-op. | ||||
* | nvc0: implement transform feedback state | Christoph Bumiller | 2011-01-30 | 1 | -1/+57 |
| | |||||
* | nvc0: enable early fragment tests where possible | Christoph Bumiller | 2011-01-15 | 1 | -1/+1 |
| | |||||
* | nvc0: support user clip planes | Christoph Bumiller | 2010-12-11 | 1 | -0/+8 |
| | |||||
* | nvc0: enable vertex color clamping | Christoph Bumiller | 2010-12-11 | 1 | -2/+2 |
| | |||||
* | nvc0: buffer suballocation with a primitive slab allocator | Christoph Bumiller | 2010-12-09 | 1 | -4/+4 |
| | |||||
* | nvc0: import nvc0 gallium driver | Christoph Bumiller | 2010-11-12 | 1 | -0/+172 |