gallium: Add a cap to check if the driver supports ARB_post_depth_coverage
[mesa.git] / src / gallium / auxiliary /
2017-06-03 Lyudegallium: Add TGSI shader token for ARB_post_depth_coverage
2017-05-25 Rob Herringgallium/os: use mmap64 for Android
2017-05-24 Samuel Pitoisettgsi: remove unused tgsi_is_passthrough_shader()
2017-05-19 Emil Velikovauxiliary/vl: use vl_*_screen_create stubs when buildin...
2017-05-19 Emil Velikovconfigure: check once for DRI3 dependencies
2017-05-18 Marek Olšákgallium/u_threaded: add a fast path for unbinding shade...
2017-05-18 Marek Olšákgallium/u_threaded: add a fast path for unbinding shade...
2017-05-18 Samuel Pitoisettgsi: store the sampler view type directly in the instr...
2017-05-18 Samuel Pitoisettgsi: remove some unused OPCODE macros
2017-05-18 Tom Stellardgallivm: Make sure module has the correct data layout...
2017-05-16 Rob Clarkttn: fix dest size for some texture instructions
2017-05-16 Rob Clarkttn: fix txd src sizes
2017-05-16 Rob Clarkttn: fix txs dest size
2017-05-15 Marek Olšákgallium/u_threaded: drop and ignore all non-async debug...
2017-05-15 Marek Olšákgallium/util: add threaded_context as a pipe_context...
2017-05-15 Marek Olšákgallium/u_upload: add u_upload_clone
2017-05-15 Eric Anholtrenderonly: Initialize fields of struct winsys_handle.
2017-05-11 Rob HerringAndroid: rework LLVM build support
2017-05-11 Rob HerringAndroid: Fix swrast only build
2017-05-11 Michel Dänzergallivm: Fix build against LLVM SVN >= r302589
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2017-05-10 Marek Olšákgallium: separate indirect stuff from pipe_draw_info...
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_buffer -...
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()
next