summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_shader.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* spirv: Convert the supported_extensions struct to spirv_optionsJason Ekstrand2017-12-021-10/+13
* radv: do not dump meta shaders with RADV_DEBUG=shadersSamuel Pitoiset2017-12-011-1/+1
* radv: use vk_error() everywhere an error is returnedSamuel Pitoiset2017-11-131-1/+1
* radv: pre-calculate user_data_0 registers and store in pipelineDave Airlie2017-11-061-39/+0
* radv: Fix -Wformat-security issueAlex Smith2017-10-301-1/+1
* radv: Implement VK_AMD_shader_infoAlex Smith2017-10-291-31/+149
* radv: add support for local bos. (v3)Dave Airlie2017-10-261-1/+1
* radv: move nir print after linking is doneTimothy Arceri2017-10-241-3/+0
* radv: Disallow indirect outputs for GS on GFX9 as well.Bas Nieuwenhuizen2017-10-231-3/+1
* radv: Don't use vgpr indexing for outputs on GFX9.Bas Nieuwenhuizen2017-10-221-0/+5