platform/upstream/mesa.git
2021-06-10 Alyssa Rosenzweigpanfrost: Add "Cache Flush" job XML
2021-06-10 Alyssa Rosenzweigpanfrost: Set vertex job_barrier
2021-06-10 Alyssa Rosenzweigpanfrost: Flush before compute jobs
2021-06-10 Alyssa Rosenzweigpanfrost: Flush everything for glMemoryBarrier
2021-06-10 Alyssa Rosenzweigpanfrost: Clean up vertex/instance ID on Midgard
2021-06-10 Alyssa Rosenzweigpanfrost: Add XML for vertex/instance ID records
2021-06-10 Alyssa Rosenzweigpanfrost: Set valid_buffer_range for GPU writes
2021-06-10 Alyssa Rosenzweigpanfrost: Remove pan_image_state
2021-06-10 Alyssa Rosenzweigpanfrost: Make data_valid a bitset
2021-06-10 Alyssa Rosenzweigpanfrost: Don't clobber indirect dispatch fields
2021-06-10 Alyssa Rosenzweigpanfrost: Use direct dispatch with shared memory
2021-06-10 Alyssa Rosenzweigpan/indirect_dispatch: Use extracted values
2021-06-10 Alyssa Rosenzweigpan/indirect_dispatch: Expand split expressions
2021-06-10 Alyssa Rosenzweigpan/indirect_dispatch: Distinguish minus-1 defs
2021-06-10 Alyssa Rosenzweigpan/indirect_dispatch: Simplify empty command case
2021-06-10 Alyssa Rosenzweigpan/indirect_dispatch: Indent NIR blocks
2021-06-10 Alyssa Rosenzweigpanfrost: Reduce pan_image_state indirection
2021-06-10 Alyssa Rosenzweigpanfrost: Don't CRC mipmapped textures
2021-06-10 Alyssa Rosenzweigpanfrost: Drop todo on PIPE_COMPUTE_CAP_IMAGES_SUPPORTED
2021-06-10 Alyssa Rosenzweigpanfrost: Set PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK
2021-06-10 Alyssa Rosenzweigpanfrost: Set PIPE_COMPUTE_CAP_SUBGROUP_SIZE
2021-06-10 Alyssa Rosenzweigpanfrost: Lower max compute size
2021-06-10 Alyssa Rosenzweigpanfrost: Make image buffers robust
2021-06-10 Alyssa Rosenzweigpanfrost: Fix BUFFER image handling
2021-06-10 Alyssa Rosenzweigpanfrost: Allocate XFB buffers per-instance
2021-06-10 Alyssa Rosenzweigpanfrost: Don't set a blend shader for no_colour
2021-06-10 Alyssa Rosenzweigpanfrost: Remove scissor_culls_everything
2021-06-10 Alyssa Rosenzweigpanfrost: Add some missing BGRA formats
2021-06-10 Alyssa Rosenzweigpanfrost: Emulate indirect draws on Midgard
2021-06-10 Alyssa Rosenzweigpanfrost: Fix dirty state emission
2021-06-10 Alyssa Rosenzweigpan/mdg: Insert moves to load/store registers
2021-06-10 Alyssa Rosenzweigpan/mdg: Assert scheduled instructions are reasonable
2021-06-10 Alyssa Rosenzweigpan/mdg: Don't skip unit-based checks in choose_instruction
2021-06-10 Alyssa Rosenzweigpan/mdg: Use more accurate ld/st reg estimates
2021-06-10 Alyssa Rosenzweigpan/mdg: Lower away gl_VertexID offset
2021-06-10 Alyssa Rosenzweigpan/mdg: Wire in PAN_SYSVAL_VERTEX_INSTANCE_OFFSETS
2021-06-10 Alyssa Rosenzweigpanfrost: Don't allocate WLS when not needed
2021-06-10 Alyssa Rosenzweigpanfrost: Mark 16/32_UNORM as non-renderable (v5)
2021-06-10 Alyssa Rosenzweigpan/mdg: Fix incorrect rewrite in Midgard scheduler
2021-06-10 Alyssa Rosenzweigpan/mdg: Update r1.w comment
2021-06-10 Alyssa Rosenzweigpan/mdg: Handle {i,u}{add,sub}_sat
2021-06-10 Alyssa Rosenzweigpan/mdg: Fix units for SUBSAT
2021-06-10 Alyssa Rosenzweigpanfrost: Respect early-Z force on Midgard
2021-06-10 Alyssa Rosenzweigpanfrost: Don't force early-z with occlusion query
2021-06-10 Alyssa Rosenzweigpanfrost: Simplify Midgard blend disable
2021-06-10 Alyssa Rosenzweigpanfrost: Clarify how fs_sidefx works with oq
2021-06-10 Alyssa Rosenzweigpan/mdg: Stub memory_barrier{_image}
2021-06-10 Alyssa Rosenzweigpan/mdg: Make -Wswitch happy
2021-06-10 Alyssa Rosenzweigpan/mdg: Use consistent casing in midgard_print
2021-06-10 Alyssa Rosenzweigpanfrost: Assert alignment of indirect records
2021-06-10 Alyssa Rosenzweigpanfrost: Make instancing code more obvious
2021-06-10 Alyssa Rosenzweigpanfrost: Fix src_offset data type
2021-06-10 Alyssa Rosenzweigpanfrost: Align NPOT divisor records
2021-06-10 Alyssa Rosenzweigpanfrost: Add util_draw_indirect() debug path
2021-06-10 Alyssa Rosenzweigpanfrost: Zero r_dimension for buffer textures
2021-06-10 Alyssa Rosenzweigpanfrost: Fix crc_valid condition
2021-06-10 Alyssa Rosenzweigpanfrost: Simplify compute_checksum_size formula
2021-06-10 Alyssa Rosenzweigpanfrost: Fix vertex image attribute overrun
2021-06-10 Alyssa Rosenzweigpan/bi: Force u32 for flat varyings
2021-06-10 Alyssa Rosenzweigpanfrost: Use varying format from frag shader
2021-06-10 Alyssa Rosenzweigpanfrost: Correctly size varyings
2021-06-10 Alyssa Rosenzweigpan/indirect_draw: Fix 1 instance, nonzero divisor
2021-06-10 Alyssa Rosenzweigpan/indirect_draw: Use unsigned comparisons
2021-06-10 Alyssa Rosenzweigpan/indirect: Factor out is_power_of_two_or_zero
2021-06-10 Alyssa Rosenzweigpanfrost: Default indirect attributes to 1D type
2021-06-10 Alyssa Rosenzweigpanfrost: Use util_last_bit for images
2021-06-10 Alyssa Rosenzweigpanfrost: Be explicit in image modifier handling
2021-06-10 Alyssa Rosenzweigpanfrost: Separate image attribute and buffer emit
2021-06-10 Alyssa Rosenzweigpanfrost: Don't duplicate attribute buffers
2021-06-10 Alyssa Rosenzweigpanfrost: Disable AFBC on v7
2021-06-10 Alyssa Rosenzweigpanfrost: Add missing 'Reverse issue order flag'
2021-06-10 Alyssa Rosenzweigpanfrost: Remove AFBC format fixups
2021-06-10 Alyssa Rosenzweigpan/bi: Don't allocate past the end of the reg file
2021-06-10 Alyssa Rosenzweigpan/bi: Track words instead of bytes in RA
2021-06-10 Alyssa Rosenzweigpan/bi: Simplify spill code
2021-06-10 Alyssa Rosenzweigpan/bi: Emit a dummy ATEST if needed
2021-06-10 Alyssa Rosenzweigpan/bi: Lower 64-bit ints again
2021-06-10 Alyssa Rosenzweigpan/bi: Lower stores with component != 0
2021-06-10 Alyssa Rosenzweigpan/bi: Lower loads with component > 0
2021-06-10 Alyssa Rosenzweigpan/bi: Handle images in vertex shaders
2021-06-10 Alyssa Rosenzweigpan/bi: Model +BLEND clobbering of r48
2021-06-10 Alyssa Rosenzweigpan/bi: Don't restrict the register file in non-blend...
2021-06-10 Alyssa Rosenzweigpan/bi: Allow move/sink in blend shaders
2021-06-10 Alyssa Rosenzweigpan/bi: Model interference with preloaded regs
2021-06-10 Alyssa Rosenzweigpan/bi: Explicit zero reg_live_{in, out} when needed
2021-06-10 Alyssa Rosenzweigpan/bi: Inline spilling in RA
2021-06-10 Alyssa Rosenzweigpan/bi: Use explicit affinities in RA
2021-06-10 Alyssa Rosenzweigpan/bi: Allow IADD.u32 on FMA as *IADDC
2021-06-10 Alyssa Rosenzweigpan/bi: Track liveness while scheduling
2021-06-10 Alyssa Rosenzweigpan/bi: Add post-RA optimizer
2021-06-10 Alyssa Rosenzweigpan/bi: Bundle after RA
2021-06-10 Alyssa Rosenzweigpan/bi: Fix bi_rewrite_passthrough ordering
2021-06-10 Alyssa Rosenzweigpan/bi: Simplify TEXC codegen for sr_count=0
2021-06-10 Alyssa Rosenzweigpan/bi: Use TEXS_2D for rect textures
2021-06-10 Alyssa Rosenzweigpan/bi: Pull out bi_count_write_registers
2021-06-10 Yiwei Zhangvulkan: fix back compat with Android Oreo and below
2021-06-10 Neha Bhendesvga: Initialize pipe_shader_state for transform shaders
2021-06-10 Mike Blumenkrantzutil/blitter: remove duplicated set_sample_mask calls
2021-06-10 Adam Jacksonswrast: Fix a warning from gcc 11
2021-06-10 Roman Stratiienkonouveau: Don't require RTTI and use it only when enabled
next