radeonsi: dump compute shader as part of debug dump
[mesa.git] / src / gallium / auxiliary /
2017-05-10 Nicolai Hähnlegallium/util: dump tokens in util_dump_shader_state...
2017-05-10 Nicolai Hähnlegallium/util: add util_dump_grid_info
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-02 Eric Anholtgallium: Enable ARM NEON CPU detection.
2017-05-02 Philipp Zabelrenderonly: use drmIoctl
2017-05-02 Philipp Zabelrenderonly: drop resources on destroy
2017-05-02 Philipp Zabelrenderonly: close transfer prime_fd
2017-04-29 Ilia Mirkingallium/targets: fix bool setting on BE architectures
2017-04-28 Marek Olšáktgsi/scan: record compute shader system value usage
2017-04-26 Brian Paulgallium/util: reduce util_snprintf() calls in debug_flu...
2017-04-26 Brian Paulgallium/util: add some comments in u_debug_flush.c
2017-04-26 Brian Pauldraw: whitespace fixes in draw_pipe_vbuf.c
2017-04-26 Samuel Pitoisetgallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
2017-04-25 Samuel Pitoisetgallium: remove u_caps.c/h interface
2017-04-25 Marek Olšákgallium/util: add debugging helpers printing pipeline...
2017-04-20 Marek Olšákgallium/util: remove util_draw_range_elements helper
2017-04-14 Nicolai Hähnlegallium/ddebug: dump missing members of pipe_draw_info
2017-04-13 Edmondo Tommasinagallium/hud: set the dump file streams to line buffered
2017-04-13 Samuel Pitoisetdraw: remove unused wideline_stage()
2017-04-13 Samuel Pitoisetdraw: remove unused overflow()
2017-04-07 Nicolai Hähnleutil: fix swizzle of INSTANCEID system value
2017-04-07 Brian Paulgallivm: init vars to silence gcc warnings
2017-04-07 Rob Clarkgallium/util: tweak backtrace format with libunwind
2017-04-07 Rob Clarkgallium/util: cache symbol lookup with libunwind
2017-04-07 Rob Clarkgallium/util: fix missing limit check in libunwind...
2017-04-05 Emil Velikovgallium/util: honour LIBUNWIND_CFLAGS
2017-04-05 Ilia Mirkintgsi: add SUBGROUP_* semantics
2017-04-05 Ilia Mirkintgsi: add BALLOT/READ_* opcodes
2017-04-04 Marek Olšákgallium: decrease the size of pipe_draw_info - 88 ...
2017-04-04 Marek Olšákgallium: decrease the size of pipe_resource - 64 -...
2017-04-03 Rob Clarkgallium/util: libunwind support
2017-04-03 Rob Clarkgallium/util: clean up stack frame printing
2017-04-01 Samuel Pitoisetgallivm: add lp_build_emit_fetch_src() helper
2017-03-31 Marek Olšákgallium: remove support for predicates from TGSI (v2)
2017-03-31 Marek Olšákradeonsi: add tests verifying that VM faults don't...
2017-03-31 Nicolai Hähnletgsi: fix printing of 64-bit integer immediates
2017-03-31 Ilia Mirkintgsi: add CLOCK opcode
2017-03-30 Marek Olšákgallivm: fix a maybe-uninitialized warning
2017-03-30 Marek Olšákgallium/util: use const in u_index_modify helpers
2017-03-22 Marek Olšákgallivm: remove lp_add_attr_dereferenceable in favor...
2017-03-17 Marek Olšákgallium/u_upload: make the first persistent mapping...
2017-03-16 Roland Scheideggergallivm: (trivial) remove duplicated line
2017-03-16 Roland Scheideggerdraw: (trivial) remove a unnecessary lp_build_alloca()
2017-03-15 Francisco Jerezgallium/tgsi: Treat UCMP sources as floats to match...
2017-03-15 Marek Olšákgallium: add TGSI opcodes TEX_LZ and TXF_LZ
2017-03-15 Samuel Pitoisettgsi: add missing compute shader entry in tgsi_get_proc...
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-03-13 Julien Isorcegallium/hud: check NULL return from u_upload_alloc
2017-03-13 Christian Königvl/video_buffer: add support for P016
2017-03-13 Christian Königgallium: add P016 format
2017-03-12 Timothy Arcerigallium/util: replace pipe_thread_setname() with u_thre...
2017-03-12 Timothy Arcerigallium/util: replace pipe_thread_get_time_nano() with...
2017-03-12 Timothy Arcerigallium/util: replace pipe_thread_create() with u_threa...
2017-03-12 Timothy Arcerigallium/util: move u_queue.{c,h} to src/util
2017-03-12 Timothy Arcerigallium/util: make use of new u_thread.h in u_queue...
2017-03-12 Timothy Arcerigallium/util: use standard malloc/calloc/free in u_queue.c
2017-03-12 Timothy Arcerigallium/util: move u_string.h to src/util/u_string.h
2017-03-12 Timothy Arcerigallium/util: remove unused header from u_string.h
2017-03-12 Timothy Arcerigallium/util: remove unused util_strbuf*
2017-03-12 Timothy Arcerigallium/util: remove unused util_memmove()
2017-03-10 Emil Velikovgallium: remove shebang from python scripts
2017-03-10 Emil Velikovgallium: remove execute bit from the python script(s)
2017-03-08 Brian Paulutil/indices: minor clean-ups
2017-03-08 Brian Paulgallium: s/uint/enum pipe_render_cond_flag/ for set_ren...
2017-03-08 Brian Pauldraw: s/unsigned/enum pipe_shader_type/
2017-03-08 Brian Paulcso: s/unsigned/enum pipe_shader_type/
2017-03-08 Brian Paulgallium: s/unsigned/enum pipe_shader_type/ for pipe_scr...
2017-03-06 Timothy Arcerigallium/util: remove unused header from u_queue.c
2017-03-06 Timothy Arcerigallium/util: remove unused pipe_thread_destroy()
2017-03-06 Timothy Arcerigallium/util: replace pipe_thread_wait() with thrd_join()
2017-03-06 Timothy Arcerigallium/util: remove PIPE_THREAD_ROUTINE()
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar with cnd_t
2017-03-06 Timothy Arcerigallium/util: replace pipe_thread with thrd_t
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_unlock() with mtx_unlock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_lock() with mtx_lock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_destroy() with mtx_des...
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_init() with mtx_init()
2017-03-06 Timothy Arcerigallium/util: remove pipe_static_mutex()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex with mtx_t
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_broadcast() with...
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_signal() with cnd_si...
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_wait() with cnd_wait()
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_destroy() with cnd_d...
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_init() with cnd_init()
2017-03-06 Marek Olšákgallivm,ac: add LP_FUNC_ATTR_CONVERGENT
2017-03-03 Marek Olšákgallivm, ac: add writeonly and inaccessiblememonly...
2017-03-03 Marek Olšáktgsi/scan: record load/store/atomic image usage
2017-03-03 Grazvydas Ignotastgsi/ureg: return correct token count in ureg_get_tokens
2017-03-01 Marek Olšákgallivm,ac: add function attributes at call sites inste...
2017-03-01 Marek Olšákgallivm,ac: remove unused FUNC_ATTR_LAST enums
2017-02-27 Grazvydas Ignotasgallium/u_queue: set num_threads correctly if not all...
2017-02-27 Grazvydas Ignotasgallium/u_queue: fix a crash with atexit handlers
2017-02-24 Marek Olšákgallium/util: add new helpers for user index buffer...
2017-02-24 Roland Scheideggergallium/util: (trivial) fix util_clear_render_target
2017-02-24 Thomas Hellstromst/va: Fix up YV12 to NV12 putImage conversion
2017-02-24 Thomas Hellstromst/vdpau: Provide YV12 to NV12 putBits conversion v2
2017-02-24 Lars Hamregallium: implement util_clear_texture
2017-02-24 Jerome Duvalhaiku: build fixes around debug defines
2017-02-22 Nayan Deshmukhvl: u_upload_alloc might fail to allocate buffer in...
2017-02-22 Marek Olšákgallium/hud: handle a thread switch for API-thread...
next