Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium/util: another s/unsigned/enum pipe_prim_type/ for clang | Brian Paul | 2016-05-27 | 1 | -1/+1 |
* | util/indices: move duplicated assignments out of switch cases | Brian Paul | 2016-05-26 | 1 | -29/+4 |
* | util/indices,svga: s/unsigned/enum pipe_prim_type/ | Brian Paul | 2016-05-26 | 1 | -3/+3 |
* | util/indices: implement provoking vertex conversion for adjacency primitives | Brian Paul | 2016-05-26 | 1 | -0/+52 |
* | util/indices: replace #define tokens with enum type | Brian Paul | 2015-11-04 | 1 | -22/+23 |
* | u_primconvert: add primitive restart support | Dave Airlie | 2015-03-20 | 1 | -15/+21 |
* | indices: add comments, assertions in u_indices.c file | Brian Paul | 2013-11-15 | 1 | -0/+26 |
* | gallium/auxiliary/indices: add start param | Rob Clark | 2013-10-29 | 1 | -2/+4 |
* | indices: add some comments | Brian Paul | 2013-06-19 | 1 | -3/+20 |
* | aux/indices: don't use 'prim' value once it is known to be bad | Keith Whitwell | 2009-06-26 | 1 | -1/+1 |
* | gallium: add new aux lib for index list translations | Keith Whitwell | 2009-02-05 | 1 | -0/+253 |