summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/indices/u_primconvert.c
Commit message (Expand)AuthorAgeFilesLines
* u_upload_mgr: allow specifying PIPE_USAGE_* for the upload bufferMarek Olšák2016-01-021-1/+2
* u_upload_mgr: remove alignment parameter from u_upload_createMarek Olšák2016-01-021-1/+1
* u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák2016-01-021-1/+1
* primconvert: select pv convention only from flatshade_firstIlia Mirkin2015-04-181-2/+1
* u_primconvert: add primitive restart supportDave Airlie2015-03-201-2/+4
* u_primconvert: Fix leak of the upload BO on context destroy.Eric Anholt2014-12-311-0/+2
* util/primconvert: Avoid point arithmetic; apply offset on all cases.José Fonseca2014-12-051-1/+2
* util/primconvert: take ib offset into accountIlia Mirkin2014-12-051-1/+1
* util/primconvert: support instanced renderingIlia Mirkin2014-12-051-0/+2
* util/primconvert: pass index bias throughIlia Mirkin2014-12-051-0/+1
* u_primconvert: Use u_upload_mgr for our little IB allocations.Eric Anholt2014-09-021-11/+9
* u_primconvert: Shut up compiler warning.Eric Anholt2014-09-021-1/+1
* u_primconvert: Copy min/max_index from the original primitive.Eric Anholt2014-08-081-4/+2
* gallium/auxiliary/indices: replace free() with FREE()Brian Paul2014-02-031-1/+1
* gallium/auxiliary/indices: add u_primconvertRob Clark2013-10-291-0/+181