summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2020-01-15ac/cull: don't read Position.Z if it's not needed for cullingMarek Olšák1-1/+1
2020-01-15radv: enable Vulkan 1.2Samuel Pitoiset1-1/+1
2020-01-15radv: implement Vulkan 1.2 features and propertiesSamuel Pitoiset1-0/+148
2020-01-15radv: implement Vulkan 1.1 features and propertiesSamuel Pitoiset1-0/+53
2020-01-15radv: update VK_KHR_timeline_semaphore for Vulkan 1.2Samuel Pitoiset1-24/+24
2020-01-15radv: update VK_KHR_uniform_buffer_standard_layout for Vulkan 1.2Samuel Pitoiset1-3/+3
2020-01-15radv: update VK_KHR_shader_subgroup_extended_types for Vulkan 1.2Samuel Pitoiset1-3/+3
2020-01-15radv: update VK_KHR_shader_float_controls for Vulkan 1.2Samuel Pitoiset1-5/+5
2020-01-15radv: update VK_KHR_shader_float16_int8 for Vulkan 1.2Samuel Pitoiset1-3/+3
2020-01-15radv: update VK_KHR_shader_atomic_int64 for Vulkan 1.2Samuel Pitoiset1-3/+3
2020-01-15radv: update VK_KHR_imageless_framebuffer for Vulkan 1.2Samuel Pitoiset2-8/+8
2020-01-15radv: update VK_KHR_image_format_list for Vulkan 1.2Samuel Pitoiset1-6/+6
2020-01-15radv: update VK_KHR_driver_properties for Vulkan 1.2Samuel Pitoiset1-7/+7
2020-01-15radv: update VK_KHR_draw_indirect_count for Vulkan 1.2Samuel Pitoiset1-2/+2
2020-01-15radv: update VK_KHR_depth_stencil_resolve for Vulkan 1.2Samuel Pitoiset5-21/+21
2020-01-15radv: update VK_KHR_create_renderpass2 for Vulkan 1.2Samuel Pitoiset2-15/+15
2020-01-15radv: update VK_KHR_buffer_device_address for Vulkan 1.2Samuel Pitoiset1-9/+9
2020-01-15radv: update VK_KHR_8bit_storage for Vulkan 1.2Samuel Pitoiset1-3/+3
2020-01-15radv: update VK_EXT_scalar_block_layout for Vulkan 1.2Samuel Pitoiset1-3/+3
2020-01-15radv: update VK_EXT_sampler_filter_minmax for Vulkan 1.2Samuel Pitoiset2-9/+9
2020-01-15radv: update VK_EXT_host_query_reset for Vulkan 1.2Samuel Pitoiset2-4/+4
2020-01-15radv: update VK_EXT_descriptor_indexing for Vulkan 1.2Samuel Pitoiset2-14/+14
2020-01-15radv/gfx10: simplify some duplicated NGG GS codeSamuel Pitoiset1-62/+41
2020-01-15radv/gfx10: enable all CUs if NGG is never usedSamuel Pitoiset1-2/+5
2020-01-15radv: only use VkSamplerCreateInfo::compareOp if enabledSamuel Pitoiset1-1/+5
2020-01-15radv: Disable VK_EXT_sample_locations on GFX10.Bas Nieuwenhuizen1-1/+2
2020-01-14aco: Flip s_cbranch / s_cselect to optimize out an s_not if possible.Timur Kristóf2-8/+51
2020-01-14aco: Optimize out s_and with exec, when used on uniform bitwise values.Timur Kristóf1-4/+31
2020-01-14aco: Don't skip combine_instruction when definitions[1] is used.Timur Kristóf1-1/+1
2020-01-14aco: Allow optimizing vote_all and nir_op_iand.Timur Kristóf1-6/+6
2020-01-14aco: Implement 64-bit constant propagation.Timur Kristóf4-25/+58
2020-01-14vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM firstJason Ekstrand1-0/+4
2020-01-14aco: add integer min/max to can_swap_operandsRhys Perry1-0/+4
2020-01-14aco: improve readfirstlane after uniform LDS loadsRhys Perry1-2/+5
2020-01-14aco: replace extract_vector with copiesRhys Perry1-2/+34
2020-01-14aco: allow input modifiers on v_cndmask_b32Rhys Perry1-1/+5
2020-01-14aco: don't move literal to reg when making an instruction VOP3 on GFX10Rhys Perry1-1/+1
2020-01-14aco: add min(-max(), ) and max(-min(), ) optimizationRhys Perry1-1/+35
2020-01-14aco: improve clamp optimizationRhys Perry1-2/+4
2020-01-14aco: fix clamp optimizationRhys Perry1-7/+2
2020-01-14aco: improve creation of v_madmk_f32/v_madak_f32Rhys Perry1-53/+45
2020-01-14aco: take advantage of GFX10's constant bus limit and VOP3 literalsRhys Perry1-15/+49
2020-01-14aco: allow an extra SGPR with multiple uses to be applied to VOP3Rhys Perry1-1/+1
2020-01-14aco: allow applying two sgprs to an instructionRhys Perry1-2/+0
2020-01-14aco: follow through temporary when merging tests into constant comparisonsRhys Perry1-1/+2
2020-01-14aco: be more careful with literals in combine_salu_{n2,lshl_add}Rhys Perry1-0/+8
2020-01-14aco: add check_vop3_operands()Rhys Perry1-24/+34
2020-01-14aco: rewrite apply_sgprs()Rhys Perry1-36/+51
2020-01-14aco: rewrite literal combiningRhys Perry1-75/+89
2020-01-14aco: improve can_use_VOP3()Rhys Perry1-0/+7