v3d: Fix atomic cmpxchg in shaders on hardware.
[mesa.git] / src / amd /
2019-04-17 Samuel Pitoisetac: use struct/raw store intrinsics for 8-bit/16-bit...
2019-04-17 Samuel Pitoisetac: use struct/raw load intrinsics for 8-bit/16-bit...
2019-04-17 Samuel Pitoisetac: add support for more types with struct/raw LLVM...
2019-04-17 Samuel Pitoisetradv: add VK_KHR_shader_atomic_int64 but disable it...
2019-04-17 Samuel Pitoisetac/nir: add 64-bit SSBO atomic operations support
2019-04-17 Samuel Pitoisetac/nir: use new LLVM 8 intrinsics for SSBO atomics...
2019-04-16 Tapani Pällicompiler/glsl: handle case where we have multiple users...
2019-04-16 Samuel Pitoisetradv: sort the shader capabilities alphabetically
2019-04-16 Samuel Pitoisetradv: enable shaderInt8 on SI and CIK
2019-04-15 Dylan BakerDelete autotools
2019-04-15 Samuel Pitoisetradv: set ACCESS_NON_READABLE on stores for copy/fill...
2019-04-15 Bas Nieuwenhuizenradv: Use local buffers for the global bo list.
2019-04-15 Bas Nieuwenhuizenac: Move has_local_buffers disable to radeonsi.
2019-04-15 Bas Nieuwenhuizenradv: Add bolist RADV_PERFTEST flag.
2019-04-15 Marek Olšákac: fix incorrect bindless atomic code in visit_image_a...
2019-04-15 Rhys Perrynir,ac/nir: fix cube_face_coord
2019-04-15 Samuel Pitoisetradv: enable VK_KHR_shader_float16_int8
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-14 Karol Herbstradv: use nir constant helpers
2019-04-14 Karol Herbstamd/nir: some cleanups
2019-04-12 Marek Olšákac: use the common helper ac_apply_fmask_to_sample
2019-04-12 Marek Olšákradeonsi: set AC_FUNC_ATTR_READNONE for image opcodes...
2019-04-12 Samuel Pitoisetac/nir: remove some useless integer casts for ALU opera...
2019-04-12 Samuel Pitoisetac/nir: remove useless integer cast in visit_image_load()
2019-04-12 Samuel Pitoisetac/nir: remove useless integer cast in adjust_sample_in...
2019-04-12 Samuel Pitoisetac/nir: remove useles LLVMGetUndef for nir_op_pack_64_2...
2019-04-12 Samuel Pitoisetac: add ac_build_load_helper_invocation() helper
2019-04-12 Samuel Pitoisetac: add ac_build_ddxy_interp() helper
2019-04-12 Samuel Pitoisetac: add ac_build_umax() and use it where possible
2019-04-12 Samuel Pitoisetac/nir: make use of ac_build_umin() where possible
2019-04-12 Samuel Pitoisetac/nir: make use of ac_build_imin() where possible
2019-04-12 Samuel Pitoisetac/nir: make use of ac_build_imax() where possible
2019-04-12 Timothy Arceriac/nir_to_llvm: add image bindless support
2019-04-12 Timothy Arceriac/nir_to_llvm: make get_sampler_desc() more generic...
2019-04-12 Karol Herbstglsl_to_nir: handle bindless textures
2019-04-10 Samuel Pitoisetradv: enable VK_AMD_gpu_shader_half_float
2019-04-10 Rhys Perryac: add 16-bit support to ac_build_ddxy()
2019-04-10 Samuel Pitoisetac/nir: fix nir_op_b2f16
2019-04-10 Bas Nieuwenhuizenradv: Add non-uniform indexing lowering.
2019-04-09 Timothy Arcerinir/radv: remove restrictions on opt_if_loop_last_conti...
2019-04-08 Samuel Pitoisetradv: fix getting the vertex strides if the bindings...
2019-04-08 Samuel Pitoisetac/nir: fix intrinsic names for atomic operations with...
2019-04-04 Eric Engestromsimplify LLVM version string printing
2019-04-04 Marek Olšákradeonsi: enable displayable DCC on Ravens
2019-04-04 Marek Olšákradeonsi: add support for displayable DCC for multi...
2019-04-04 Marek Olšákradeonsi: add support for displayable DCC for 1 RB...
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...
next