platform/upstream/mesa.git
2021-08-24 Mike Blumenkrantzzink: move void format detection function to zink_format
2021-08-24 Mike Blumenkrantznine: replace unnecessary dynamic-sized array with...
2021-08-24 Alyssa Rosenzweigpanfrost: Take a ctx when submitting/destroying
2021-08-24 Ian Romanickspirv: Add support for SPV_KHR_integer_dot_product
2021-08-24 Ian Romanickspirv: Update headers and metadata from latest Khronos...
2021-08-24 Ian Romanicknir/algebraic: Add some extract optimizations
2021-08-24 Ian Romanicknir/algebraic: Add lowering for dot_4x8 instructions
2021-08-24 Ian Romanickintel/compiler: Basic support for DP4A instruction
2021-08-24 Ian Romanicknir/algebraic: Basic patterns for dot_4x8
2021-08-24 Ian Romanicknir/opcodes: Add integer dot-product opcodes
2021-08-24 Ian Romanicknir/lower_bit_size: Support add_sat and sub_sat
2021-08-24 Alyssa Rosenzweigpanfrost: Replace writers pointer with hash table
2021-08-24 Alyssa Rosenzweigpanfrost: Remove writer = NULL assignments
2021-08-24 Alyssa Rosenzweigpanfrost: Remove rsrc->track.users
2021-08-24 Alyssa Rosenzweigpanfrost: Prefer batch->resources to rsrc->users
2021-08-24 Alyssa Rosenzweigpanfrost: Add foreach_batch iterator
2021-08-24 Alyssa Rosenzweigpanfrost: Maintain a bitmap of active batches
2021-08-24 Alyssa Rosenzweigpanfrost: Cache number of users of a resource
2021-08-24 Alyssa Rosenzweigpanfrost: Switch resources from an array to a set
2021-08-24 Mike Blumenkrantzzink: stop referencing framebuffers
2021-08-24 Mike Blumenkrantzzink: defer deletion of no-attachment framebuffers
2021-08-24 Alyssa Rosenzweigpanfrost: Inline add_fbo_bos
2021-08-24 Alyssa Rosenzweigpanfrost: Remove get_fresh_batch
2021-08-24 Alyssa Rosenzweigpanfrost: Move bo->label assignment into the lock
2021-08-24 Alyssa Rosenzweigpanfrost: Don't use ralloc for resources
2021-08-24 Alyssa Rosenzweigpanfrost: Simplify get_fresh_batch_for_fbo
2021-08-24 Alyssa Rosenzweigpanfrost: Remove null check in batch_cleanup
2021-08-24 Alyssa Rosenzweigpanfrost: Protect the variants array with a lock
2021-08-24 Alyssa Rosenzweigpanfrost/ci: Don't skip matrix inverse tests
2021-08-24 Alyssa Rosenzweigpanfrost/ci: Switch to suite support
2021-08-24 Rhys Perrynir/gcm: pin some instructions which require uniform...
2021-08-24 Rhys Perrynir: consider push constant loads as always dynamically...
2021-08-24 Daniel Schürmannradv: call nir_lower_flrp() after the first radv_optimi...
2021-08-24 Daniel Schürmannnir/opt_algebraic: optimize flrp(fadd, fadd, x) only...
2021-08-24 Daniel Schürmannnir/loop_analyze: consider instruction cost of nir_op_flrp
2021-08-24 Chia-I Wuvenus: use uint32_t in vn_ring_submit
2021-08-24 Marek Olšákglthread: implement glGetUniformLocation without syncing
2021-08-24 Marek Olšákgallium: change pipe_draw_info::mode to uint8_t on...
2021-08-24 Marek Olšákgallium: use a packed enum to make pipe_prim_mode 1...
2021-08-24 Mike Blumenkrantzzink: only force all buffer rebinds if rebinds exist...
2021-08-24 Mike Blumenkrantzzink: rebind all buffers on replacement
2021-08-24 Mike Blumenkrantzzink: count streamout rebinds when doing buffer rebinds
2021-08-24 Mike Blumenkrantzzink: add bind counts for so bindings
2021-08-24 Mike Blumenkrantzzink: split out buffer rebinds to helper functions
2021-08-24 Mike Blumenkrantzzink: make descriptor update functions return the updat...
2021-08-24 Mike Blumenkrantzzink: clear out all ubo rebinds first if they exist
2021-08-24 Rhys Perryradv: use nir_vector_insert_imm in lower_intrinsics
2021-08-24 Rhys Perrynir/lower_io: use nir_vector_insert_imm()
2021-08-24 Guilherme Gallogitlab-ci: Fix octopus device type and tag
2021-08-24 Samuel PitoisetRevert "nir/opt_algebraic: optimize fmax(-fmin(b, a...
2021-08-24 Erik Faye-Lundlavapipe: fix reported subpixel precision for lines
2021-08-24 Vinson Leebroadcom/compiler: Fix qpu.flags.muf typo.
2021-08-24 Erik Faye-Lundllvmpipe: improve polygon-offset precision
2021-08-24 Erik Faye-Lundllvmpipe: split coefficient calculation and store
2021-08-24 Erik Faye-Lundllvmpipe: clamp z to 0..1 range when using polygon...
2021-08-24 Dave Airliecrocus: copy views before adjusting
2021-08-24 Vinson Leefreedreno: Require C++17.
2021-08-24 Jason Ekstrandintel/compiler: Add unified barrier support for CS
2021-08-24 Jordan Justenintel/compiler: Add unified barrier support for TCS
2021-08-24 Jordan Justenintel/compiler: Regroup TCS barrier code paths
2021-08-24 Alyssa Rosenzweigpanfrost: Rip out primconvert code
2021-08-24 Alyssa Rosenzweigpanfrost: Fix NULL dereference in allowlist code
2021-08-24 Nanley Cheryintel: Parse INTEL_NO_HW for devinfo construction
2021-08-24 Nanley Cheryintel: Use env_var_as_boolean for INTEL_NO_HW
2021-08-23 Alyssa Rosenzweigpanfrost: Port v5 blend shader issue to blitter
2021-08-23 Alyssa Rosenzweigpanfrost: Zero initialize blend_shaders
2021-08-23 Alyssa Rosenzweigpan/mdg: Handle swapped 565 and 1010102 unorm
2021-08-23 Alyssa Rosenzweigpan/lower_framebuffer: Don't open-code pan_unpacked_typ...
2021-08-23 Alyssa Rosenzweigpan/lower_framebuffer: Don't open-code pad_vec4
2021-08-23 Alyssa Rosenzweigpan/lower_framebuffer: Don't treat UNORM 4 special
2021-08-23 Alyssa Rosenzweigpan/lower_framebuffer: Unify UNORM handling
2021-08-23 Alyssa Rosenzweigpan/lower_framebuffer: Use fmul_imm
2021-08-23 Alyssa Rosenzweigpan/lower_framebuffer: Don't replicate so much
2021-08-23 Alyssa Rosenzweigpan/mdg: Insert moves before writeout when needed
2021-08-23 Alyssa Rosenzweigpanfrost: Delete unpacks for blendable formats
2021-08-23 Alyssa Rosenzweigpanfrost: Use blendable check for tib read check
2021-08-23 Alyssa Rosenzweigpanfrost: Fix UNORM 10 sizes
2021-08-23 Alyssa Rosenzweigpanfrost: Remove unneeded quirks from T760
2021-08-23 Boris Brezillonpanfrost: Add explicit padding to pan_blend_shader_key
2021-08-23 Tomeu Vizosopanfrost: Add padding to pan_blit_blend_shader_key
2021-08-23 Kenneth Graunkeiris: Mark the aux table buffers with EXEC_OBJECT_CAPTURE.
2021-08-23 Kenneth Graunkeiris: Bypass the BO cache when allocating buffers for...
2021-08-23 Yiwei Zhangvenus: scrub ignored fields of pipeline info when raste...
2021-08-23 Yiwei Zhangvenus: fix all missing vn_object_base_fini
2021-08-23 Matt Turnertu: Enable VK_KHR_uniform_buffer_standard_layout
2021-08-23 Samuel Pitoisetnir/opt_algebraic: optimize fmax(-fmin(b, a), b) -...
2021-08-23 Dave Airlievulkan/wsi/sw: wait for image fence before submitting...
2021-08-23 Rhys Perryaco/scheduler: allow moving down VMEM stores to below...
2021-08-23 Erik Faye-Lundllvmpipe: use preferred attribute interpolation for...
2021-08-23 Rhys Perryaco: remove label_extract if the extract is used by...
2021-08-23 Samuel Pitoisetradv: allocate shaders to 32-bit address to skip PGM_HI
2021-08-23 Samuel Pitoisetradv: don't use SQ_NON_EVENT before GE_PC_ALLOC for...
2021-08-23 Daniel Schürmannaco: add more validation rules for SDWA operands
2021-08-23 Daniel Schürmannaco/opcodes: remove definition_size[]
2021-08-23 Daniel Schürmannaco/validate: simplify get_subdword_bytes_written()
2021-08-23 Daniel Schürmannaco/ra: refactor subdword operand stride
2021-08-23 Daniel Schürmannaco/ra: refactor subdword definition info
2021-08-23 Daniel Schürmannaco: add instr_is_16bit() helper function
2021-08-23 Daniel Schürmannaco: use VOPC_SDWA on GFX9+
2021-08-23 Daniel Schürmannaco/print_ir: fix printing of VOPC_SDWA definitions
next