summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* gallium/ddebug: dump missing members of pipe_draw_infoNicolai Hähnle2017-04-141-0/+5
* util: fix swizzle of INSTANCEID system valueNicolai Hähnle2017-04-081-1/+1
* gallium/util: tweak backtrace format with libunwindRob Clark2017-04-071-10/+16
* gallium/util: cache symbol lookup with libunwindRob Clark2017-04-072-27/+94
* gallium/util: fix missing limit check in libunwind backtraceRob Clark2017-04-071-1/+1
* gallium/util: libunwind supportRob Clark2017-04-032-2/+104
* gallium/util: clean up stack frame printingRob Clark2017-04-033-23/+26
* radeonsi: add tests verifying that VM faults don't hangMarek Olšák2017-03-312-4/+9
* gallium/util: use const in u_index_modify helpersMarek Olšák2017-03-302-6/+6
* gallium/u_upload: make the first persistent mapping unsynchronizedMarek Olšák2017-03-171-0/+1
* gallium: add P016 formatChristian König2017-03-133-0/+40
* 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