aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
* radv: gather clip/cull distances in the shader info passSamuel Pitoiset2019-09-062-21/+25
* radv: move ac_fill_shader_info() to radv_nir_shader_info_pass()Samuel Pitoiset2019-09-062-45/+38
* radv: merge radv_shader_variant_info into radv_shader_infoSamuel Pitoiset2019-09-066-293/+275
* radv/gfx10: always set ballot_mask_bits to 64Samuel Pitoiset2019-09-061-2/+1
* nir: allow specifying filter callback in lower_alu_to_scalarVasily Khoruzhick2019-09-061-1/+1
* radv: Call nir_propagate_invariant()Connor Abbott2019-09-051-0/+2
* ac/nir: Enable nir_opt_large_constantsConnor Abbott2019-09-051-0/+7
* radv/radeonsi: Don't count read-only data when reporting code sizeConnor Abbott2019-09-053-3/+6
* radv: keep a pointer to a NIR shader into radv_shader_contextSamuel Pitoiset2019-08-301-36/+24
* radv: move setting can_discard to ac_fill_shader_info()Samuel Pitoiset2019-08-301-1/+1
* radv: replace ac_nir_build_if by ac_build_ifccSamuel Pitoiset2019-08-301-107/+13
* radv: remove radv_init_llvm_target() helperSamuel Pitoiset2019-08-301-33/+1
* radv: remove useless ac_llvm_util.h include from the WSI codeSamuel Pitoiset2019-08-301-1/+0
* radv: remove unused shader_info parameter in ac_compile_llvm_module()Samuel Pitoiset2019-08-301-3/+2
* radv: remove some unused fields from radv_shader_contextSamuel Pitoiset2019-08-301-2/+0
* radv: move lowering PS inputs/outputs at the right placeSamuel Pitoiset2019-08-303-5/+8
* radv: gather info about PS inputs in the shader info passSamuel Pitoiset2019-08-304-74/+53
* ac: drop now useless lookup_interp_param from ABISamuel Pitoiset2019-08-301-31/+0
* ac: import linear/perspective PS input parameters from radv/radeonsiSamuel Pitoiset2019-08-301-17/+14
* radv/gfx10: compute the LDS size for exporting PrimID for VSSamuel Pitoiset2019-08-291-0/+9
* radv: make use of has_ls_vgpr_init_bugSamuel Pitoiset2019-08-273-2/+3
* ac: add rbplus_allowed to ac_gpu_infoSamuel Pitoiset2019-08-274-13/+2
* ac: add has_tc_compat_zrange_bug to ac_gpu_infoSamuel Pitoiset2019-08-274-6/+3
* ac: add has_gfx9_scissor_bug to ac_gpu_infoSamuel Pitoiset2019-08-274-8/+3
* ac: add cpdma_prefetch_writes_memory to ac_gpu_infoSamuel Pitoiset2019-08-273-4/+1
* ac: add has_out_of_order_rast to ac_gpu_infoSamuel Pitoiset2019-08-273-6/+2
* ac: add has_load_ctx_reg_pkt to ac_gpu_infoSamuel Pitoiset2019-08-273-10/+2
* ac: add has_rbplus to ac_gpu_infoSamuel Pitoiset2019-08-273-5/+3
* ac: add has_dcc_constant_encode to ac_gpu_infoSamuel Pitoiset2019-08-273-8/+1
* ac: add has_distributed_tess to ac_gpu_infoSamuel Pitoiset2019-08-273-6/+2
* ac: add has_clear_state to ac_gpu_infoSamuel Pitoiset2019-08-273-16/+11
* radv: add mipmap support for the clear depth/stencil valuesSamuel Pitoiset2019-08-262-27/+59
* radv: add mipmap support for the TC-compat zrange bugSamuel Pitoiset2019-08-263-24/+51
* radv: allocate metadata space for mipmapped depth/stencil imagesSamuel Pitoiset2019-08-261-2/+2
* radv: decompress mipmapped depth/stencil images during transitionsSamuel Pitoiset2019-08-263-12/+7
* radv: add mipmaps support for decompress/resummarizeSamuel Pitoiset2019-08-261-25/+32
* radv: add radv_process_depth_image_layer() helperSamuel Pitoiset2019-08-261-63/+75
* ac/nir: Remove gfx9_stride_size_workaround_for_atomicConnor Abbott2019-08-261-6/+0
* radv: fix getting the index type size for uint8_tSamuel Pitoiset2019-08-261-1/+1
* radv: Change memory type order for GPUs without dedicated VRAMAlex Smith2019-08-241-3/+15
* radv: additional query fixesAndres Rodriguez2019-08-171-7/+8
* radv/gfx10: do not use NGG with NAVI14Samuel Pitoiset2019-08-231-0/+1
* radv/gfx10: don't initialize VGT_INSTANCE_STEP_RATE_0Samuel Pitoiset2019-08-231-1/+2
* ac,radv,radeonsi: remove LLVM 7 supportSamuel Pitoiset2019-08-234-12/+4
* radv: Disable NGG for geometry shaders.Bas Nieuwenhuizen2019-08-221-0/+20
* radv: add RADV_DEBUG=allentrypointsAndres Rodriguez2019-08-212-8/+20
* nir: Add explicit signs to image min/max intrinsicsJason Ekstrand2019-08-211-4/+8
* radv: implement VK_AMD_shader_core_properties2Samuel Pitoiset2019-08-212-0/+10
* radv: force enable VK_AMD_shader_ballot for Wolfenstein YoungbloodSamuel Pitoiset2019-08-211-0/+8
* radv: add a new debug option called RADV_DEBUG=noshaderballotSamuel Pitoiset2019-08-212-0/+2