platform/upstream/mesa.git
2021-06-10 Connor Abbottir3: Add reg_elems(), reg_elem_size(), and reg_size()
2021-06-10 Connor Abbottir3/delay: Fix full->half and half->full delay
2021-06-10 Connor Abbottir3: Add ir3_register::array.base
2021-06-10 Connor Abbottir3: Improve register printing for SSA
2021-06-10 Connor Abbottir3: Prepare for instructions with multiple destinations
2021-06-10 Connor Abbottir3: Readd support for translating NIR phi nodes
2021-06-10 Connor Abbottir3: Add ir3_start_block()
2021-06-10 Connor Abbottir3: Introduce phi and parallelcopy instructions
2021-06-10 Alyssa Rosenzweigdocs/panfrost: Update API versions
2021-06-10 Alyssa Rosenzweigdocs/features: Mark GLES3.1 as done on Panfrost
2021-06-10 Alyssa Rosenzweigpanfrost/ci: Do fractional dEQP-GLES31 run on Midgard
2021-06-10 Alyssa Rosenzweigpanfrost/ci: Don't skip SSBO tests on G52
2021-06-10 Alyssa Rosenzweigpanfrost/ci: Blank G52 flakes file
2021-06-10 Alyssa Rosenzweigpan/decode: Handle cache flush jobs
2021-06-10 Alyssa Rosenzweigpan/decode: Fix image attribute counting
2021-06-10 Alyssa Rosenzweigpanfrost: Advertise GLES3.1
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
next