summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
AgeCommit message (Expand)AuthorFilesLines
2017-06-07gallium/u_blitter: use 2D_ARRAY for cubemap blits if possibleMarek Olšák2-19/+36
2017-06-07gallium/u_blitter: use TXF if possibleMarek Olšák1-102/+190
2017-06-07gallium/u_blitter: use TEX_LZ if it's supportedMarek Olšák1-4/+8
2017-06-07gallium/util: add _LZ and TXF options to simple shadersMarek Olšák5-32/+75
2017-06-05gallium/u_threaded: fixes for MSVCBrian Paul1-7/+9
2017-06-05gallium/u_threaded: remove 16 bytes from tc_batchMarek Olšák2-3/+0
2017-06-05gallium/u_threaded: align batches and call slots to 16 bytesMarek Olšák2-3/+17
2017-05-18gallium/u_threaded: add a fast path for unbinding shader buffersMarek Olšák1-3/+9
2017-05-18gallium/u_threaded: add a fast path for unbinding shader imagesMarek Olšák1-4/+10
2017-05-15gallium/u_threaded: drop and ignore all non-async debug callbacksMarek Olšák2-3/+8
2017-05-15gallium/util: add threaded_context as a pipe_context wrapperMarek Olšák3-0/+2720
2017-05-15gallium/u_upload: add u_upload_cloneMarek Olšák2-0/+14
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák12-209/+118
2017-05-10gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák3-11/+16
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák8-70/+86
2017-05-10gallium/util: dump tokens in util_dump_shader_state only if type is TGSINicolai Hähnle1-5/+7
2017-05-10gallium/util: add util_dump_grid_infoNicolai Hähnle2-0/+30
2017-05-02gallium: Enable ARM NEON CPU detection.Eric Anholt2-0/+44
2017-04-26gallium/util: reduce util_snprintf() calls in debug_flush_might_flush_cb()Brian Paul1-5/+6
2017-04-26gallium/util: add some comments in u_debug_flush.cBrian Paul1-0/+15
2017-04-25gallium: remove u_caps.c/h interfaceSamuel Pitoiset2-338/+0
2017-04-25gallium/util: add debugging helpers printing pipeline statisticsMarek Olšák2-0/+59
2017-04-20gallium/util: remove util_draw_range_elements helperMarek Olšák1-23/+0
2017-04-14gallium/ddebug: dump missing members of pipe_draw_infoNicolai Hähnle1-0/+5
2017-04-08util: fix swizzle of INSTANCEID system valueNicolai Hähnle1-1/+1
2017-04-07gallium/util: tweak backtrace format with libunwindRob Clark1-10/+16
2017-04-07gallium/util: cache symbol lookup with libunwindRob Clark2-27/+94
2017-04-07gallium/util: fix missing limit check in libunwind backtraceRob Clark1-1/+1
2017-04-03gallium/util: libunwind supportRob Clark2-2/+104
2017-04-03gallium/util: clean up stack frame printingRob Clark3-23/+26
2017-03-31radeonsi: add tests verifying that VM faults don't hangMarek Olšák2-4/+9
2017-03-30gallium/util: use const in u_index_modify helpersMarek Olšák2-6/+6
2017-03-17gallium/u_upload: make the first persistent mapping unsynchronizedMarek Olšák1-0/+1
2017-03-13gallium: add P016 formatChristian König3-0/+40
2017-03-12gallium/util: move u_queue.{c,h} to src/utilTimothy Arceri2-440/+0
2017-03-12gallium/util: make use of new u_thread.h in u_queue.{c,h}Timothy Arceri2-4/+6
2017-03-12gallium/util: use standard malloc/calloc/free in u_queue.cTimothy Arceri1-10/+10
2017-03-12gallium/util: move u_string.h to src/util/u_string.hTimothy Arceri3-206/+2
2017-03-12gallium/util: remove unused header from u_string.hTimothy Arceri1-1/+0
2017-03-12gallium/util: remove unused util_strbuf*Timothy Arceri1-37/+0
2017-03-12gallium/util: remove unused util_memmove()Timothy Arceri1-20/+0
2017-03-10gallium: remove shebang from python scriptsEmil Velikov3-3/+0
2017-03-10gallium: remove execute bit from the python script(s)Emil Velikov2-0/+0
2017-03-08gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul1-1/+1
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul1-1/+2
2017-03-07gallium/util: remove unused header from u_queue.cTimothy Arceri1-1/+0
2017-03-07gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri1-1/+1
2017-03-07gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri1-1/+2
2017-03-07gallium/util: replace pipe_condvar with cnd_tTimothy Arceri2-4/+4
2017-03-07gallium/util: replace pipe_thread with thrd_tTimothy Arceri2-2/+2