glx: fix 630 times -Wlto-type-mismatch when building with LTO enabled
[mesa.git] / src /
2020-04-04 Eric Engestromglx: fix 630 times -Wlto-type-mismatch when building...
2020-04-04 Jason EkstrandRevert "spirv: Rewrite CFG construction"
2020-04-04 Dave AirlieRevert "gallivm: disable rgtc/latc SNORM accellerated...
2020-04-04 Dave Airliegallivm/rgtc: enable fast path for snorm types.
2020-04-04 Dave Airliegallivm/rgtc: fix the truncation to 8-bit
2020-04-04 Rob Clarkglsl: don't limit fp16 lowering to frag
2020-04-04 Rob Clarkfreedreno: limit fp16 to frag and compute
2020-04-04 Rob Clarkfreedreno/ir3: also precompile compute shaders for...
2020-04-04 Rob Clarkfreedreno: fix missing locking
2020-04-04 Rob Clarkfreedreno/a6xx: add some compute logging
2020-04-04 Rob Clarkfreedreno/ir3/cf: use ssa-uses
2020-04-04 Rob Clarkfreedreno/ir3: add a pass to collect SSA uses
2020-04-04 Rob Clarkfreedreno/ir3/cf: skip array load/store
2020-04-04 Rob Clarkfreedreno/ir3: fixup cat3 32b vs 16b
2020-04-04 Rob Clarkfreedreno/ir3/cf: handle widening too
2020-04-04 Rob Clarknir: fix definition of imadsh_mix16 for vectors
2020-04-03 Daniel Schürmannaco: use MUBUF to load subdword SSBO
2020-04-03 Daniel Schürmannaco: implement 8bit/16bit store_ssbo
2020-04-03 Daniel Schürmannaco: implement 8bit/16bit load_buffer
2020-04-03 Daniel Schürmannaco: implement storagePushConstant8 & storagePushConstant16
2020-04-03 Daniel Schürmannaco: implement vec2/3/4 with subdword operands
2020-04-03 Daniel Schürmannaco: prepare helper functions for subdword handling
2020-04-03 Daniel Schürmannaco: add byte_align_scalar() & trim_subdword_vector...
2020-04-03 Daniel Schürmannaco: add missing conversion operations for small bitsizes
2020-04-03 Daniel Schürmannaco: don't vectorize 8/16bit load/store_ssbo
2020-04-03 Daniel Schürmannaco: don't assume split_vector(create_vector) has the...
2020-04-03 Daniel Schürmannaco: don't propagate SGPRs into subdword PSEUDO instruc...
2020-04-03 Daniel Schürmannaco: lower subdword shuffles correctly.
2020-04-03 Daniel Schürmannaco: add builder function for subdword copy()
2020-04-03 Daniel Schürmannaco: small refactoring of shuffle code lowering
2020-04-03 Daniel Schürmannaco: align subdword registers during RA when necessary
2020-04-03 Daniel Schürmannaco: adapt register allocation for subdword registers
2020-04-03 Daniel Schürmannaco: create helper function to collect variables from...
2020-04-03 Daniel Schürmannaco: add notion of subdword registers to register allocator
2020-04-03 Daniel Schürmannaco: remove unnecessary reg_file.fill() operation in...
2020-04-03 Daniel Schürmannaco: fix Temp and assignment of renamed operands during RA
2020-04-03 Daniel Schürmannaco: print subdword registers
2020-04-03 Daniel Schürmannaco: validate RA of subdword assignments
2020-04-03 Daniel Schürmannaco: validate uninitialized operands
2020-04-03 Daniel Schürmannaco: validate register alignment of subdword operands...
2020-04-03 Daniel Schürmannaco: validate p_create_vector with subdword elements...
2020-04-03 Daniel Schürmannaco: refactor regClass setup for subdword VGPRs
2020-04-03 Rhys Perryaco: add emission support for register-allocated sdwa...
2020-04-03 Daniel Schürmannaco: add sub-dword regclasses
2020-04-03 Rhys Perryaco: print and validate opsel
2020-04-03 Rhys Perryaco: add SDWA_instruction
2020-04-03 Daniel Schürmannaco: add comparison operators for PhysReg
2020-04-03 Rhys Perryaco: make PhysReg in units of bytes
2020-04-03 Daniel Schürmannnir: fix unpack_64_4x16 in lower_alu_to_scalar()
2020-04-03 Lionel Landwerlindrm-shim: stub libdrm's use of realpath()
2020-04-03 Lionel Landwerlindrm-shim: return device platform as specified
2020-04-03 Jason Ekstrandspirv: Rewrite CFG construction
2020-04-03 Jason Ekstrandspirv: Add a parent field to vtn_cf_node
2020-04-03 Jason Ekstrandspirv: Make vtn_function a vtn_cf_node
2020-04-03 Jason Ekstrandspirv: Make vtn_case a vtn_cf_node
2020-04-03 Jason Ekstrandspirv: Add cast and loop helpers for vtn_cf_node
2020-04-03 Jason Ekstrandspirv: Add a vtn_block() helper
2020-04-03 Jason Ekstrandintel/nir: Enable load/store vectorization
2020-04-03 Jason Ekstrandnir/load_store_vectorize: Add support for nir_var_mem_g...
2020-04-03 Jason Ekstrandnir/load_store_vectorize: Use nir_iadd_imm for offsets
2020-04-03 Jason Ekstrandnir/load_store_vectorize: Fix shared atomic info
2020-04-03 Jason Ekstrandintel/nir: Lower memory access bit sizes later
2020-04-03 Jason Ekstrandiris: Set alignments on cbuf0 and constant reads
2020-04-03 Jason Ekstrandanv: Improve brw_nir_lower_mem_access_bit_sizes
2020-04-03 Jason Ekstrandintel/fs: Choose memory message type based on bit size
2020-04-03 Brian Hoir3: Disable copy prop for immediate ldlw offsets
2020-04-03 Rhys Perryradv: fix null winsys gpu_info array
2020-04-03 Icecream95pan/midgard: Fix a divide by zero in emit_alu_bundle
2020-04-03 Brian Hoturnip: Advertise 8 bit subpixel precision
2020-04-03 Pierre-Eric Pellou... mesa: update pipeline when re-linking a program in use
2020-04-03 Ilia Mirkinnv50: don't try to upload MSAA settings for BUFFER...
2020-04-03 Lionel Landwerlinintel/aub_viewer: fix access to freed memory
2020-04-03 Rhys Perryradv, aco: collect statistics if requested but executab...
2020-04-03 Rhys Perryaco: add vmem/smem score statistic
2020-04-03 Rhys Perryaco: add various compiler statistics
2020-04-03 Rhys Perryradv: add code for exposing compiler statistics
2020-04-03 Daniel StoneEGL: Add eglSetDamageRegionKHR to GLVND dispatch list
2020-04-03 Pierre-Eric Pellou... util/xmlconfig: fix sha1 comparison code
2020-04-03 Samuel Pitoisetradv/llvm: enable 16-bit storage features on GFX6-GFX7
2020-04-03 Samuel Pitoisetac/nir: split 16-bit SSBO stores on GFX6
2020-04-03 Samuel Pitoisetac/nir: split 16-bit load/store to global memory on...
2020-04-03 Samuel Pitoisetradv/llvm: enable 8-bit storage features on GFX6-GFX7
2020-04-03 Samuel Pitoisetac/nir: split 8-bit SSBO stores on GFX6
2020-04-03 Samuel Pitoisetac/nir: split 8-bit load/store to global memory on...
2020-04-03 Samuel Pitoisetaco: always optimize v_mad to v_madak in presence of...
2020-04-03 Neil Robertsglsl/lower_precision: Use vector.back() instead of...
2020-04-03 Karol Herbstclover: fix build with single library clang build
2020-04-03 Drew Davenportradv: Filter extensions not whitelisted for Android
2020-04-03 Ilia Mirkinst/vdpau: make query test for 2D support
2020-04-03 Ilia Mirkinst/vdpau: avoid asserting on new VDP_YCBCR_* formats
2020-04-02 Jason Ekstrandnir/from_ssa: Only chain movs when a src is also a...
2020-04-02 Connor Abbottfreedreno: Rename RB_DONE_TS
2020-04-02 Connor Abbottfreedreno: Cleanup event names
2020-04-02 Roland Scheideggergallivm: fix stream id fetch
2020-04-02 Roland Scheideggergallivm: switch the mask6/mask7 cases for signed rgtc...
2020-04-02 Roland Scheideggergallivm: fix rgtc2 format
2020-04-02 Jason Ekstrandanv/image: Use align_u64 for image offsets
2020-04-02 Adam Jacksongallium: enable EGL_EXT_image_dma_buf_import_modifiers...
2020-04-02 Marek Olšákdriconf: whilelist more games for glthread
2020-04-02 Erik Faye-Lundwgl: do not create screen from DllMain
next