| Commit message (Expand) | Author | Age | Files | Lines |
* | nv50,nvc0: implement blit | Christoph Bumiller | 2012-09-30 | 1 | -0/+15 |
* | nv50: dynamically allocate space for shader local storage | Marcin Slusarz | 2012-06-28 | 1 | -0/+1 |
* | nv50,nvc0: handle user vertex buffers | Christoph Bumiller | 2012-05-17 | 1 | -0/+3 |
* | nv50,nvc0: handle user constbufs without wrapping them in a resource | Christoph Bumiller | 2012-05-17 | 1 | -1/+16 |
* | nv50: implement stream output | Christoph Bumiller | 2012-05-04 | 1 | -3/+20 |
* | nv50,nvc0: don't initialize the draw module, we don't use it | Christoph Bumiller | 2012-04-24 | 1 | -0/+4 |
* | nv50: hook up to new shader code generator | Christoph Bumiller | 2012-04-14 | 1 | -5/+0 |
* | nv50,nvc0: fix handling of user vbufs with stride < access size | Christoph Bumiller | 2012-04-14 | 1 | -2/+2 |
* | nouveau: switch to libdrm_nouveau-2.0 | Christoph Bumiller | 2012-04-14 | 1 | -21/+31 |
* | nouveau,nvc0: fix/improve handling of multiple constant buffers | Christoph Bumiller | 2011-10-21 | 1 | -0/+6 |
* | gallium: move clear paths from rgba to a pointer to a color union (v2) | Dave Airlie | 2011-09-18 | 1 | -1/+2 |
* | nvc0: hook up to new shader code generator | Christoph Bumiller | 2011-09-14 | 1 | -0/+1 |
* | nouveau: make data argument of nouveau_context::push_data const | Christoph Bumiller | 2011-09-14 | 1 | -1/+1 |
* | nv50,nvc0: add states mask to state validation function | Christoph Bumiller | 2011-08-30 | 1 | -1/+2 |
* | nv50: implement resource_resolve with custom blit | Christoph Bumiller | 2011-08-04 | 1 | -1/+2 |
* | nv50,nvc0: add support for multi-sample resources | Christoph Bumiller | 2011-07-14 | 1 | -0/+6 |
* | nv50,nvc0: unify nvc0_miptree and nv50_miptree structs | Christoph Bumiller | 2011-07-14 | 1 | -14/+0 |
* | nv50,nvc0: prevent pushbuf flush during ctx reloc emission | Christoph Bumiller | 2011-06-24 | 1 | -0/+2 |
* | nv50,nvc0: silence shader debug output | Christoph Bumiller | 2011-04-10 | 1 | -10/+1 |
* | nv50,nvc0: implement colour clamping controls | Christoph Bumiller | 2011-03-29 | 1 | -1/+3 |
* | nv50: fix point sprite state validation | Christoph Bumiller | 2011-03-02 | 1 | -0/+3 |
* | nouveau: ensure vbo_dirty is set when buffer write transfer complete | Ben Skeggs | 2011-03-01 | 1 | -4/+4 |
* | nv50: move onto common linear buffer manager | Ben Skeggs | 2011-03-01 | 1 | -5/+5 |
* | nv50: replace most of it with nvc0 driver ported to nv50 | Christoph Bumiller | 2011-02-28 | 1 | -216/+178 |
* | gallium: support for array textures and related changes | Roland Scheidegger | 2010-12-02 | 1 | -0/+1 |
* | nv50: apply layout_mask to tile_flags | Xavier Chantry | 2010-10-15 | 1 | -0/+3 |
* | nv50: add relocs for stack and local mem buffers | Christoph Bumiller | 2010-09-18 | 1 | -0/+1 |
* | nouveau: delete nouveau_class.h, move nv50 regs to nv50_reg.h | Luca Barbieri | 2010-09-05 | 1 | -0/+1 |
* | gallium: Keep only pipe_context::draw_vbo. | Chia-I Wu | 2010-07-29 | 1 | -18/+0 |
* | gallium: Implement draw_vbo and set_index_buffer for all drivers. | Chia-I Wu | 2010-07-29 | 1 | -0/+3 |
* | nv50: implement depth clamp | Christoph Bumiller | 2010-07-23 | 1 | -0/+2 |
* | nv50: s/__func__/__FUNCTION__/ | Vinson Lee | 2010-07-16 | 1 | -1/+1 |
* | nv50: add missing idxbias param to nv50_push_elements_instanced() | Brian Paul | 2010-04-20 | 1 | -1/+2 |
* | nv50: Adapt for index bias interface change. | José Fonseca | 2010-04-19 | 1 | -2/+2 |
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 1 | -33/+4 |
* | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell | 2010-03-13 | 1 | -0/+1 |
|\ |
|
| * | Squashed commit of gallium-context-transfers: | Keith Whitwell | 2010-03-11 | 1 | -0/+1 |
* | | nv50: fix damage from merging master into sampler-view | Christoph Bumiller | 2010-03-11 | 1 | -5/+3 |
* | | Merge branch 'master' into gallium-sampler-view | Michal Krol | 2010-03-10 | 1 | -37/+71 |
|\| |
|
| * | nv50: inline nv50_state_flush_notify() | Ben Skeggs | 2010-03-10 | 1 | -1/+0 |
| * | nv50: remove nv50_context.state.instbuf | Ben Skeggs | 2010-03-10 | 1 | -1/+0 |
| * | nv50: move nv50_prim() into a header file rather than duplicating | Ben Skeggs | 2010-03-10 | 1 | -0/+31 |
| * | nv50: re-add immediate mode vertex submission paths | Ben Skeggs | 2010-03-10 | 1 | -0/+9 |
| * | nv50: rip out inline push draw paths temporarily | Ben Skeggs | 2010-03-10 | 1 | -2/+0 |
| * | nv50: make use of scissor enable/disable method | Ben Skeggs | 2010-03-10 | 1 | -1/+0 |
| * | nv50: ensure enough room for state changes in current pushbuf | Ben Skeggs | 2010-03-10 | 1 | -1/+1 |
| * | nv50: rework state emission | Ben Skeggs | 2010-03-10 | 1 | -25/+14 |
| * | nv50: use relocs rather than re-uploading TIC all the time | Ben Skeggs | 2010-03-10 | 1 | -0/+1 |
| * | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger | 2010-03-09 | 1 | -2/+8 |
| |\ |
|
| | * | nv50: adapt to vertex elements cso | Christoph Bumiller | 2010-02-26 | 1 | -2/+8 |