amd/addrlib: fix uninitialized values for Addr2ComputeDccAddrFromCoord
[mesa.git] / src / amd /
2019-04-04 Marek Olšákamd/addrlib: fix uninitialized values for Addr2ComputeD...
2019-04-01 Samuel Pitoisetradv: partially enable VK_KHR_shader_float16_int8
2019-04-01 Samuel Pitoisetac: add 8-bit and 64-bit support to ac_build_bitfield_r...
2019-04-01 Samuel Pitoisetac: add 8-bit support to ac_build_umsb()
2019-04-01 Samuel Pitoisetac: add 8-bit support to ac_find_lsb()
2019-04-01 Samuel Pitoisetac: add 8-bit support to ac_build_bit_count()
2019-04-01 Samuel Pitoisetac/nir: add support for nir_op_b2i8
2019-04-01 Rhys Perryradv: lower 16-bit flrp
2019-04-01 Samuel Pitoisetac: fix ac_build_umsb() for 16-bit integer type
2019-04-01 Samuel Pitoisetac: fix ac_find_lsb() for 16-bit integer type
2019-04-01 Samuel Pitoisetac: fix ac_build_bitfield_reverse() for 16-bit integer...
2019-04-01 Samuel Pitoisetac: fix ac_build_bit_count() for 16-bit integer type
2019-04-01 Samuel Pitoisetac/nir: fix nir_op_b2i16
2019-03-29 Timothy ArceriRevert "ac/nir: use new LLVM 8 intrinsics for SSBO...
2019-03-29 Samuel Pitoisetac: fix return type for llvm.amdgcn.frexp.exp.i32.64
2019-03-29 Samuel Pitoisetradv: do not always initialize HTILE in compressed...
2019-03-28 Samuel Pitoisetradv: skip updating depth/color metadata for conditiona...
2019-03-28 Samuel Pitoisetradv: enable VK_AMD_gpu_shader_int16
2019-03-28 Samuel Pitoisetradv: do not lower frexp_exp and frexp_sig
2019-03-28 Samuel Pitoisetac: add ac_build_frex_exp() helper ans 16-bit/32-bit...
2019-03-28 Samuel Pitoisetac: add ac_build_frexp_mant() helper and 16-bit/32...
2019-03-27 Jason EkstrandRevert "anv/radv: release memory allocated by glsl...
2019-03-27 Samuel Pitoisetac: use llvm.amdgcn.fmed3 intrinsic for nir_op_fmed3
2019-03-26 Nicolai Hähnleamd/surface: provide firstMipIdInTail for metadata...
2019-03-26 Bas Nieuwenhuizenac/nir: Return frag_coord as integer.
2019-03-25 Samuel Iglesias... radv: write availability status vkGetQueryPoolResults...
2019-03-25 Samuel Iglesias... radv: don't overwrite results in VkGetQueryPoolResults...
2019-03-22 Samuel Pitoisetspirv,nir: lower frexp_exp/frexp_sig inside a new NIR...
2019-03-22 Rhys Perryac/nir: implement 16-bit pack/unpack opcodes
2019-03-22 Józef Kuciaradv: Fix driverUUID
2019-03-21 Samuel Pitoisetac: fix incorrect argument type for tbuffer.{load,store...
2019-03-21 Samuel Pitoisetac: fix 16-bit shifts
2019-03-21 Samuel Pitoisetac: add 16-bit support to fract
2019-03-21 Samuel Pitoisetac: add 16-bit support fo fsign
2019-03-21 Samuel Pitoisetac: add f16_0 and f16_1 constants
2019-03-21 Samuel Pitoisetradv: add missing initializations since VK_EXT_pipeline...
2019-03-21 Rhys Perryradv: enable VK_KHR_8bit_storage
2019-03-21 Rhys Perryac/nir: implement 8-bit conversions
2019-03-21 Rhys Perryac/nir: add 8-bit types to glsl_base_to_llvm_type
2019-03-21 Rhys Perryac/nir: implement 8-bit ssbo stores
2019-03-21 Samuel Pitoisetac: add ac_build_tbuffer_store_byte() helper
2019-03-21 Rhys Perryac/nir: implement 8-bit push constant, ssbo and ubo...
2019-03-21 Samuel Pitoisetac: add ac_build_tbuffer_load_byte() helper
2019-03-21 Samuel Pitoisetac: add various int8 definitions
2019-03-21 Tapani Pällianv/radv: release memory allocated by glsl types during...
2019-03-21 Jason Ekstrandanv,radv,turnip: Lower TG4 offsets with nir_lower_tex
2019-03-20 Bas Nieuwenhuizenradv: Implement VK_EXT_pipeline_creation_feedback.
2019-03-20 Samuel Pitoisetac: use new LLVM 8 intrinsics in ac_build_buffer_store_...
2019-03-20 Samuel Pitoisetac: use new LLVM 8 intrinsic when storing 16-bit values
2019-03-20 Samuel Pitoisetac: add ac_build_{struct,raw}_tbuffer_store() helpers
2019-03-20 Samuel Pitoisetac: use new LLVM 8 intrinsics in ac_build_buffer_load()
2019-03-20 Samuel Pitoisetac/nir: use ac_build_buffer_store_dword() for SSBO...
2019-03-20 Samuel Pitoisetac/nir: use ac_build_buffer_load() for SSBO load operations
2019-03-20 Samuel Pitoisetac/nir: use new LLVM 8 intrinsics for SSBO atomic opera...
2019-03-20 Samuel Pitoisetac/nir: remove one useless check in visit_store_ssbo()
2019-03-20 Samuel Pitoisetac: add ac_build_buffer_store_format() helper
2019-03-20 Samuel Pitoisetac/nir: set attrib flags for SSBO and image store opera...
2019-03-20 Samuel Pitoisetac: make use of ac_get_store_intr_attribs() where possible
2019-03-20 Samuel Pitoisetradv: fix binding transform feedback buffers
2019-03-20 Samuel Pitoisetac: use llvm.amdgcn.fract intrinsic for nir_op_ffract
2019-03-18 Bas Nieuwenhuizenradv: Use correct image view comparison for fast clears.
2019-03-18 Jason Ekstrandanv,radv: Implement VK_KHR_surface_capability_protected
2019-03-18 Bas Nieuwenhuizenradv: Implement VK_EXT_host_query_reset.
2019-03-18 Bas Nieuwenhuizenradv: Allow fast clears with concurrent queue mask...
2019-03-17 Timothy Arceriac/nir_to_llvm: add assert to emit_bcsel()
2019-03-16 Bas Nieuwenhuizenturnip: Deconflict vk_format_table regeneration
2019-03-15 Samuel Pitoisetradv: always load 3 channels for formats that need...
2019-03-14 Samuel Pitoisetradv: always initialize HTILE when the src layout is...
2019-03-13 Samuel Pitoisetac: use the raw tbuffer version for 16-bit SSBO loads
2019-03-13 Samuel Pitoisetac: add ac_build_{struct,raw}_tbuffer_load() helpers
2019-03-13 Samuel Pitoisetradv: use typed buffer loads for vertex input fetches
2019-03-13 Samuel Pitoisetradv: store more vertex attribute infos as pipeline...
2019-03-13 Samuel Pitoisetac: rework typed buffers loads for LLVM 7
2019-03-12 Samuel Pitoisetradv: set the maximum number of IBs per submit to 192
2019-03-12 Rhys Perryac/nir: fix 16-bit ssbo stores
2019-03-12 Samuel Pitoisetradv: fix pointSizeRange limits
2019-03-08 Alejandro Piñeironir/xfb: adding varyings on nir_xfb_info and gather_info
2019-03-08 Samuel PitoisetRevert "radv: execute external subpass barriers after...
2019-03-06 Samuel Pitoisetradv: enable lower_mul_2x32_64
2019-03-06 Lionel Landwerlinradv: set num_components on vulkan_resource_index intrinsic
2019-03-06 Timothy Arcerinir: rename glsl_type_is_struct() -> glsl_type_is_struc...
2019-03-06 Timothy Arceriglsl: rename record_location_offset() -> struct_locatio...
2019-03-05 Samuel Pitoisetradv: properly align the fence and EOP bug VA on GFX9
2019-03-05 Samuel Pitoisetradv: allocate enough space in cmdbuf when starting...
2019-03-05 Eric Engestromradv: use the platform defines in vk.xml instead of...
2019-03-04 Samuel Pitoisetrav: use 32_AR instead of 32_ABGR when alpha coverage...
2019-02-26 Bas Nieuwenhuizenradv: Interpolate less aggressively.
2019-02-26 Samuel Pitoisetradv: don't copy buffer descriptors list for samplers
2019-02-26 Samuel Pitoisetradv: fix out-of-bounds access when copying descriptors...
2019-02-25 Samuel Pitoisetradv: fix clearing attachments in secondary command...
2019-02-22 Bas Nieuwenhuizenradv: Allow interpolation on non-float types.
2019-02-22 Bas Nieuwenhuizenradv: Fix float16 interpolation set up.
2019-02-20 Bas Nieuwenhuizenradv: Disable depth clamping even without EXT_depth_ran...
2019-02-20 Bas Nieuwenhuizenradv: Implement VK_EXT_depth_clip_enable.
2019-02-20 Bas Nieuwenhuizenradv: Handle clip+cull distances more generally as...
2019-02-20 Bas Nieuwenhuizenradv: Clean up a bunch of compiler warnings.
2019-02-20 Bas Nieuwenhuizenradv: Sync ETC2 whitelisted devices.
2019-02-19 Kenneth Graunkeradeonsi: Go back to using llvm.pow intrinsic for nir_o...
2019-02-19 Rhys Perryac/nir: implement half-float nir_op_ldexp
2019-02-19 Rhys Perryac/nir: implement half-float nir_op_frsq
next