summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák2017-05-103-11/+16
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-108-70/+86
* gallium/util: dump tokens in util_dump_shader_state only if type is TGSINicolai Hähnle2017-05-101-5/+7
* gallium/util: add util_dump_grid_infoNicolai Hähnle2017-05-102-0/+30
* gallium: Enable ARM NEON CPU detection.Eric Anholt2017-05-022-0/+44
* gallium/util: reduce util_snprintf() calls in debug_flush_might_flush_cb()Brian Paul2017-04-261-5/+6
* gallium/util: add some comments in u_debug_flush.cBrian Paul2017-04-261-0/+15
* gallium: remove u_caps.c/h interfaceSamuel Pitoiset2017-04-252-338/+0
* gallium/util: add debugging helpers printing pipeline statisticsMarek Olšák2017-04-252-0/+59
* gallium/util: remove util_draw_range_elements helperMarek Olšák2017-04-201-23/+0
* 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