summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
...
* radv: handle exporting view index to fragment shader. (v1.1)Dave Airlie2018-03-194-2/+24
* radv: make vk_format_description structures staticGrazvydas Ignotas2018-03-171-1/+1
* radv: fix stale comment in generated vk_format_table.cGrazvydas Ignotas2018-03-171-1/+1
* radv: run nir_opt_move_load_uboSamuel Pitoiset2018-03-161-0/+1
* radv: drop geometry stride user sgpr.Dave Airlie2018-03-163-28/+19
* radv: get rid of geometry user sgpr for num entries.Dave Airlie2018-03-162-16/+8
* radv: migrate lds size calculations to shader gen.Dave Airlie2018-03-163-25/+38
* radv: drop scanning the tess shader in the nir code.Dave Airlie2018-03-163-42/+3
* radv: use num_patches output from tcs shader.Dave Airlie2018-03-161-28/+2
* radv/tess: remove last chunk of tess sgprsDave Airlie2018-03-163-53/+19
* radv: pass num_patches to tes from tcsDave Airlie2018-03-163-2/+9
* radv: drop tess offchip layout for tcs.Dave Airlie2018-03-164-38/+90
* radv: drop tcs_out_offsetsDave Airlie2018-03-162-20/+29
* radv: drop tcs_out_layoutDave Airlie2018-03-162-15/+15
* radv/tess: drop tcs_in_layout setting completely.Dave Airlie2018-03-163-15/+24
* radv: drop ls_out_layout const.Dave Airlie2018-03-163-37/+4
* radv/shader_info: start gathering tess output info (v2)Dave Airlie2018-03-162-2/+52
* radv: migrate unique index info shader info (v2)Dave Airlie2018-03-162-22/+21
* radv: dump LLVM IR when a hang is detectedSamuel Pitoiset2018-03-151-0/+1
* radv: record LLVM IR when debugging shadersSamuel Pitoiset2018-03-153-0/+12
* radv: add dump_shader to the NIR compiler optionsSamuel Pitoiset2018-03-154-22/+19
* radv: pass the NIR compiler options to ac_compile_llvm_module()Samuel Pitoiset2018-03-151-5/+7
* radv: print some information when RADV_TRACE_FILE is setSamuel Pitoiset2018-03-153-1/+9
* radv: only display options that are enabledSamuel Pitoiset2018-03-151-12/+16
* spirv/radv: add AMD_gcn_shader capability, remove current extensionsAlejandro Piñeiro2018-03-151-3/+1
* radv: Fix CmdCopyImage between uncompressed and compressed imagesAlex Smith2018-03-141-6/+17
* radv: fix vkGetDeviceQueue2() when create flags don't matchSamuel Pitoiset2018-03-142-2/+22
* radv: drop assert on bindingDescriptorCount > 0Dave Airlie2018-03-141-1/+0
* radv: mark all tess output for an indirect access.Dave Airlie2018-03-141-8/+13
* ac/nir: pass the nir variable through tcs loading.Dave Airlie2018-03-141-5/+5
* radv: get correct offset into LDS for indexed vars.Dave Airlie2018-03-141-1/+1
* ac/nir: rename radeon_llvm_reg_index_soa() to ac_llvm_reg_index_soa()Samuel Pitoiset2018-03-131-8/+8
* ac/nir: move ac_nir_compiler_options and friends to radv folderSamuel Pitoiset2018-03-136-17/+89
* ac: move ac_shader_info to radv folderSamuel Pitoiset2018-03-137-4/+358
* ac/nir: move ac_shader_variant_info and friends to radv folderSamuel Pitoiset2018-03-136-39/+139
* ac/nir: move all RADV related code to radv_nir_to_llvm.cSamuel Pitoiset2018-03-135-5/+3482
* radv: Increase the number of dynamic uniform buffers.Bas Nieuwenhuizen2018-03-122-3/+5
* radv: Fix the autotools build take 2.Bas Nieuwenhuizen2018-03-091-1/+1
* radv: Fix autotools build.Bas Nieuwenhuizen2018-03-091-10/+7
* radv: Update version to 1.1.70.Bas Nieuwenhuizen2018-03-091-2/+2
* radv: Generate icd files.Bas Nieuwenhuizen2018-03-094-25/+70
* radv: enable AMD_gcn_shader extensionDaniel Schürmann2018-03-072-0/+4
* radv: Don't emit a warning on VI-GFX9.Bas Nieuwenhuizen2018-03-071-1/+3
* radv: Enable vulkan 1.1.0 for configurations that can support it.Bas Nieuwenhuizen2018-03-071-0/+2
* radv: Disable sampler ycbcr conversion.Bas Nieuwenhuizen2018-03-072-0/+24
* radv: Expose that we don't support any VK_KHR_16_bit_storage parts.Bas Nieuwenhuizen2018-03-071-0/+9
* radv: Implement vkEnumerateInstanceVersion.Bas Nieuwenhuizen2018-03-071-0/+7
* radv: Add trivial device group implementation.Bas Nieuwenhuizen2018-03-075-0/+79
* radv: Implement vkCmdDispatchBase.Bas Nieuwenhuizen2018-03-072-3/+41
* radv: Implement VkGetDeviceQueue2.Bas Nieuwenhuizen2018-03-071-2/+16