summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_vbuf.c
Commit message (Expand)AuthorAgeFilesLines
* u_vbuf: don't unroll indices if mapping vertex buffers blocksMarek Olšák2012-01-071-1/+35
* u_vbuf: use cso_cache to cache vertex element statesMarek Olšák2012-01-051-10/+47
* u_vbuf: implement another upload codepath which unrolls indicesMarek Olšák2012-01-051-26/+119
* u_vbuf: cleanup variable names to be consistentMarek Olšák2012-01-051-13/+11
* u_vbuf: cleanup the computation of how many vertices to upload/translateMarek Olšák2012-01-051-16/+23
* u_vbuf: convert min_index,max_index to start,countMarek Olšák2012-01-051-19/+26
* u_vbuf: translate per-vertex, per-instance, and constant attribs separatelyMarek Olšák2012-01-051-104/+236
* u_vbuf: take start_instance into account when uploading instanced attribsMarek Olšák2012-01-051-2/+4
* u_upload_mgr: remove the 'flushed' parameterMarek Olšák2012-01-051-4/+2
* u_vbuf: don't map user buffers, just obtain a pointer to themMarek Olšák2012-01-051-6/+11
* u_vbuf: only map a subrange of buffers to translateMarek Olšák2012-01-051-9/+8
* u_vbuf: remove the workaround for half floats and translateMarek Olšák2012-01-051-20/+1
* u_vbuf: Silence uninitialized variable warnings.Vinson Lee2011-12-011-0/+2
* u_vbuf_mgr: rename to u_vbufMarek Olšák2011-11-221-0/+868