st/dri: Allow gallium drivers to turn off two GLX extensions
[mesa.git] / src / gallium / auxiliary / util /
2017-06-07 Marek Olšákutil/u_queue: add an option to set the minimum thread...
2017-06-07 Marek Olšákgallium/u_blitter: use 2D_ARRAY for cubemap blits if...
2017-06-07 Marek Olšákgallium/u_blitter: use TXF if possible
2017-06-07 Marek Olšákgallium/u_blitter: use TEX_LZ if it's supported
2017-06-07 Marek Olšákgallium/util: add _LZ and TXF options to simple shaders
2017-06-05 Brian Paulgallium/u_threaded: fixes for MSVC
2017-06-05 Marek Olšákgallium/u_threaded: remove 16 bytes from tc_batch
2017-06-05 Marek Olšákgallium/u_threaded: align batches and call slots to...
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-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-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-02 Eric Anholtgallium: Enable ARM NEON CPU detection.
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-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-07 Nicolai Hähnleutil: fix swizzle of INSTANCEID system value
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
next