| Commit message (Expand) | Author | Age | Files | Lines |
* | nv50,nvc0: remove IDX from bufctx immediately, to avoid conflicts with clear | Ilia Mirkin | 2017-06-26 | 1 | -4/+5 |
* | nv50,nvc0: clear index buffer bufctx bin unconditionally | Ilia Mirkin | 2017-05-20 | 1 | -3/+2 |
* | gallium: remove pipe_index_buffer and set_index_buffer | Marek Olšák | 2017-05-10 | 1 | -12/+18 |
* | gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes | Marek Olšák | 2017-05-10 | 1 | -9/+10 |
* | nv50: add support for MUL_ZERO_WINS property | Ilia Mirkin | 2017-01-23 | 1 | -0/+6 |
* | nouveau: take extra push space into account for pushbuf_space calls | Ilia Mirkin | 2017-01-12 | 1 | -1/+1 |
* | nv50: add missing draw_calls_indexed driver stat | Samuel Pitoiset | 2016-11-02 | 1 | -0/+1 |
* | nv50: rework the validation path for 3D | Samuel Pitoiset | 2016-03-19 | 1 | -1/+1 |
* | nv50: rename 3d binding points to NV50_BIND_3D_XXX | Samuel Pitoiset | 2016-03-19 | 1 | -4/+4 |
* | nv50: rename 3d dirty flags to NV50_NEW_3D_XXX | Samuel Pitoiset | 2016-03-19 | 1 | -2/+2 |
* | nv50: rename nv50_context::dirty to nv50_context::dirty_3d | Samuel Pitoiset | 2016-03-19 | 1 | -2/+2 |
* | nv50,nvc0: enable/disable seamless cubemap texturing as requested | Ilia Mirkin | 2016-02-16 | 1 | -0/+7 |
* | nv50-: separate vertex formats from surface format descriptions | Ben Skeggs | 2016-02-16 | 1 | -2/+2 |
* | nv50,nvc0: remove unused parameter in nvXX_state_validate() | Samuel Pitoiset | 2016-02-11 | 1 | -1/+1 |
* | nv50,nvc0: optimize coherent buffer checking at draw time | Samuel Pitoiset | 2016-01-03 | 1 | -35/+7 |
* | nv50,nvc0: make sure there's pushbuf space and that we ref the bo early | Ilia Mirkin | 2016-01-01 | 1 | -1/+1 |
* | nv50,nvc0: add a note when converting vertex elements using CPU | Ilia Mirkin | 2015-12-27 | 1 | -0/+3 |
* | nv50: allow using inline vertex data submit when gl_VertexID is used | Samuel Pitoiset | 2015-11-19 | 1 | -10/+1 |
* | nv50: add NV84_3D macro | Samuel Pitoiset | 2015-11-19 | 1 | -2/+2 |
* | nouveau: send back a debug message when waiting for a fence to complete | Ilia Mirkin | 2015-11-05 | 1 | -1/+1 |
* | nv50: move HW queries to nv50_query_hw.c/h files | Samuel Pitoiset | 2015-10-30 | 1 | -2/+3 |
* | nv50: add a header file for nv50_query | Samuel Pitoiset | 2015-10-30 | 1 | -1/+2 |
* | nv50,nvc0: flush texture cache in presence of coherent bufs | Ilia Mirkin | 2015-09-17 | 1 | -0/+19 |
* | nv50: avoid using inline vertex data submit when gl_VertexID is used | Ilia Mirkin | 2015-09-05 | 1 | -1/+10 |
* | nv50: don't flush vertex arrays when index buffer changes | Ilia Mirkin | 2015-09-05 | 1 | -4/+0 |
* | nv50: clear buffer status on all vertex bufs, not just the first one | Ilia Mirkin | 2015-09-05 | 1 | -1/+0 |
* | nv50: fix drawing from tfb, direct-to-pushbuf submits | Ilia Mirkin | 2015-09-05 | 1 | -3/+2 |
* | gallium: replace INLINE with inline | Ilia Mirkin | 2015-07-21 | 1 | -3/+3 |
* | nouveau: use bool instead of boolean | Samuel Pitoiset | 2015-07-21 | 1 | -16/+16 |
* | nv50: avoid segfault with enabled but unbound vertex attrib | Samuel Pitoiset | 2015-07-08 | 1 | -0/+5 |
* | nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_data | Ilia Mirkin | 2015-06-23 | 1 | -0/+1 |
* | nv50,nvc0: set vertex id base to index_bias | Ilia Mirkin | 2014-12-30 | 1 | -0/+8 |
* | nv50: do an explicit flush on draw when there are persistent buffers | Ilia Mirkin | 2014-07-03 | 1 | -1/+28 |
* | nouveau: add ARB_buffer_storage support | Ilia Mirkin | 2014-05-02 | 1 | -0/+12 |
* | nv50: pass vtxbuf index as unsigned | Emil Velikov | 2014-01-18 | 1 | -1/+1 |
* | nv50: assert before trying to out-of-bounds access vtxbuf | Emil Velikov | 2014-01-18 | 1 | -1/+11 |
* | nv50: wait on the buf's fence before sticking it into pushbuf | Ilia Mirkin | 2013-12-04 | 1 | -0/+9 |
* | Move nv30, nv50 and nvc0 to nouveau. | Johannes Obermayr | 2013-09-11 | 1 | -0/+820 |