summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: move u_queue.{c,h} to src/utilTimothy Arceri2017-03-122-440/+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-123-206/+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-103-3/+0
* gallium: remove execute bit from the python script(s)Emil Velikov2017-03-102-0/+0
* gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul2017-03-081-1/+1
* gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul2017-03-081-1/+2
* gallium/util: remove unused header from u_queue.cTimothy Arceri2017-03-071-1/+0
* gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri2017-03-071-1/+1
* gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri2017-03-071-1/+2
* gallium/util: replace pipe_condvar with cnd_tTimothy Arceri2017-03-072-4/+4
* gallium/util: replace pipe_thread with thrd_tTimothy Arceri2017-03-072-2/+2
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-077-25/+25
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-077-24/+24
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-073-5/+5
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-076-7/+7
* gallium/util: remove pipe_static_mutex()Timothy Arceri2017-03-075-5/+5
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-074-5/+5
* gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()Timothy Arceri2017-03-071-2/+2
* gallium/util: replace pipe_condvar_signal() with cnd_signal()Timothy Arceri2017-03-072-4/+4
* gallium/util: replace pipe_condvar_wait() with cnd_wait()Timothy Arceri2017-03-072-5/+5
* gallium/util: replace pipe_condvar_destroy() with cnd_destroy()Timothy Arceri2017-03-072-6/+6
* gallium/util: replace pipe_condvar_init() with cnd_init()Timothy Arceri2017-03-072-4/+4
* 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
* st/va: Fix up YV12 to NV12 putImage conversionThomas Hellstrom2017-02-241-37/+0
* st/vdpau: Provide YV12 to NV12 putBits conversion v2Thomas Hellstrom2017-02-241-0/+42
* gallium: implement util_clear_textureLars Hamre2017-02-242-145/+248
* haiku: build fixes around debug definesJerome Duval2017-02-241-2/+2
* gallium/u_queue: isolate util_queue_fence implementationMarek Olšák2017-02-222-20/+24
* gallium/u_queue: fix random crashes when the app calls exit()Marek Olšák2017-02-222-2/+78
* gallium/u_suballoc: update commentsMarek Olšák2017-02-201-3/+5
* gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionallyMarek Olšák2017-02-192-3/+9
* gallium/u_suballoc: allow setting pipe_resource::flagsMarek Olšák2017-02-182-5/+19
* gallium/u_suballoc: use clear_buffer if availableMarek Olšák2017-02-181-7/+14
* gallium/util: correctly unref a buffer in u_prim_restartMarek Olšák2017-02-181-1/+1
* gallium/util: remove unused u_index_modify helpersMarek Olšák2017-02-182-101/+0
* gallium/util: remove unused helper util_draw_texquadMarek Olšák2017-02-182-72/+0
* gallium: add extern "C" guardsGeorge Kyriazis2017-02-162-0/+15
* gallium/u_queue: add util_queue_get_thread_time_nanoMarek Olšák2017-02-142-0/+12
* gallium: let state trackers tell u_vbuf whether user VBOs are possibleMarek Olšák2017-02-143-7/+11
* gallium/u_upload_mgr: remove deprecated function u_upload_bufferMarek Olšák2017-02-142-51/+0
* gallium/vbuf: use the common uploaderMarek Olšák2017-02-141-10/+4
* gallium/blitter: use the common uploaderMarek Olšák2017-02-141-9/+3