summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: move u_queue.{c,h} to src/utilTimothy Arceri2017-03-123-442/+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-124-207/+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
* st/xa: suffix xa-indent{,.sh} and add a shebang lineEmil Velikov2017-03-102-2/+2
* gallium/tools: use correct shebang for python scriptsEmil Velikov2017-03-106-6/+6
* gallium/tools: do not hardcode bash locationEmil Velikov2017-03-102-2/+2
* gallium/tests: remove execute bit from TGSI shader - vert-uadd.shEmil Velikov2017-03-101-0/+0
* gallium: remove shebang from python scriptsEmil Velikov2017-03-105-5/+0
* gallium: remove execute bit from the python script(s)Emil Velikov2017-03-102-0/+0
* svga: remove shebang from svgadump/svga_dump.pyEmil Velikov2017-03-101-1/+0
* svga: remove execute bit from svga_dump.pyEmil Velikov2017-03-101-0/+0
* freedreno: remove shebang from ir3_nir_trig.pyEmil Velikov2017-03-101-1/+0
* freedreno: remove execute bit from ir3_nir_trig.pyEmil Velikov2017-03-101-0/+0
* nv50/ir: check for origin insn in findOriginForTestWithZeroPierre Moreau2017-03-091-0/+2
* swr: s/uint/enum pipe_render_cond_flag/Vinson Lee2017-03-081-1/+1
* st/nine: pass NULL to ureg_get_tokens()Timothy Arceri2017-03-092-4/+2
* vc4: Fix math with a condition flag set.Eric Anholt2017-03-082-3/+18
* vc4: Fix register pressure cost estimates when a src appears twice.Eric Anholt2017-03-081-3/+13
* vc4: Report to shader-db how many threads a fragment shader has.Eric Anholt2017-03-081-0/+7
* Revert "vc4: Lazily emit our FS/VS input loads."Eric Anholt2017-03-084-93/+75
* radeonsi: fix elimination of literal VS outputsMarek Olšák2017-03-081-4/+7
* android: r600: fix libmesa_amd_common dependencyMauro Rossi2017-03-081-0/+1
* gallium/targets: rework the empty targets removalEmil Velikov2017-03-083-6/+3
* util/indices: minor clean-upsBrian Paul2017-03-082-5/+2
* radeonsi: s/uint/enum pipe_shader_type/Brian Paul2017-03-082-2/+4
* gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul2017-03-0817-17/+19
* gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul2017-03-0820-20/+27
* gallium: s/unsigned/enum pipe_shader_type/ for get_compiler_options()Brian Paul2017-03-083-3/+5
* virgl: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-081-3/+3
* swr: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-084-6/+7
* softpipe: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-084-4/+6
* llvmpipe: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-081-1/+1
* freedreno: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-081-1/+1
* etnaviv: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-081-2/+2
* draw: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-084-14/+15
* cso: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-082-10/+12
* gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul2017-03-0823-29/+62
* build: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM.Matt Turner2017-03-074-4/+4
* radeonsi/ac: move get_image_intr_name to commonDave Airlie2017-03-071-36/+10
* gallium/util: remove unused header from u_queue.cTimothy Arceri2017-03-071-1/+0
* gallium/util: remove unused pipe_thread_destroy()Timothy Arceri2017-03-071-5/+0
* gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri2017-03-078-12/+7
* gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri2017-03-079-13/+19
* gallium/util: replace pipe_condvar with cnd_tTimothy Arceri2017-03-078-16/+12
* gallium/util: replace pipe_thread with thrd_tTimothy Arceri2017-03-079-19/+15
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-0786-775/+772