gallium/util: replace pipe_mutex_lock() with mtx_lock()
[mesa.git] / src / gallium / auxiliary / util /
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
2016-07-23 Marek Olšákgallium/util: don't modify usage in pipe_buffer_write
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-07-16 Rob Clarkgallium/u_queue: add optional cleanup callback
2016-07-15 Yaakov SelkowitzUse correct names for dlopen()ed files on Cygwin
2016-07-11 Nicolai Hähnlegallium/u_queue: assert that users must wait on fences...
2016-07-11 Nicolai Hähnlegallium/u_queue: guard fence->signalled checks with...
2016-07-06 Rob Clarkgallium/util: make util_copy_framebuffer_state(src...
2016-07-01 Brian Paulgallium/util: check for window cliprects in util_can_bl...
2016-06-30 Brian Paulgallium/util: add tight_format_check param to util_can_...
2016-06-30 Brian Paulgallium/util: simplify a few things in util_can_blit_vi...
2016-06-30 Brian Paulgallium/util: new util_try_blit_via_copy_region() function
2016-06-24 Marek Olšákgallium/u_queue: allow the execute function to differ...
2016-06-24 Marek Olšákgallium/u_queue: reduce the number of mutexes by 2
2016-06-24 Marek Olšákgallium/u_queue: add an option to name threads
2016-06-24 Marek Olšákgallium/u_queue: add an option to have multiple worker...
2016-06-24 Marek Olšákgallium/u_queue: rewrite util_queue_fence to allow...
2016-06-24 Marek Olšákgallium/u_queue: use a ring instead of a stack
2016-06-23 Brian Paulgallium/util: fix some 4-space indentation in blitter...
2016-06-21 Marek Olšákgallium/u_blitter: implement mipmap generation
2016-06-15 Marek Olšákgallium/util: import the multithreaded job queue from...
2016-06-14 Roland Scheideggergallium/util: don't use blocksize for minify for assertions
2016-06-14 Mathias Fröhlichmesa/gallium: Move u_bit_scan{,64} from gallium to...
2016-06-13 Brian Paulutil: update some assertions in util_resource_copy_region()
2016-06-10 Brian Paulutil: update util_resource_copy_region() for GL_ARB_cop...
2016-06-10 Anuj Phogatgallium: Fix region overlap conditions for rectangles...
2016-06-10 Jose Fonsecautil,gallivm: Explicitly enable/disable fma attribute.
next