aco: implement storagePushConstant8 & storagePushConstant16
[mesa.git] / src /
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
2020-04-02 Erik Faye-Lundwgl: move screen-init to a helper
2020-04-02 Erik Faye-Lundwgl: drop unused member
2020-04-02 Erik Faye-Lundwgl: drop pointless debug_printf
2020-04-02 Pierre-Eric Pellou... radeonsi: dump shader stats when hitting the live cache
2020-04-02 Pierre-Eric Pellou... gallium/util: let shader live cache users know if a...
2020-04-02 Timothy Arceriglsl_to_nir: remove dead code
2020-04-01 Juan A. Suarez Romeroanv/pipeline: allow more than 16 FS inputs
2020-04-01 Juan A. Suarez Romerointel/compiler: store the FS inputs in WM prog data
2020-04-01 Juan A. Suarez Romeroanv: use urb_setup_attribs in SBE
2020-04-01 Dave Airliegallium/llvmpipe: add an optimised 32-bit memset
2020-04-01 Mark Janesnir: place aligned members after bitfields in shader_in...
2020-04-01 Mark Janesnir: check shader type before writing to shaderinfo...
2020-04-01 Danylo Piliaievanv: Do not sample from 3d depth image with HiZ
2020-04-01 Krzysztof Raszkowskigallium/swr: Re-enable scratch space for client-memory...
2020-04-01 Krzysztof Raszkowskigallium/swr: Fix array stride problem.
2020-04-01 Samuel Pitoisetaco: only break SMEM clauses if XNACK is enabled (mostl...
2020-04-01 Jason EkstrandRevert "spirv: Implement OpCopyObject and OpCopyLogical...
2020-04-01 Emil Velikovloader: fallback to kernel name, if PCI fails
2020-04-01 Emil Velikovloader: move "using driver..." message to loader_get_k...
next