mesa: add packing support for setting uniforms
[mesa.git] / src / amd /
2018-03-19 Dave Airlieradv: don't export NULL layer.
2018-03-19 Dave Airlieradv: lower constant initializers on output variables...
2018-03-19 Dave Airlieradv/query: handle multiview timestamp queries.
2018-03-19 Dave Airlieradv/query: handle multiview queries properly. (v3)
2018-03-19 Dave Airlieradv/query: split out begin/end query emission
2018-03-19 Dave Airlieradv/multiview: mark layer_input if we have input attac...
2018-03-19 Dave Airlieradv: handle exporting view index to fragment shader...
2018-03-17 Grazvydas Ignotasradv: make vk_format_description structures static
2018-03-17 Grazvydas Ignotasradv: fix stale comment in generated vk_format_table.c
2018-03-16 Samuel Pitoisetradv: run nir_opt_move_load_ubo
2018-03-16 Dave Airlieradv: drop geometry stride user sgpr.
2018-03-16 Dave Airlieradv: get rid of geometry user sgpr for num entries.
2018-03-16 Dave Airlieradv: migrate lds size calculations to shader gen.
2018-03-16 Dave Airlieradv: drop scanning the tess shader in the nir code.
2018-03-16 Dave Airlieradv: use num_patches output from tcs shader.
2018-03-16 Dave Airlieradv/tess: remove last chunk of tess sgprs
2018-03-16 Dave Airlieradv: pass num_patches to tes from tcs
2018-03-16 Dave Airlieradv: drop tess offchip layout for tcs.
2018-03-16 Dave Airlieradv: drop tcs_out_offsets
2018-03-16 Dave Airlieradv: drop tcs_out_layout
2018-03-16 Dave Airlieradv/tess: drop tcs_in_layout setting completely.
2018-03-16 Dave Airlieradv: drop ls_out_layout const.
2018-03-16 Dave Airlieradv/shader_info: start gathering tess output info...
2018-03-16 Dave Airlieradv: migrate unique index info shader info (v2)
2018-03-15 Samuel Pitoisetradv: dump LLVM IR when a hang is detected
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 Samuel Pitoisetradv: pass the NIR compiler options to ac_compile_llvm_...
2018-03-15 Samuel Pitoisetradv: print some information when RADV_TRACE_FILE is set
2018-03-15 Samuel Pitoisetradv: only display options that are enabled
2018-03-15 Alejandro Piñeirospirv/radv: add AMD_gcn_shader capability, remove curre...
2018-03-14 Alex Smithradv: Fix CmdCopyImage between uncompressed and compres...
2018-03-14 Samuel Pitoisetradv: fix vkGetDeviceQueue2() when create flags don...
2018-03-14 Dave Airlieradv: drop assert on bindingDescriptorCount > 0
2018-03-14 Dave Airlieradv: mark all tess output for an indirect access.
2018-03-14 Dave Airlieac/nir: pass the nir variable through tcs loading.
2018-03-14 Dave Airlieradv: get correct offset into LDS for indexed vars.
2018-03-13 Jason Ekstrandac/nir: Use lower_vote_eq_to_ballot instead of ac_nir_l...
2018-03-13 Samuel Pitoisetac/nir: rename radeon_llvm_reg_index_soa() to ac_llvm_r...
2018-03-13 Samuel Pitoisetac/nir: remove some unnecessary includes and declarations
2018-03-13 Samuel Pitoisetac/nir: drop radv prefix from radv_lower_gather4_integer()
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 ac_shader_variant_info and friends to...
2018-03-13 Samuel Pitoisetac/nir: move all RADV related code to radv_nir_to_llvm.c
2018-03-13 Samuel Pitoisetac/nir: make emit_barrier() non-static
2018-03-13 Samuel Pitoisetac/nir: move radeon_llvm_reg_index_soa() to ac_nir_to_l...
2018-03-13 Samuel Pitoisetac/nir: make handle_shader_output_decl() non-static
2018-03-13 Samuel Pitoisetac/nir: change prototype of handle_shader_output_decl()
2018-03-13 Samuel Pitoisetac/nir: move unpack_param() to ac_llvm_build.c
2018-03-13 Samuel Pitoisetac/nir: move trim_vector to ac_llvm_build.c
2018-03-13 Samuel Pitoisetac/nir: move cast_ptr() to ac_llvm_build.c
2018-03-13 Samuel Pitoisetac/nir: move ac_build_alloca() to ac_llvm_build.c
2018-03-12 Bas Nieuwenhuizenradv: Increase the number of dynamic uniform buffers.
2018-03-09 Marek Olšákac/gpu_info: print ib_start_alignment, add assertion
2018-03-09 Bas Nieuwenhuizenradv: Fix the autotools build take 2.
2018-03-09 Bas Nieuwenhuizenradv: Fix autotools build.
2018-03-09 Samuel Pitoisetac/nir: set number of channels for packed mrt exports
2018-03-09 Bas Nieuwenhuizenradv: Update version to 1.1.70.
2018-03-09 Bas Nieuwenhuizenradv: Generate icd files.
2018-03-08 Marek Olšákwinsys/amdgpu: query GDS info
2018-03-08 Marek Olšákradeonsi: align command buffer starting address to...
2018-03-08 Samuel Pitoisetac/nir: do not emit unnecessary null exports in fragmen...
2018-03-08 Timothy Arceriac/radeonsi: add emit_kill to the abi
2018-03-07 Timothy Arceriac: make use of if/loop build helpers
2018-03-07 Timothy Arceriac: add if/loop build helpers
2018-03-07 Daniel Schürmannradv: enable AMD_gcn_shader extension
2018-03-07 Daniel Schürmannac: implement AMD_gcn_shader extended instructions
2018-03-07 Bas Nieuwenhuizenradv: Don't emit a warning on VI-GFX9.
2018-03-07 Bas Nieuwenhuizenradv: Enable vulkan 1.1.0 for configurations that can...
2018-03-07 Bas Nieuwenhuizenradv: Disable sampler ycbcr conversion.
2018-03-07 Bas Nieuwenhuizenradv: Expose that we don't support any VK_KHR_16_bit_st...
2018-03-07 Bas Nieuwenhuizenradv: Implement vkEnumerateInstanceVersion.
2018-03-07 Bas Nieuwenhuizenradv: Add trivial device group implementation.
2018-03-07 Bas Nieuwenhuizenradv: Implement vkCmdDispatchBase.
2018-03-07 Bas Nieuwenhuizenradv: Implement VkGetDeviceQueue2.
2018-03-07 Bas Nieuwenhuizenradv: Support VkPhysicalDeviceProtectedMemoryFeatures.
2018-03-07 Bas Nieuwenhuizenradv: Support VkPhysicalDeviceShaderDrawParameterFeatures.
2018-03-07 Bas Nieuwenhuizenradv: Implement VK_KHR_maintenance3.
2018-03-07 Bas Nieuwenhuizenradv: Add minimal subgroup support.
2018-03-07 Bas Nieuwenhuizenradv: Change client version check.
2018-03-07 Bas Nieuwenhuizenradv: Update MAX_API_VERSION to 1.1.0
2018-03-07 Bas Nieuwenhuizenac/nir: Add vote_ieq/vote_feq lowering pass.
2018-03-07 Jason Ekstrandnir: Generalize nir_intrinsic_vote_eq
2018-03-07 Jason Ekstrandvulkan: Rename multiview from KHX to KHR
2018-03-07 Marek Olšákradeonsi: fix passing address32_hi to LLVM for high...
2018-03-07 Bas Nieuwenhuizenradv: Add entrypoints generation with the new vk.xml
2018-03-07 Dave Airlieac/nir: don't put lod into args if it's zero.
2018-03-06 Samuel Pitoisetradv: report the scratch private memory size with shade...
2018-03-06 Samuel Pitoisetac/nir: count the scratch private memory size
2018-03-06 Samuel Pitoisetac: add ac_count_scratch_private_memory()
2018-03-06 Samuel Pitoisetac/nir: only enable used channels when exporting parameters
2018-03-06 Samuel Pitoisetac: update enabled channels mask when optimizing PARAM...
2018-03-06 Samuel Pitoisetac/nir: pass the number of enabled channels to si_llvm_...
2018-03-06 Samuel Pitoisetac/shader: scan output usage mask for VS and TES
2018-03-06 Tapani Pällivulkan: do not expose surface/swapchain extensions...
2018-03-06 Timothy Arceriac: pass the unmodified number of components to load...
2018-03-05 Samuel Pitoisetac: add ac_build_fsign()
2018-03-05 Samuel Pitoisetac: add ac_build_isign()
2018-03-05 Samuel Pitoisetac: add ac_build_fract()
next