Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nouveau: switch to libdrm_nouveau-2.0 | Christoph Bumiller | 2012-04-14 | 1 | -38/+38 |
| | |||||
* | gallium: adapt to get_query_result interface change | Marek Olšák | 2012-03-30 | 1 | -1/+1 |
| | | | | Reviewed-by: Brian Paul <[email protected]> | ||||
* | nvc0: fix submission of VertexID and EdgeFlag in push mode | Christoph Bumiller | 2012-01-12 | 1 | -14/+60 |
| | | | | NOTE: This is a candidate for the 8.0 branch. | ||||
* | nvc0: implement new stream output interface | Christoph Bumiller | 2011-12-15 | 1 | -6/+15 |
| | |||||
* | nvc0: support edge flags | Christoph Bumiller | 2011-03-13 | 1 | -13/+76 |
| | |||||
* | 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 | -8/+8 |
| | | | | Signed-off-by: Ben Skeggs <[email protected]> | ||||
* | nvc0: don't apply base vertex to per-instance arrays | Christoph Bumiller | 2011-01-23 | 1 | -1/+3 |
| | |||||
* | nvc0: fix and enable instanced drawing and arrays | Christoph Bumiller | 2011-01-16 | 1 | -7/+17 |
| | |||||
* | nvc0: fix primitive restart in immediate mode | Christoph Bumiller | 2011-01-08 | 1 | -9/+15 |
| | |||||
* | nvc0: fix resource unmap after vertex push | Christoph Bumiller | 2011-01-04 | 1 | -8/+3 |
| | |||||
* | nvc0: implement VRAM buffer transfers with bounce buffers | Christoph Bumiller | 2010-12-27 | 1 | -5/+5 |
| | |||||
* | nvc0: remove unused 'buf' parameter in pipe_buffer_unmap | Ben Skeggs | 2010-12-21 | 1 | -1/+1 |
| | |||||
* | nvc0: s/INLIN_RING/IMMED_RING | Christoph Bumiller | 2010-12-19 | 1 | -1/+1 |
| | |||||
* | nvc0: add the index buffer offset where missing | Christoph Bumiller | 2010-12-19 | 1 | -0/+2 |
| | |||||
* | nvc0: buffer suballocation with a primitive slab allocator | Christoph Bumiller | 2010-12-09 | 1 | -3/+1 |
| | |||||
* | nvc0: support primitive restart | Christoph Bumiller | 2010-12-09 | 1 | -11/+88 |
| | |||||
* | nvc0: import nvc0 gallium driver | Christoph Bumiller | 2010-11-12 | 1 | -0/+201 |