nir: Add lower_rotate flag and set to true in all drivers
[mesa.git] / src / amd / vulkan / radv_shader.c
2018-03-20 Timothy Arceriradv: don't lower indirects until after opts have run
2018-03-19 Dave Airlieradv: lower constant initializers on output variables...
2018-03-16 Samuel Pitoisetradv: run nir_opt_move_load_ubo
2018-03-16 Dave Airlieradv: drop tess offchip layout for tcs.
2018-03-15 Samuel Pitoisetradv: record LLVM IR when debugging shaders
2018-03-15 Samuel Pitoisetradv: add dump_shader to the NIR compiler options
2018-03-15 Alejandro Piñeirospirv/radv: add AMD_gcn_shader capability, remove curre...
2018-03-13 Samuel Pitoisetac/nir: move ac_nir_compiler_options and friends to...
2018-03-13 Samuel Pitoisetac: move ac_shader_info to radv folder
2018-03-13 Samuel Pitoisetac/nir: move all RADV related code to radv_nir_to_llvm.c
2018-03-07 Daniel Schürmannradv: enable AMD_gcn_shader extension
2018-03-07 Bas Nieuwenhuizenradv: Add trivial device group implementation.
2018-03-07 Bas Nieuwenhuizenradv: Add minimal subgroup support.
2018-03-06 Samuel Pitoisetradv: report the scratch private memory size with shade...
2018-03-05 Timothy Arceriac/radv: move lower_indirect_derefs() to ac_nir_to_llvm.c
2018-02-22 Samuel Pitoisetradv: enable lowering of fpow to fexp2 and flog2
2018-02-15 Bas Nieuwenhuizenradv: Always lower indirect derefs after nir_lower_glob...
2018-02-06 Samuel Pitoisetradv: run nir_opt_shrink_load
2018-01-29 Timothy Arcerinir: add vs_inputs_dual_locations compiler option
2018-01-22 Samuel Pitoisetradv: add an option that allows to dump pre-optimization ir
2018-01-18 Bas Nieuwenhuizenradv: Replace an assert with unreachable.
2018-01-13 Timothy Arceriradv/radeonsi/nir: lower 64bit flrp
2018-01-10 Samuel Pitoisetradv/gfx9: calculate the number of ES VGPRs for merged...
2018-01-10 Samuel Pitoisetradv/gfx9: enable LDS for GS only if the ES type is TES
2018-01-08 Samuel Pitoisetradv/gfx9: do not load VGPR1 when GS uses points or...
2018-01-08 Samuel Pitoisetradv: make shader BOs read-only for the GPU
2018-01-04 Samuel Pitoisetradv/gfx9: reduce the number of input VGPRs for the...
2017-12-19 Samuel Pitoisetradv: properly load unused gl_LocalInvocationID/gl_Work...
2017-12-18 Samuel PitoisetRevert "radv: do not load unused gl_LocalInvocationID...
2017-12-14 Samuel Pitoisetradv: do not load the local invocation index when it...
2017-12-14 Samuel Pitoisetradv: do not load unused gl_LocalInvocationID/gl_WorkGr...
2017-12-02 Jason Ekstrandspirv: Convert the supported_extensions struct to spirv...
2017-12-01 Samuel Pitoisetradv: do not dump meta shaders with RADV_DEBUG=shaders
2017-11-13 Samuel Pitoisetradv: use vk_error() everywhere an error is returned
2017-11-06 Dave Airlieradv: pre-calculate user_data_0 registers and store...
2017-10-30 Alex Smithradv: Fix -Wformat-security issue
2017-10-28 Alex Smithradv: Implement VK_AMD_shader_info
2017-10-26 Dave Airlieradv: add support for local bos. (v3)
2017-10-23 Timothy Arceriradv: move nir print after linking is done
2017-10-22 Bas Nieuwenhuizenradv: Disallow indirect outputs for GS on GFX9 as well.
2017-10-22 Bas Nieuwenhuizenradv: Don't use vgpr indexing for outputs on GFX9.
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-20 Bas Nieuwenhuizenradv: calculate and emit GFX9 GS registers to pipeline...
2017-10-19 Timothy Arceriradv: copy indirect lowering settings from radeonsi
2017-10-19 Bas Nieuwenhuizenradv: Modify rsrc1/rsrc2 generation for merged tess.
2017-10-19 Bas Nieuwenhuizenradv: Update GFX9 user data regs for GS/tess.
2017-10-19 Bas Nieuwenhuizenradv: Add code to compile merged shaders.
2017-10-19 Bas Nieuwenhuizenac/nir: Change interface to allow multiple source shaders.
2017-10-17 Bas Nieuwenhuizenradv: Link shaders.
2017-10-11 Timothy Arceriradv: remove duplicate debug_flags field
2017-10-10 Dave Airlieradv: lower ffma in nir.
2017-10-09 Marek Olšákamd: move r600d_common.h into r600g
2017-10-04 Samuel Pitoisetradv: dump SPIRV when a GPU hang is detected
2017-10-04 Samuel Pitoisetradv: dump NIR when a GPU hang is detected
2017-09-14 Samuel Pitoisetradv: add radv_shader_dump_stats() helper
2017-09-13 Dave Airlieradv/nir: call opt_remove_phis after trivial continues.
2017-09-08 Samuel Pitoisetradv: keep track of the disasm string in debug mode...
2017-09-08 Samuel Pitoisetradv: add shader_variant_create() helper function
2017-09-08 Samuel Pitoisetradv: drop 'dump' parameters from some shader related...
2017-09-08 Samuel Pitoisetradv: move shaders related code to radv_shader.c