aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_helpers.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: add alignment parameter to util_upload_index_bufferErico Nunes2019-12-141-2/+2
* gallium: util_set_vertex_buffers_mask(..): make use of u_bit_consecutive(..)Christian Gmeiner2019-09-141-3/+2
* mesa: avoid warning on WindowsErik Faye-Lund2019-08-081-1/+1
* gallium/util: Add util_set_shader_buffers_mask helperAlyssa Rosenzweig2019-08-011-0/+37
* st/mesa: pin driver threads to a fixed CCX when glthread is enabledMarek Olšák2018-11-201-55/+8
* gallium/util: Clarify comment in util_init_thread_pinningMichel Dänzer2018-09-281-1/+4
* gallium/util: don't let child processes inherit our thread affinityMarek Olšák2018-09-141-4/+32
* gallium/util: start with a random L3 cache index for AMD ZenMarek Olšák2018-09-141-4/+16
* util: Make util_context_thread_changed a no-op on Windows.Jose Fonseca2018-09-101-0/+2
* st/mesa: throttle texture uploads if their memory usage goes beyond a limitMarek Olšák2018-09-071-0/+120
* st/mesa: pin driver threads to a specific L3 cache on AMD Zen (v2)Marek Olšák2018-09-071-0/+42
* gallium/util: add helper util_wait_for_idleMarek Olšák2018-03-111-0/+12
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-34/+10
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-101-8/+9
* gallium/util: add debugging helpers printing pipeline statisticsMarek Olšák2017-04-251-0/+51
* gallium/util: add new helpers for user index buffer uploadingMarek Olšák2017-02-251-0/+30
* gallium/util: return correct number of bound vertex buffersPatrick Rudolph2015-12-101-1/+7
* util: added util_set_index_buffer()Brian Paul2015-09-011-0/+15
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-0/+90