pan/midgard: Disassemble load/store barrel shift
[mesa.git] / src / gallium / auxiliary /
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-07 Timothy Arcerimesa/gallium: add dric option to allow overriding GL...
2019-08-06 Marek Olšáktgsi_to_nir: add a few needed double opcodes
2019-08-06 Marek Olšáktgsi_to_nir: implement a few needed 64-bit integer...
2019-08-06 Connor Abbottttn: Prepare for 64-bit sources and destinations
2019-08-06 Connor Abbottttn: Use 1-bit NIR comparison opcodes
2019-08-06 Pierre-Eric Pellou... gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate...
2019-08-06 Pierre-Eric Pellou... tgsi: add ATOMICINC_WRAP/ATOMICDEC_WRAP opcode
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-06 Jonathan Marektgsi_to_nir: fix nir_gather_ssa_types for TGSI->NIR...
2019-08-03 Eric Engestrommeson: replace last uses of libxmlconfig with idep_xmlc...
2019-08-02 Roland Scheideggergallivm: fix issue with AtomicCmpXchg wrapper on llvm...
2019-08-02 Eric Engestromgallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USER
2019-08-02 Eric Engestromscons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICE
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 Sonny Jianggallium/auxiliary/vl: add compute shaders for deint yuv
2019-07-29 Sonny Jianggallium/auxiliary/vl: don't call gfx functions on compu...
2019-07-29 James Zhugallium/auxiliary/vl: add PIPE_CAP_GRAPHICS check for...
2019-07-29 Marek Olšákgallium: create multimedia contexts as compute-only...
2019-07-29 Marek Olšákgallium: add PIPE_CAP_GRAPHICS
2019-07-27 Ilia Mirkingallium/vl: fix compute tgsi shaders to not process...
2019-07-25 Dave Airliegallium: fix windows build from params change.
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 Dave Airliegallivm: rework lp_build_tgsi_soa to take a struct
2019-07-23 Marek Olšáktgsi/scan: add uses_fbfetch
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-23 Marek Olšáktgsi: fix warning: ‘interp’ may be used uninitialized
2019-07-23 Marek Olšákgallivm: fix warning: ‘op’ may be used uninitialized
2019-07-19 Jeremy Newtonpipe-loader: use radeonsi for MM if amdgpu dri is used
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 strncmp()
2019-07-19 Eric Engestromutil: use standard name for strncat()
2019-07-19 Eric Engestromutil: use standard name for strdup()
2019-07-19 Eric Engestromutil: use standard name for strchrnul()
2019-07-18 Andreas Baierlgallium: Add PIPE_CAP_TGSI_FS_POINT_IS_SYSVAL
2019-07-18 Andreas Baierlnir/tgsi: Extend tgsi_to_nir.c to support gl_PointCoord...
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 Airliellvmpipe: enable ARB_shader_storage_buffer_object
2019-07-07 Dave Airliedraw: add shader buffer interfaces.
2019-07-07 Dave Airliegallivm: add buffer operations to the tgsi->llvm conver...
2019-07-07 Dave Airliegallivm: move mask_vec function up higher so it can...
2019-07-07 Dave Airlietgsi: denote which load/store/atomic channels are unsigned
2019-07-07 Dave Airliedraw: add support for ssbo ptrs to jit tables.
2019-07-07 Dave Airliegallivm: add some basic SSBO limits. (v2)
2019-07-07 Dave Airlieutil: add util_copy_shader_buffer.
2019-07-07 Dave Airliegallivm: add ssbo pointers to the soa build api.
2019-07-07 Dave Airliegallivm: add compare exchange wrapper
2019-07-07 Dave Airlievertex shader: add exec masking (v2)
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 Wollnyvl: Use CS composite shader only if TEX_LZ and DIV...
2019-06-30 Gert Wollnygallium: Add CAP for opcode DIV
2019-06-30 Gert Wollnyvl: replace DIV-ADD with MAD using inverse size
2019-06-28 Kenneth Graunkegallium/u_transfer_helper: Don't leak a reference to...
2019-06-28 Jose Fonsecagallivm: Improve lp_build_rcp_refine.
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...
2019-06-20 Gert Wollnygallium/virgl: Add code path for virgl to read driconf
2019-06-19 Jory Prattmeson: Search for execinfo.h
2019-06-17 Caio Marcelo de... gallium: Remove unused util_ringbuffer
2019-06-15 Rob Clarkgallium: add z24s8_as_r8g8b8a8 format
2019-06-13 Caio Marcelo de... gallium: Add PIPE_CAP_ATOMIC_FLOAT_MINMAX
2019-06-13 Bas Nieuwenhuizenvl: Always enable drm winsys.
2019-06-11 Caio Marcelo de... gallium: Add PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTED
2019-06-09 Kenneth Graunkegallium/u_transfer_helper: Free the staging buffer...
2019-06-04 Bas NieuwenhuizenRevert "vl: Enable DRM by default."
2019-06-04 Bas Nieuwenhuizenvl: Enable DRM by default.
2019-06-03 Marek Olšáku_blitter: don't fail mipmap generation for depth forma...
2019-05-30 Marek OlšákChange a few frequented uses of DEBUG to !NDEBUG
2019-05-27 Marek Olšákradeonsi: clean up winsys creation
2019-05-24 Roland Scheideggergallivm: fix default cbuf info.
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-24 Jason Ekstrandnir/builder: Merge nir_[if]mov_alu into one nir_mov_alu...
next