radv: set writes_memory for global memory stores/atomics
[mesa.git] / src / gallium / auxiliary / util /
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-08 Eric Anholtu_format: Fix swizzle of A1R5G5B5.
2019-11-07 Eric Anholtgallium: Add equivalents of packed MESA_FORMAT_*UINT...
2019-11-07 Eric Anholtgallium: Add an equivalent of MESA_FORMAT_BGR_UNORM8.
2019-11-07 Eric Anholtgallium: Add some more channel orderings of packed...
2019-11-07 Eric Anholtgallium: Add defines for FXT1 texture compression.
2019-11-05 Dylan Bakerutil: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
2019-11-05 Dylan Bakerutil/u_endian: set PIPE_ARCH_*_ENDIAN to 1
2019-10-28 Timothy Arceriutil: remove LIST_IS_EMPTY macro
2019-10-28 Timothy Arceriutil: remove LIST_DEL macro
2019-10-28 Timothy Arceriutil: remove LIST_DELINIT macro
2019-10-28 Timothy Arceriutil: remove LIST_REPLACE macro
2019-10-28 Timothy Arceriutil: remove LIST_ADD macro
2019-10-28 Timothy Arceriutil: remove LIST_ADDTAIL macro
2019-10-28 Timothy Arceriutil: remove LIST_INITHEAD macro
2019-10-24 Adam Jacksongallium: Fix a bunch of undefined left-shifts in u_format_*
2019-10-24 Michel Dänzergallium/util: Cast to target type before shifting left
2019-10-20 Eric Anholtgallium: Drop the unused PIPE_FORMAT_A*L* formats.
2019-10-18 Lucas Stachgallium/util: don't depend on implementation defined...
2019-10-17 Marek Olšákgallium/u_blitter: remove an unused variable
2019-10-17 Erik Faye-Lundmesa/st: support lowering user-clip-planes automatically
2019-10-17 Erik Faye-Lundmesa/gallium: automatically lower two-sided lighting
2019-10-17 Erik Faye-Lundmesa/gallium: automatically lower point-size
2019-10-17 Erik Faye-Lundmesa/gallium: automatically lower alpha-testing
2019-10-17 Dave Airliegallium: add flatshade lowering capability
2019-10-17 Erik Faye-Lundgallium/u_blitter: set a more sane viewport-state
2019-10-14 James Xionggallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_C...
2019-10-11 Dave Airliegallium: add a a new cap for changing the TGSI TG4...
2019-10-09 Marek Olšákgallium/u_tests: test NV12 allocation and export
2019-10-09 Marek Olšákgallium/util: add planar format layouts and helpers
2019-10-09 Marek Olšákgallium/util: remove enum numbering from util_format_layout
2019-10-08 Marek Olšákgallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to...
2019-10-08 Marek Olšákutil: use simple_mtx_t for util_range
2019-09-30 Caio Marcelo de... gallium: Add PIPE_CAP_DEMOTE_TO_HELPER_INVOCATION
2019-09-19 Timothy Arceriutil/u_queue: track job size and limit the size of...
2019-09-18 Christian GmeinerRevert "gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP"
2019-09-14 Christian Gmeinergallium: util_set_vertex_buffers_mask(..): make use...
2019-09-12 Jonathan Mareku_format: float type for R11G11B10_FLOAT/R9G9B9E5_FLOAT
2019-09-12 Jonathan Mareku_format: add ETC2 to util_format_srgb/util_format_linear
2019-09-10 Kenneth Graunkegallium: Fix util_format_get_depth_only
2019-09-10 Caio Marcelo de... gallium: Add ARB_gl_spirv support
2019-09-05 Connor Abbottgallium: Plumb through a way to disable GLSL const...
2019-08-28 Eric Anholtgallium: Don't emit identical endian-dependent pack...
2019-08-28 Eric Anholtgallium: Fix big-endian addressing of non-bitmask array...
2019-08-28 Eric Anholtgallium: Drop a bit of dead code from the pack/unpack...
2019-08-28 Eric Anholtgallium: Drop the useless union wrapper on pack/unpack.
2019-08-28 Eric Anholtgallium: Skip generating the pack/unpack union if we...
2019-08-26 Eric Anholtgallium: Add the ASTC 3D formats.
2019-08-26 Eric Anholtgallium: Add block depth to the format utils.
2019-08-26 Eric Anholtgallium: Add a block depth field to the u_formats table.
2019-08-21 Ilia Mirkingallium/vl: use compute preference for all multimedia...
2019-08-15 Erik Faye-Lundgallium/util: widen type before multiplication
2019-08-12 Alyssa Rosenzweiggallium/util: Add u_stream_outputs_for_vertices helper
2019-08-08 Erik Faye-Lundmesa: avoid warning on Windows
2019-08-08 Iago Toral Quirogagallium/util: add a helper to compute vertex count...
2019-08-07 Erik Faye-Lundgallium/dump: add missing query-type to short-list
2019-08-07 Erik Faye-Lundgallium/dump: add missing query-type to short-list
2019-08-06 Pierre-Eric Pellou... gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate...
2019-08-06 Marek Olšákradeonsi: make sure that rasterizer state != NULL and...
2019-08-06 Marek Olšákradeonsi: make sure that DSA state != NULL and remove...
2019-08-06 Marek Olšákradeonsi: make sure that blend state != NULL and remove...
2019-08-02 Eric Engestromgallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USER
2019-08-02 Kenneth Graunkegallium: Implement GL_EXT_shader_samples_identical...
2019-08-01 Alyssa Rosenzweiggallium/util: Add util_set_shader_buffers_mask helper
2019-07-31 Mike Blumenkrantzgallium: add AYUV and XYUV formats
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-31 Eric Engestromgallium/aux: replace MAYBE_UNUSED with UNUSED
2019-07-30 Sagar Ghugegallium: Add PIPE_CAP_TEXTURE_SHADOW_LOD
2019-07-29 Marek Olšákgallium: create multimedia contexts as compute-only...
2019-07-29 Marek Olšákgallium: add PIPE_CAP_GRAPHICS
2019-07-24 Rob Clarkgallium/u_transfer_helper: fix assert in RGTC case
2019-07-24 Eric Engestromgallium+mesa: fix tgsi_semantic array type
2019-07-23 Pierre-Eric Pellou... u_blitter: add a msaa parameter to util_blitter_clear
2019-07-23 Pierre-Eric Pellou... u_blitter: enable msaa when dst num samples is > 1
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-19 Eric Engestromutil: use standard name for vsnprintf()
2019-07-19 Eric Engestromutil: use standard name for snprintf()
2019-07-19 Eric Engestromutil: use standard name for vasprintf()
2019-07-19 Eric Engestromutil: use standard name for sprintf()
2019-07-19 Eric Engestromutil: use standard name for strdup()
2019-07-18 Andreas Baierlgallium: Add PIPE_CAP_TGSI_FS_POINT_IS_SYSVAL
2019-07-16 Eric Anholtu_format: Remove pointless comments.
2019-07-15 Marek Olšákgallium: use MAP_DIRECTLY to mean supression of DISCARD...
2019-07-10 Erik Faye-Lundgallium: get rid of PIPE_CAP_SM3
2019-07-10 Erik Faye-Lundgallium: give vertex-shader saturate its own cap
2019-07-10 Erik Faye-Lundgallium: give fragment-shader derivatives its own cap
2019-07-10 Erik Faye-Lundgallium: give fragment-shader texture-lod its own cap
2019-07-09 Alyssa Rosenzweiggallium: Add util_format_is_unorm8 check
2019-07-07 Dave Airlieutil: add util_copy_shader_buffer.
2019-07-04 Marek Olšákgallium/u_blitter: add return to fix the build
2019-07-03 Nicolai Hähnleradeonsi/gfx10: generate gfx10_format_table.h
2019-07-03 Marek Olšákgallium/u_blitter: implement copying from ZS to color...
2019-07-03 Marek Olšákgallium/util: rewrite depth-stencil blit shaders
2019-07-03 Brian Paulgallium/u_blitter: enable MSAA when blitting to MSAA...
2019-06-30 Gert Wollnygallium: Add CAP for opcode DIV
2019-06-28 Kenneth Graunkegallium/u_transfer_helper: Don't leak a reference to...
2019-06-28 Kenneth Graunkegallium: Make util_copy_image_view handle shader_access
2019-06-27 Kenneth Graunkegallium: Teach GALLIUM_REFCNT_LOG about array textures
2019-06-20 Thomas Hellstromgallium/util: Make it possible to disable persistent...
2019-06-20 Thomas Hellstromgallium/util: Make u_debug_flush support persistent...
next