gallium/u_vbuf: adjust the heuristic for unrolling indices
[mesa.git] / src / amd /
2020-02-14 Samuel Pitoisetradv: remove unnecessary RADV_DEBUG=nobatchchain option
2020-02-13 Samuel Pitoisetradv: remove unused RADV_HASH_SHADER_IS_GEOM_COPY_SHADER
2020-02-13 Samuel Pitoisetradv: remove RADV_DEBUG=nosisched and RADV_PERFTEST...
2020-02-13 Samuel Pitoisetradv: remove LLVM sicheduler enable for The Talos Principle
2020-02-13 Samuel Pitoisetradv: implement VK_EXT_line_rasterization
2020-02-13 Samuel Pitoisetradv: fix line width range and granularity
2020-02-12 Rhys Perryaco: improve SCC handling in some SALU combines
2020-02-12 Rhys Perryaco: disable some instruction combining if it could...
2020-02-12 Arcady Goldmints... Rename nir_lower_constant_initializers to nir_lower_var...
2020-02-11 Samuel Pitoisetaco: fix creating v_madak if v_mad_f32 has two sgpr...
2020-02-11 Samuel Pitoisetradv: set the chip name to GCN-NOOP when RADV_FORCE_FAM...
2020-02-11 Samuel Pitoisetradv: make sure to not submit any IBs when RADV_FORCE_F...
2020-02-11 Bas Nieuwenhuizenradv: Do not redundantly set the RB+ regs on pipeline...
2020-02-11 Bas Nieuwenhuizenradv: Optimize emitting index buffer changes.
2020-02-10 Samuel Pitoisetaco: fix waiting for scalar stores before "writing...
2020-02-07 Samuel Pitoisetaco: do not use ds_{read,write}2 on GFX6
2020-02-06 Rhys Perryaco: gfx10_wave64_bpermute reduce op to print_ir
2020-02-06 Rhys Perryaco: fix gfx10_wave64_bpermute
2020-02-05 Timur Kristófaco/optimizer: Don't combine uniform bool s_and to...
2020-02-04 Bas Nieuwenhuizenradv: Do not set SX DISABLE bits for RB+ with unused...
2020-02-02 Bas Nieuwenhuizenradv: Allow non-dedicated linear images and buffer.
2020-01-31 Daniel Schürmannaco: fix image_atomic_cmp_swap
2020-01-31 Samuel Pitoisetaco: fix MUBUF VS input loads when expanding vec3 to...
2020-01-29 Samuel Pitoisetradv: refactor physical device properties
2020-01-29 Timur Kristófaco: Fix the meaning of is_atomic.
2020-01-29 Daniel Schürmannaco: simplify gathering of MIMG address components
2020-01-29 Daniel Schürmannaco: simplify adjust_sample_index_using_fmask() & get_i...
2020-01-29 Daniel Schürmannaco: fix register allocation with multiple live-range...
2020-01-29 Daniel Schürmannaco: reorder VMEM operands in ACO IR
2020-01-29 Rhys Perryaco: fix exec mask consistency issues
2020-01-29 Rhys Perryaco: parallelcopy exec mask before s_wqm
2020-01-29 Rhys Perryaco: fill reg_demand with sensible information in add_c...
2020-01-29 Rhys Perryaco: improve assertion at the end of spiller
2020-01-29 Rhys Perryaco: set exec_potentially_empty after continues/breaks...
2020-01-29 Rhys Perryaco: error when block has no logical preds but VGPRs...
2020-01-29 Rhys Perryaco: don't always add logical edges from continue_break...
2020-01-29 Rhys Perryaco: only create parallelcopy to restore exec at loop...
2020-01-29 Rhys Perryaco: don't update demand in add_coupling_code() for...
2020-01-29 Rhys Perryaco: don't consider loop header blocks branch blocks...
2020-01-29 Rhys Perryaco: fix target calculation when vgpr spilling introduc...
2020-01-29 Samuel Pitoisetradv/gfx10: re-enable NGG GS
2020-01-29 Samuel Pitoisetradv/gfx10: implement NGG GS queries
2020-01-29 Samuel Pitoisetradv/gfx10: add a separate flag for creating a GDS...
2020-01-29 Samuel Pitoisetaco: fix VS input loads with MUBUF on GFX6
2020-01-29 Rhys Perryaco: run p_wqm instructions in WQM
2020-01-29 Rhys Perryaco: ensure predecessors' p_logical_end is in WQM when...
2020-01-29 Samuel Pitoisetradv: remove the non conformant VK implementation warni...
2020-01-29 Samuel Pitoisetradv: bump conformance version to 1.2.0.0
2020-01-29 Samuel Pitoisetradv: implement VK_AMD_shader_explicit_vertex_parameter
2020-01-29 Samuel Pitoisetradv: gather which input PS variables use an explicit...
2020-01-29 Samuel Pitoisetaco: implement VK_AMD_shader_explicit_vertex_parameter
2020-01-29 Samuel Pitoisetac/llvm: implement VK_AMD_shader_explicit_vertex_parameter
2020-01-29 Samuel Pitoisetradv: enable VK_AMD_shader_fragment_mask on GFX6-GFX7
2020-01-28 Daniel Schürmannaco: fix combine_salu_not_bitwise() when SCC is used
2020-01-28 Rhys Perryaco: fix rebase error from GS copy shader support
2020-01-28 Rhys Perryaco: use MUBUF in some situations instead of splitting...
2020-01-28 Rhys Perryaco: value-number MUBUF instructions
2020-01-28 Rhys Perryaco: handle unaligned vertex fetch on GFX10
2020-01-28 Rhys Perryaco: skip unused channels at the start when fetching...
2020-01-28 Rhys Perryaco: rework vertex fetching a bit
2020-01-28 Rhys Perryamd/common,radv: move vertex_format_table to ac_shader_...
2020-01-27 Samuel Pitoisetradv: do not allow sparse resources with multi-planar...
2020-01-27 Rhys Perryaco: fix literal application with v_cndmask_b32/v_addc_...
2020-01-27 Rhys Perryaco: always add sgprs to sgpr_ids when choosing literals
2020-01-27 Rhys Perryaco: fix operand to scc when selecting SGPR ufind_msb...
2020-01-27 Rhys Perryaco: fix WaR check for >64-bit FLAT/GLOBAL instructions
2020-01-27 Florian Willradv/winsys: set IB flags prior to submit in the sysmem...
2020-01-24 Samuel Pitoisetradv: print NIR shaders after lowering FS inputs/outputs
2020-01-24 Samuel Pitoisetradv: enable ACO support for GFX6
2020-01-24 Samuel Pitoisetaco: copy the literal offset of SMEM instructions to...
2020-01-24 Samuel Pitoisetaco: fix a hazard with v_interp_* and v_{read,readfirst...
2020-01-24 Samuel Pitoisetaco: fix a hardware bug for MRTZ exports on GFX6
2020-01-24 Samuel Pitoisetaco: combine MRTZ (depth, stencil, sample mask) exports
2020-01-24 Timur Kristófaco/gfx10: Fix VcmpxExecWARHazard mitigation.
2020-01-24 Timur Kristófaco: Transform uniform bitwise instructions to 32-bit...
2020-01-24 Rhys Perryaco: use nir_move_copies
2020-01-24 Rhys Perryradv/aco: use ACO for GS copy shaders
2020-01-24 Rhys Perryaco: implement GS copy shaders
2020-01-24 Rhys Perryaco: remove needs_instance_id
2020-01-24 Rhys Perryaco: explicitly mark end blocks for exports
2020-01-24 Rhys Perryradv/aco: allow ACO for GS
2020-01-24 Rhys Perryaco: implement GS on GFX7-8
2020-01-24 Rhys Perryradv/aco,aco: implement GS on GFX9+
2020-01-24 Rhys Perryaco: improve support for s_sendmsg
2020-01-24 Rhys Perryradv: move gs copy shader creation before other variants
2020-01-24 Timur Kristófaco: Make a better guess at which instructions need...
2020-01-24 Bas Nieuwenhuizenradv: Allow DCC & TC-compat HTILE with VK_IMAGE_CREATE_...
2020-01-24 Bas Nieuwenhuizenradv: Expose VK_KHR_swapchain_mutable_format.
2020-01-24 Samuel Pitoisetac/llvm: fix missing casts in ac_build_readlane()
2020-01-23 Samuel Pitoisetaco: implement nir_op_f2i64/nir_op_f2u64 on GFX6
2020-01-23 Samuel Pitoisetaco: implement 64-bit nir_op_ffloor on GFX6
2020-01-23 Samuel Pitoisetaco: implement 64-bit nir_op_fround_even on GFX6
2020-01-23 Samuel Pitoisetaco: implement 64-bit nir_op_fceil on GFX6
2020-01-23 Samuel Pitoisetaco: implement 64-bit nir_op_ftrunc on GFX6
2020-01-23 Samuel Pitoisetaco: implement nir_intrinsic_global_atomic_* on GFX6
2020-01-23 Samuel Pitoisetaco: implement nir_intrinsic_load_global on GFX6
2020-01-23 Samuel Pitoisetaco: implement nir_intrinsic_store_global on GFX6
2020-01-23 Samuel Pitoisetaco: fix wrong IR in nir_intrinsic_load_barycentric_at_...
2020-01-23 Samuel Pitoisetaco: fix printing assembly with CLRXdisasm on GFX6
2020-01-23 Samuel Pitoisetradv: advertise VK_AMD_shader_fragment_mask
next