summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_shader.c
Commit message (Expand)AuthorAgeFilesLines
* radv: Add option to print errors even in optimized builds.Bas Nieuwenhuizen2018-05-311-2/+2
* radv: call nir_lower_io_to_temporaries for VS, GS, TES and FSSamuel Pitoiset2018-05-241-0/+10
* radv: call nir_split_var_copies() before nir_lower_var_copies()Samuel Pitoiset2018-05-241-0/+3
* radv: set amdgpu-32bit-address-high-bits LLVM attributeSamuel Pitoiset2018-05-221-0/+1
* radv: remove the radv_finishme() when compiling shadersSamuel Pitoiset2018-05-171-4/+0
* radv: remove radv_device::llvm_supports_spillSamuel Pitoiset2018-05-171-4/+1
* radv: allow to dump the GS copy shader with RADV_DEBUG="shaders"Samuel Pitoiset2018-05-141-1/+1
* radv: add initial support for VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BITTimothy Arceri2018-05-131-5/+7
* radv: minor cleanups in radv_fill_shader_variant()Samuel Pitoiset2018-05-111-14/+15
* compiler/lower_64bit_packing: rename the pass to be more genericIago Toral Quiroga2018-05-031-1/+1
* radeonsi: add triple into si_compilerMarek Olšák2018-04-271-1/+1
* ac/radv/radeonsi: refactor max simd waves into common code.Dave Airlie2018-04-241-11/+1
* radv: Add Vega M support.Bas Nieuwenhuizen2018-04-191-0/+1
* radv: Enable VK_EXT_descriptor_indexing.Bas Nieuwenhuizen2018-04-181-0/+2
* radv: enable subgroup capabilitiesDaniel Schürmann2018-04-141-1/+6
* radv: add RADV_NUM_PHYSICAL_VGPRS constantSamuel Pitoiset2018-04-091-2/+4
* radv: add radv_get_num_physical_sgprs() helperSamuel Pitoiset2018-04-091-11/+4
* radv: enable VK_EXT_shader_viewport_index_layerSamuel Pitoiset2018-04-031-0/+1
* radv: enable VK_AMD_shader_trinary_minmax extensionDaniel Schürmann2018-03-291-0/+1
* radv: don't lower indirects until after opts have runTimothy Arceri2018-03-201-1/+8
* radv: lower constant initializers on output variables earlierDave Airlie2018-03-191-0/+5
* radv: run nir_opt_move_load_uboSamuel Pitoiset2018-03-161-0/+1
* radv: drop tess offchip layout for tcs.Dave Airlie2018-03-161-0/+1
* radv: record LLVM IR when debugging shadersSamuel Pitoiset2018-03-151-0/+3
* radv: add dump_shader to the NIR compiler optionsSamuel Pitoiset2018-03-151-4/+4
* spirv/radv: add AMD_gcn_shader capability, remove current extensionsAlejandro Piñeiro2018-03-151-3/+1
* ac/nir: move ac_nir_compiler_options and friends to radv folderSamuel Pitoiset2018-03-131-4/+4
* ac: move ac_shader_info to radv folderSamuel Pitoiset2018-03-131-2/+2
* ac/nir: move all RADV related code to radv_nir_to_llvm.cSamuel Pitoiset2018-03-131-5/+6
* radv: enable AMD_gcn_shader extensionDaniel Schürmann2018-03-071-0/+3
* radv: Add trivial device group implementation.Bas Nieuwenhuizen2018-03-071-0/+2
* radv: Add minimal subgroup support.Bas Nieuwenhuizen2018-03-071-0/+10
* radv: report the scratch private memory size with shader statsSamuel Pitoiset2018-03-061-1/+3
* ac/radv: move lower_indirect_derefs() to ac_nir_to_llvm.cTimothy Arceri2018-03-051-40/+1
* radv: enable lowering of fpow to fexp2 and flog2Samuel Pitoiset2018-02-221-0/+1
* radv: Always lower indirect derefs after nir_lower_global_vars_to_local.Bas Nieuwenhuizen2018-02-151-34/+40
* radv: run nir_opt_shrink_loadSamuel Pitoiset2018-02-061-0/+2
* nir: add vs_inputs_dual_locations compiler optionTimothy Arceri2018-01-301-0/+1
* radv: add an option that allows to dump pre-optimization irSamuel Pitoiset2018-01-221-0/+2
* radv: Replace an assert with unreachable.Bas Nieuwenhuizen2018-01-191-1/+1
* radv/radeonsi/nir: lower 64bit flrpTimothy Arceri2018-01-131-0/+1
* radv/gfx9: calculate the number of ES VGPRs for merged shadersSamuel Pitoiset2018-01-101-3/+10
* radv/gfx9: enable LDS for GS only if the ES type is TESSamuel Pitoiset2018-01-101-1/+2
* radv/gfx9: do not load VGPR1 when GS uses points or linesSamuel Pitoiset2018-01-081-1/+3
* radv: make shader BOs read-only for the GPUSamuel Pitoiset2018-01-081-1/+4
* radv/gfx9: reduce the number of input VGPRs for the GS stageSamuel Pitoiset2018-01-041-1/+14
* radv: properly load unused gl_LocalInvocationID/gl_WorkGroupID componentsSamuel Pitoiset2017-12-191-2/+5
* Revert "radv: do not load unused gl_LocalInvocationID/gl_WorkGroupID components"Samuel Pitoiset2017-12-181-5/+2
* radv: do not load the local invocation index when it's unusedSamuel Pitoiset2017-12-141-1/+1
* radv: do not load unused gl_LocalInvocationID/gl_WorkGroupID componentsSamuel Pitoiset2017-12-141-3/+8