summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium: add TGSI opcodes TEX_LZ and TXF_LZMarek Olšák2017-03-152-2/+5
* tgsi: add missing compute shader entry in tgsi_get_processor_name()Samuel Pitoiset2017-03-151-0/+2
* nir: Rework conversion opcodesJason Ekstrand2017-03-141-5/+5
* gallium/hud: check NULL return from u_upload_allocJulien Isorce2017-03-131-0/+5
* vl/video_buffer: add support for P016Christian König2017-03-131-0/+10
* gallium: add P016 formatChristian König2017-03-133-0/+40
* gallium/util: replace pipe_thread_setname() with u_thread_setname()Timothy Arceri2017-03-121-12/+0
* gallium/util: replace pipe_thread_get_time_nano() with u_thread_get_time_nano()Timothy Arceri2017-03-121-17/+1
* gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri2017-03-121-27/+1
* gallium/util: move u_queue.{c,h} to src/utilTimothy Arceri2017-03-123-442/+0
* gallium/util: make use of new u_thread.h in u_queue.{c,h}Timothy Arceri2017-03-122-4/+6
* gallium/util: use standard malloc/calloc/free in u_queue.cTimothy Arceri2017-03-121-10/+10
* gallium/util: move u_string.h to src/util/u_string.hTimothy Arceri2017-03-124-207/+2
* gallium/util: remove unused header from u_string.hTimothy Arceri2017-03-121-1/+0
* gallium/util: remove unused util_strbuf*Timothy Arceri2017-03-121-37/+0
* gallium/util: remove unused util_memmove()Timothy Arceri2017-03-121-20/+0
* gallium: remove shebang from python scriptsEmil Velikov2017-03-105-5/+0
* gallium: remove execute bit from the python script(s)Emil Velikov2017-03-102-0/+0
* util/indices: minor clean-upsBrian Paul2017-03-082-5/+2
* gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul2017-03-083-3/+5
* draw: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-084-14/+15
* cso: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-082-10/+12
* gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul2017-03-083-5/+8
* gallium/util: remove unused header from u_queue.cTimothy Arceri2017-03-071-1/+0
* gallium/util: remove unused pipe_thread_destroy()Timothy Arceri2017-03-071-5/+0
* gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri2017-03-072-6/+1
* gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri2017-03-072-5/+3
* gallium/util: replace pipe_condvar with cnd_tTimothy Arceri2017-03-074-11/+7
* gallium/util: replace pipe_thread with thrd_tTimothy Arceri2017-03-073-12/+8
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-0720-88/+85
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-0720-70/+67
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-078-15/+12
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-0714-20/+17
* gallium/util: remove pipe_static_mutex()Timothy Arceri2017-03-0711-13/+10
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-0712-22/+18
* gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()Timothy Arceri2017-03-073-7/+4
* gallium/util: replace pipe_condvar_signal() with cnd_signal()Timothy Arceri2017-03-073-8/+5
* gallium/util: replace pipe_condvar_wait() with cnd_wait()Timothy Arceri2017-03-073-10/+7
* gallium/util: replace pipe_condvar_destroy() with cnd_destroy()Timothy Arceri2017-03-073-11/+8
* gallium/util: replace pipe_condvar_init() with cnd_init()Timothy Arceri2017-03-074-10/+7
* gallivm,ac: add LP_FUNC_ATTR_CONVERGENTMarek Olšák2017-03-062-0/+2
* gallivm, ac: add writeonly and inaccessiblememonly attributesMarek Olšák2017-03-032-0/+4
* tgsi/scan: record load/store/atomic image usageMarek Olšák2017-03-032-10/+13
* tgsi/ureg: return correct token count in ureg_get_tokensGrazvydas Ignotas2017-03-031-1/+1
* gallivm,ac: add function attributes at call sites instead of declarationsMarek Olšák2017-03-012-24/+55
* gallivm,ac: remove unused FUNC_ATTR_LAST enumsMarek Olšák2017-03-011-1/+0
* gallium/u_queue: set num_threads correctly if not all threads startGrazvydas Ignotas2017-02-271-1/+1
* gallium/u_queue: fix a crash with atexit handlersGrazvydas Ignotas2017-02-271-0/+1
* gallium/util: add new helpers for user index buffer uploadingMarek Olšák2017-02-252-0/+35
* gallium/util: (trivial) fix util_clear_render_targetRoland Scheidegger2017-02-241-7/+8