summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: Use local buffers for the global bo list.Bas Nieuwenhuizen2019-04-153-2/+8
* ac: Move has_local_buffers disable to radeonsi.Bas Nieuwenhuizen2019-04-151-3/+1
* radv: Add bolist RADV_PERFTEST flag.Bas Nieuwenhuizen2019-04-152-0/+3
* ac: fix incorrect bindless atomic code in visit_image_atomicMarek Olšák2019-04-151-3/+3
* nir,ac/nir: fix cube_face_coordRhys Perry2019-04-151-2/+9
* radv: enable VK_KHR_shader_float16_int8Samuel Pitoiset2019-04-152-1/+2
* nir: make nir_const_value scalarKarol Herbst2019-04-141-4/+4
* radv: use nir constant helpersKarol Herbst2019-04-142-20/+10
* amd/nir: some cleanupsKarol Herbst2019-04-141-20/+9
* ac: use the common helper ac_apply_fmask_to_sampleMarek Olšák2019-04-121-64/+5
* radeonsi: set AC_FUNC_ATTR_READNONE for image opcodes where it was missingMarek Olšák2019-04-121-0/+1
* ac/nir: remove some useless integer casts for ALU operationsSamuel Pitoiset2019-04-121-16/+0
* ac/nir: remove useless integer cast in visit_image_load()Samuel Pitoiset2019-04-121-1/+1
* ac/nir: remove useless integer cast in adjust_sample_index_using_fmask()Samuel Pitoiset2019-04-121-1/+0
* ac/nir: remove useles LLVMGetUndef for nir_op_pack_64_2x32_splitSamuel Pitoiset2019-04-121-2/+1
* ac: add ac_build_load_helper_invocation() helperSamuel Pitoiset2019-04-123-12/+14
* ac: add ac_build_ddxy_interp() helperSamuel Pitoiset2019-04-123-22/+24
* ac: add ac_build_umax() and use it where possibleSamuel Pitoiset2019-04-123-15/+13
* ac/nir: make use of ac_build_umin() where possibleSamuel Pitoiset2019-04-121-5/+5
* ac/nir: make use of ac_build_imin() where possibleSamuel Pitoiset2019-04-121-5/+5
* ac/nir: make use of ac_build_imax() where possibleSamuel Pitoiset2019-04-121-7/+6
* ac/nir_to_llvm: add image bindless supportTimothy Arceri2019-04-121-57/+153
* ac/nir_to_llvm: make get_sampler_desc() more generic and pass it the image in...Timothy Arceri2019-04-121-18/+21
* glsl_to_nir: handle bindless texturesKarol Herbst2019-04-121-2/+10
* radv: enable VK_AMD_gpu_shader_half_floatSamuel Pitoiset2019-04-101-0/+1
* ac: add 16-bit support to ac_build_ddxy()Rhys Perry2019-04-101-5/+17
* ac/nir: fix nir_op_b2f16Samuel Pitoiset2019-04-101-3/+9
* radv: Add non-uniform indexing lowering.Bas Nieuwenhuizen2019-04-102-7/+12
* nir/radv: remove restrictions on opt_if_loop_last_continue()Timothy Arceri2019-04-091-1/+1
* radv: fix getting the vertex strides if the bindings aren't contiguousSamuel Pitoiset2019-04-081-1/+15
* ac/nir: fix intrinsic names for atomic operations with LLVM 9+Samuel Pitoiset2019-04-081-11/+21
* simplify LLVM version string printingEric Engestrom2019-04-042-15/+6
* radeonsi: enable displayable DCC on RavensMarek Olšák2019-04-042-0/+12
* radeonsi: add support for displayable DCC for multi-RB chipsMarek Olšák2019-04-044-10/+134
* radeonsi: add support for displayable DCC for 1 RB chipsMarek Olšák2019-04-044-3/+29
* amd/addrlib: fix uninitialized values for Addr2ComputeDccAddrFromCoordMarek Olšák2019-04-041-0/+2
* radv: partially enable VK_KHR_shader_float16_int8Samuel Pitoiset2019-04-013-0/+10
* ac: add 8-bit and 64-bit support to ac_build_bitfield_reverse()Samuel Pitoiset2019-04-011-0/+14
* ac: add 8-bit support to ac_build_umsb()Samuel Pitoiset2019-04-011-1/+7
* ac: add 8-bit support to ac_find_lsb()Samuel Pitoiset2019-04-011-1/+6
* ac: add 8-bit support to ac_build_bit_count()Samuel Pitoiset2019-04-011-0/+7
* ac/nir: add support for nir_op_b2i8Samuel Pitoiset2019-04-011-0/+3
* radv: lower 16-bit flrpRhys Perry2019-04-011-0/+1
* ac: fix ac_build_umsb() for 16-bit integer typeSamuel Pitoiset2019-04-011-1/+6
* ac: fix ac_find_lsb() for 16-bit integer typeSamuel Pitoiset2019-04-011-0/+2
* ac: fix ac_build_bitfield_reverse() for 16-bit integer typeSamuel Pitoiset2019-04-011-0/+2
* ac: fix ac_build_bit_count() for 16-bit integer typeSamuel Pitoiset2019-04-011-0/+2
* ac/nir: fix nir_op_b2i16Samuel Pitoiset2019-04-011-3/+9
* Revert "ac/nir: use new LLVM 8 intrinsics for SSBO atomic operations"Timothy Arceri2019-03-291-42/+24
* ac: fix return type for llvm.amdgcn.frexp.exp.i32.64Samuel Pitoiset2019-03-291-1/+1