swr/rast: Add support for generalized late and early z/stencil stats
[mesa.git] / src / amd /
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()
2018-03-05 Timothy Arceriac/radv: move lower_indirect_derefs() to ac_nir_to_llvm.c
2018-03-05 Bas Nieuwenhuizenradv: Fix copying from 3D images starting at non-zero...
2018-03-02 Samuel Pitoisetradv: do not set pending_reset_query in BeginCommandBuf...
2018-03-01 Timothy Arceriac: fix nir_intrinsic_shared_atomic_comp_swap handling
2018-03-01 Samuel Pitoisetradv: only emit cache flushes when the pool size is...
2018-03-01 Samuel Pitoisetradv: keep track of the query pool size
2018-03-01 Samuel Pitoisetradv: make sure to emit cache flushes before starting...
2018-03-01 Bas Nieuwenhuizenradv: Use the syncobj wait ioctl to wait on fences...
2018-03-01 Bas Nieuwenhuizenradv: Implement more efficient !waitAll fence waiting.
2018-03-01 Bas Nieuwenhuizenradv: Implement waiting on non-submitted fences.
2018-03-01 Bas Nieuwenhuizenradv: Implement WaitForFences with !waitAll.
2018-03-01 Dave Airlieac/nir: fix shared atomic operations.
2018-03-01 Dave Airlieac/nir: don't apply slice rounding on txf_ms
2018-02-28 Samuel Pitoisetac/shader: move scanning some info about input PS decla...
2018-02-27 Dave Airlieac/radv: move load base vertex abi setup to vertex...
2018-02-27 Dave Airlieac/shader: fix vertex input with components.
2018-02-27 Dave Airlieradv: remove device pointer from buffer.
2018-02-27 Timothy Arceriac: implement nir_op_ldexp
2018-02-27 Timothy Arceriac: fix nir_op_fdd{x,y} handling
2018-02-27 Timothy Arceriac/radeonsi: add load_base_vertex() to the abi
2018-02-27 Timothy Arceriac: add support for handling nir_intrinsic_load_vertex_id
2018-02-27 Timothy Arceriac: fix f2b and i2b for doubles
2018-02-27 Samuel Pitoisetac/nir: clean up a hack about rounding 2nd coord component
2018-02-27 Dave Airlieradv: expose async compute on SI
2018-02-27 Dave Airlieradv: merge tess rings into a single bo
2018-02-26 Samuel Pitoisetac/nir: use ordered float comparisons except for not...
2018-02-26 Timothy Arceriac: make use of ac_get_llvm_num_components() helper
2018-02-24 James Leggradv: Really use correct HTILE expanded words.
2018-02-23 Mauro Rossiradv/extensions: fix c_vk_version for patch == None
2018-02-23 Bas Nieuwenhuizenradv: Fix autotools build.
2018-02-22 Bas Nieuwenhuizenradv: Return NULL for entrypoints when not supported.
2018-02-22 Bas Nieuwenhuizenradv: Reword radv_entrypoints_gen.py
2018-02-22 Bas Nieuwenhuizenradv: Track enabled extensions.
2018-02-22 Bas Nieuwenhuizenradv: Put supported extensions in a struct.
2018-02-22 Samuel Pitoisetac/nir: remove emission of nir_op_fpow
2018-02-22 Samuel Pitoisetradv: enable lowering of fpow to fexp2 and flog2
2018-02-22 Samuel Pitoisetac/nir: set GLC=1 for load/store of coherent/volatile...
2018-02-21 Timothy Arceriac/radeonsi: pass type to load_tess_varyings()
2018-02-21 James Zhuamd/common:add uvd hevc enc support check in hw query
2018-02-21 Samuel Pitoisetac/nir: add glsl_is_array_image() helper
2018-02-21 Samuel Pitoisetac/nir: set the DA field when performing atomics on...
2018-02-21 Dave Airlieradv: don't send num_tcs_input_cp to sgprs.
2018-02-21 Dave Airlieradv/tess: don't need to look in constant for vertices_...
2018-02-21 Dave Airlieac/radv: cleanup some tcs output values access
2018-02-21 Dave Airlieac/radv: remove total_vertices variable
2018-02-21 Dave Airlieac/radv: don't mark tess inner as used if we don't...
2018-02-20 Dave Airlieac/nir: to integer the args to bcsel.
2018-02-20 Samuel Pitoisetac/nir: move ac_declare_lds_as_pointer() outside of...
2018-02-20 Samuel Pitoisetradv: allow to force family using RADV_FORCE_FAMILY
2018-02-19 Samuel Pitoisetradv: compact varyings after removing unused ones
2018-02-17 Marek Olšákradeonsi: implement 32-bit pointers in user data SGPRs...
2018-02-17 Marek Olšákac: query high bits of 32-bit address space
2018-02-15 Bas Nieuwenhuizenradv: Always lower indirect derefs after nir_lower_glob...
2018-02-15 Samuel Pitoisetac/nir: do not reserve user SGPRs for unused descriptor...
2018-02-15 Samuel Pitoisetac/shader: fix gathering of desc_set_used_mask
next