aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* gallium/u_blitter: use TXF if possibleMarek Olšák2017-06-071-102/+190
* gallium/u_blitter: use TEX_LZ if it's supportedMarek Olšák2017-06-071-4/+8
* gallium/util: add _LZ and TXF options to simple shadersMarek Olšák2017-06-075-32/+75
* gallium/u_threaded: fixes for MSVCBrian Paul2017-06-051-7/+9
* gallium/u_threaded: remove 16 bytes from tc_batchMarek Olšák2017-06-052-3/+0
* gallium/u_threaded: align batches and call slots to 16 bytesMarek Olšák2017-06-052-3/+17
* gallium/u_threaded: add a fast path for unbinding shader buffersMarek Olšák2017-05-181-3/+9
* gallium/u_threaded: add a fast path for unbinding shader imagesMarek Olšák2017-05-181-4/+10
* gallium/u_threaded: drop and ignore all non-async debug callbacksMarek Olšák2017-05-152-3/+8
* gallium/util: add threaded_context as a pipe_context wrapperMarek Olšák2017-05-153-0/+2720
* gallium/u_upload: add u_upload_cloneMarek Olšák2017-05-152-0/+14
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-1012-209/+118
* 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