gallium/util: tweak backtrace format with libunwind
[mesa.git] / src / gallium / auxiliary / util /
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-03 Rob Clarkgallium/util: libunwind support
2017-04-03 Rob Clarkgallium/util: clean up stack frame printing
2017-03-31 Marek Olšákradeonsi: add tests verifying that VM faults don't...
2017-03-30 Marek Olšákgallium/util: use const in u_index_modify helpers
2017-03-17 Marek Olšákgallium/u_upload: make the first persistent mapping...
2017-03-13 Christian Königgallium: add P016 format
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 Paulgallium: s/uint/enum pipe_render_cond_flag/ for set_ren...
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: 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-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 Marek Olšákgallium/u_queue: isolate util_queue_fence implementation
2017-02-22 Marek Olšákgallium/u_queue: fix random crashes when the app calls...
2017-02-20 Marek Olšákgallium/u_suballoc: update comments
2017-02-19 Marek Olšákgallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCH...
2017-02-18 Marek Olšákgallium/u_suballoc: allow setting pipe_resource::flags
2017-02-18 Marek Olšákgallium/u_suballoc: use clear_buffer if available
2017-02-18 Marek Olšákgallium/util: correctly unref a buffer in u_prim_restart
2017-02-18 Marek Olšákgallium/util: remove unused u_index_modify helpers
2017-02-18 Marek Olšákgallium/util: remove unused helper util_draw_texquad
2017-02-17 George Kyriazisgallium: add extern "C" guards
2017-02-14 Marek Olšákgallium/u_queue: add util_queue_get_thread_time_nano
2017-02-14 Marek Olšákgallium: let state trackers tell u_vbuf whether user...
2017-02-14 Marek Olšákgallium/u_upload_mgr: remove deprecated function u_uplo...
2017-02-14 Marek Olšákgallium/vbuf: use the common uploader
2017-02-14 Marek Olšákgallium/blitter: use the common uploader
2017-02-14 Marek Olšákgallium/u_upload_mgr: add a helper that creates the...
2017-02-01 Boyuan Zhangvl: add h264 constrained baseline profile
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_SUB
2016-12-06 Roland Scheideggerutil: (trivial) ETC1 meets the criteria for fitting...
2016-11-24 Charmaine Leeutil: fix memory leak from the fragment shaders for...
2016-11-23 Charmaine Leeutil: fix missing swizzle components in the SINT <...
2016-11-22 Marek Olšákutil: import CRC32 implementation from gallium
2016-11-16 Nicolai Hähnleu_simple_shaders: try to un-break the Windows build
2016-11-16 Nicolai Hähnleutil/blitter: add clamping during SINT <-> UINT blits
2016-11-16 Nicolai Hähnleutil/blitter: index texfetch_col shaders by type
2016-11-10 Tim Rowleygallium: detect avx512 cpu features
2016-10-24 Axel Davygallium/util: Add align_calloc
2016-10-10 Axel Davygallium/util: Really allow aliasing of dst for u_box_un...
2016-09-27 Nicolai Hähnlegallium/u_math: add util_logbase2_ceil
2016-09-26 Rob Clarkmesa/st: support lowering multi-planar YUV
2016-09-26 Samuel Pitoisetgallium/util: make use of strtol() in debug_get_num_opt...
2016-09-21 Brian Paulgallium/util: add comment on util_is_format_compatible()
2016-09-13 Marek Olšákddebug: dump shader buffers and images
2016-09-13 Andy Furnissvl/util: Fix YV12/I420 convert to NV12 U/V reversal
2016-09-08 Marek Olšákgallium: remove PIPE_BIND_TRANSFER_READ/WRITE
2016-09-06 Marek Olšákgallium: switch drivers to the slab allocator in src...
2016-08-25 Marek Olšákgallium: add a pipe_context parameter to resource_get_h...
2016-08-17 Marek Olšákgallium: change pipe_image_view::first_element/last_ele...
2016-08-17 Marek Olšákgallium: change pipe_sampler_view::first_element/last_e...
2016-08-16 Brian Paulgallium: remove unused u_clear.h file
2016-08-16 Brian Paulgallium/util: minor reformatting in u_box.h
2016-08-16 Rob Clarkgallium/u_blitter: split out a helper for common clear...
2016-08-16 Rob Clarkgallium/u_blitter: add helper to save FS const buffer...
2016-08-16 Rob Clarkgallium/u_blitter: export some functions
2016-08-14 Ilia Mirkingallium/util: add helper to compute zmin/zmax for a...
2016-08-09 Marek Olšákgallium: add render_condition_enable param to clear_ren...
2016-08-09 Mathias Fröhlichgallium: Add c99_compat.h to u_bitcast.h
2016-08-09 Mathias Fröhlichutil: Move _mesa_fsl/util_last_bit into util/bitscan.h
2016-08-05 Jason Ekstrandutil: Move format_r11g11b10f.h to src/util
2016-08-05 Jason Ekstrandutil: Move format_rgb9e5.h to src/util
2016-08-01 Marek Olšákgallium/util: fix align64
2016-08-01 Matt Turnergallium/auxiliary: Add u_bitcast.h header.
2016-08-01 Rob Clarku_vbuf: fix potentially bogus assert
2016-07-30 Roland ScheideggerRevert "gallium/util: fix resource leak"
2016-07-30 Eric Engestromgallium/util: fix resource leak
2016-07-25 Boyuan Zhangvl/util: add copy func for yv12image to nv12surface v2
next