cube_face_index: Use fabsf instead of fabs since we know it's floats
[mesa.git] / src / amd /
2020-02-26 Greg Vamd/addrlib: fix build on non-x86 platforms
2020-02-26 Jason Ekstrandnir: Drop nir_tex_instr::texture_array_size
2020-02-26 Samuel Pitoisetradv: fix creating null devices if KHR_display is enabled
2020-02-26 Samuel Pitoisetradv: make use of ac_gpu_info::max_wave64_per_simd
2020-02-26 Samuel Pitoisetradv/gfx10: adjust the number of VGPRs used to compute...
2020-02-26 Samuel Pitoisetradv/gfx10: adjust the LDS size used to compute waves
2020-02-26 Samuel Pitoisetradv/gfx10: adjust SGPRs/VGPRs related info
2020-02-26 Samuel Pitoisetradv/gfx10: adjust the number of simd per compute unit
2020-02-26 Samuel Pitoisetac: add more ac_gpu_info related shader fields
2020-02-26 Samuel Pitoisetac,radeonsi: add ac_gpu_info::lds_size_per_cu
2020-02-26 Samuel Pitoisetradv: implement a dummy winsys for creating devices...
2020-02-24 Samuel Pitoisetradv: add the trace BO to the BO list at submit time
2020-02-20 Samuel Pitoisetradv: use RADEON_FLAG_ZERO_VRAM when creating the trace BO
2020-02-20 Samuel Pitoisetradv/winsys: add a new flag that requests zerovram...
2020-02-20 Rhys Perryaco: improve GFX9 1D ddx/ddy assertion
2020-02-19 Rhys Perryaco: add some helpers for filling/testing register...
2020-02-19 Rhys Perryaco: add RegisterFile
2020-02-18 Eric Anholtradv: Squelch possibly-undefined warning
2020-02-18 Caio Marcelo de... radv: Advertise VK_KHR_shader_non_semantic_info
2020-02-17 Samuel Pitoisetradv: add a comment about VK_AMD_mixed_attachment_sampl...
2020-02-17 Samuel Pitoisetradv: enable VK_NV_compute_shader_derivatives on GFX6...
2020-02-17 Samuel Pitoisetradv: enable VK_EXT_sampler_filter_minmax on GFX6
2020-02-17 Samuel Pitoisetradv: enable shaderStorageImageMultisample on GFX6...
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
next