aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_index_modify.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-12/+12
* gallium/util: use const in u_index_modify helpersMarek Olšák2017-03-301-3/+3
* gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionallyMarek Olšák2017-02-191-3/+6
* gallium/util: remove unused u_index_modify helpersMarek Olšák2017-02-181-78/+0
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-061-3/+3
* gallium: add void *user_buffer in pipe_index_bufferMarek Olšák2012-04-301-31/+52
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-151-0/+3
* u_index_modify: map buffers with PIPE_TRANSFER_UNSYNCHRONIZEDMarek Olšák2011-02-141-3/+12
* util: add a way to store translated indices to a user memory in u_index_modifyMarek Olšák2010-12-291-34/+77
* gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-201-6/+6
* util/r300g: split the r300 index buffer modifier functions out to utilDave Airlie2010-09-201-0/+127