platform/upstream/mesa.git
2021-08-25 Rob Clarkfreedreno/a6xx: Register updates for a6xx gen3
2021-08-25 Rob Clarkfreedreno/a6xx: Set type for PC_HS_INPUT_SIZE
2021-08-25 Rob Clarkfreedreno/common: Fix comment typo
2021-08-25 Alyssa Rosenzweigpanfrost: Raise maximum texture size
2021-08-25 Daniel Schürmannaco: remove redundant s_and exec after nir_op_inot
2021-08-25 Timur Kristófaco: Fix to_uniform_bool_instr when operands are not...
2021-08-25 Lionel Landwerlinnir: prevent peephole from generating invalid NIR
2021-08-25 Samuel Pitoisetci: update the list of expected failures/skips for...
2021-08-25 Tomeu Vizosoiris/ci: Add manual jobs for tracking performance
2021-08-25 Samuel Pitoisetnir/opt_algebraic: optimize fmax(-fmin(b, a), b) -...
2021-08-25 Dave Airliecrocus: add missing fs dirty on reduced prim change.
2021-08-25 Dave Airliecrocus: add missing line smooth bits.
2021-08-25 Mike Blumenkrantzzink: fix pipeline caching
2021-08-25 Mike Blumenkrantzzink: fix program init flag
2021-08-24 Michael Tangspirv_to_dxil: Run nir_lower_tex during compilation
2021-08-24 Dave Airliecrocus: drop u_primconvert header.
2021-08-24 Mike Blumenkrantzzink: add better TODO note for surface swizzles
2021-08-24 Mike Blumenkrantzzink: make void swizzle clamping util public
2021-08-24 Mike Blumenkrantzzink: make component mapping function a static inline
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.
next