| Commit message (Expand) | Author | Age | Files | Lines |
* | nv50: implement stream output | Christoph Bumiller | 2012-05-04 | 1 | -5/+75 |
* | nv50,nvc0: fix handling of user vbufs with stride < access size | Christoph Bumiller | 2012-04-14 | 1 | -15/+28 |
* | nv50,nvc0: use new scratch buffers code | Christoph Bumiller | 2012-04-14 | 1 | -28/+27 |
* | nouveau: switch to libdrm_nouveau-2.0 | Christoph Bumiller | 2012-04-14 | 1 | -171/+163 |
* | nouveau: remove automatic buffer migration heuristics | Christoph Bumiller | 2012-04-14 | 1 | -3/+0 |
* | nv50,nvc0: reset per-instance state for inactive vertex elements | Christoph Bumiller | 2011-10-21 | 1 | -0/+4 |
* | nv50,nvc0: reset base element in draw_arrays | Christoph Bumiller | 2011-10-21 | 1 | -0/+6 |
* | nv50,nvc0: add states mask to state validation function | Christoph Bumiller | 2011-08-30 | 1 | -1/+1 |
* | nv50: implement resource_resolve with custom blit | Christoph Bumiller | 2011-08-04 | 1 | -1/+1 |
* | nv50,nvc0: use screen instead of context for flush notifier | Christoph Bumiller | 2011-07-07 | 1 | -4/+3 |
* | nv50,nvc0: prevent pushbuf flush during ctx reloc emission | Christoph Bumiller | 2011-06-24 | 1 | -10/+5 |
* | nv50,nvc0: don't assert on cso with 0 vertex elements | Christoph Bumiller | 2011-03-13 | 1 | -3/+1 |
* | nv50: fix IB index buffer path | Christoph Bumiller | 2011-03-02 | 1 | -8/+12 |
* | nv50: allow accidentally disabled IB index buffers again | Christoph Bumiller | 2011-03-02 | 1 | -1/+1 |
* | nouveau: ensure vbo_dirty is set when buffer write transfer complete | Ben Skeggs | 2011-03-01 | 1 | -9/+9 |
* | nv50: move onto common linear buffer manager | Ben Skeggs | 2011-03-01 | 1 | -20/+21 |
* | nv50: move onto shared fence code | Ben Skeggs | 2011-03-01 | 1 | -1/+1 |
* | nv50: replace most of it with nvc0 driver ported to nv50 | Christoph Bumiller | 2011-02-28 | 1 | -484/+635 |
* | gallium: remove unused 'buf' parameter in pipe_buffer_unmap | Marek Olšák | 2010-12-20 | 1 | -1/+1 |
* | Merge remote branch 'origin/master' into nv50-compiler | Christoph Bumiller | 2010-08-18 | 1 | -19/+33 |
|\ |
|
| * | auxiliary: fix u_split_prim naming convention | Luca Barbieri | 2010-08-11 | 1 | -3/+3 |
| * | auxiliary: move Ben Skeggs' primitive splitter to common code | Luca Barbieri | 2010-08-11 | 1 | -1/+1 |
| * | gallium: Keep only pipe_context::draw_vbo. | Chia-I Wu | 2010-07-29 | 1 | -19/+2 |
| * | gallium: Implement draw_vbo and set_index_buffer for all drivers. | Chia-I Wu | 2010-07-29 | 1 | -0/+31 |
* | | nv50: introduce the big formats table | Christoph Bumiller | 2010-07-24 | 1 | -98/+2 |
* | | nouveau: update nouveau_class.h | Christoph Bumiller | 2010-07-24 | 1 | -7/+10 |
* | | nv50: import new compiler | Christoph Bumiller | 2010-07-23 | 1 | -2/+2 |
|/ |
|
* | nv50: make a working check for user memory vertex/index buffers | Christoph Bumiller | 2010-04-20 | 1 | -2/+2 |
* | nv50: support vertex index bias | Christoph Bumiller | 2010-04-20 | 1 | -3/+6 |
* | nv50: add missing idxbias param to nv50_push_elements_instanced() | Brian Paul | 2010-04-20 | 1 | -3/+3 |
* | nv50: Adapt for index bias interface change. | José Fonseca | 2010-04-19 | 1 | -3/+6 |
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 1 | -15/+18 |
* | nv50: reset vbo_fifo before each validate | Ben Skeggs | 2010-03-15 | 1 | -0/+1 |
* | nv50: remove unnecessary macro | Ben Skeggs | 2010-03-10 | 1 | -3/+2 |
* | nv50: move nv50_prim() into a header file rather than duplicating | Ben Skeggs | 2010-03-10 | 1 | -31/+0 |
* | nv50: add option to force immediate-mode submission, disable by default | Ben Skeggs | 2010-03-10 | 1 | -2/+7 |
* | nv50: re-add immediate mode vertex submission paths | Ben Skeggs | 2010-03-10 | 1 | -7/+31 |
* | nv50: when doing inline indices, split elt lists so they fit into pushbuf | Ben Skeggs | 2010-03-10 | 1 | -85/+102 |
* | nv50: reimplement draw_elements_instance(), use for draw_elements() too | Ben Skeggs | 2010-03-10 | 1 | -159/+93 |
* | nv50: reimplement draw_arrays_instanced(), do draw_arrays() in terms of it | Ben Skeggs | 2010-03-10 | 1 | -144/+134 |
* | nv50: rip out inline push draw paths temporarily | Ben Skeggs | 2010-03-10 | 1 | -549/+12 |
* | nv50: move magic 0x142c stuff to after state emission | Ben Skeggs | 2010-03-10 | 1 | -10/+0 |
* | nv50: remove horrific abuse of nouveau_channel.flush_notify | Ben Skeggs | 2010-03-10 | 1 | -0/+10 |
* | nv50: ensure enough room for state changes in current pushbuf | Ben Skeggs | 2010-03-10 | 1 | -4/+8 |
* | nv50: rework state emission | Ben Skeggs | 2010-03-10 | 1 | -4/+3 |
* | nv50: adapt to vertex elements cso | Christoph Bumiller | 2010-02-26 | 1 | -35/+49 |
* | gallium: remove redundant nr_components field from pipe_vertex_element | Roland Scheidegger | 2010-02-17 | 1 | -11/+16 |
* | nv50: use hw idx buffers where we can | Ben Skeggs | 2010-02-16 | 1 | -7/+26 |
* | nv: Use util_format_name(). | José Fonseca | 2010-02-14 | 1 | -2/+1 |
* | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | 2010-02-02 | 1 | -1/+1 |