summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2017-06-28ac/nir: remove last remnants of v16i8Dave Airlie3-9/+3
2017-06-28ac/nir: Use correct LLVM intrinsics for atomic ops on imageBuffersAlex Smith1-29/+34
2017-06-28ac/nir: assert printfs will fitJames Legg1-5/+12
2017-06-28ac/nir: Make intrinsic_name buffer long enoughJames Legg1-1/+1
2017-06-27ac/nir: convert emit helpers to ac_llvm_contextNicolai Hähnle1-117/+118
2017-06-27ac/nir: remove unused nir_to_llvm_context::has_ddxyNicolai Hähnle1-2/+0
2017-06-27ac/nir: implement nir_op_f2bNicolai Hähnle1-0/+12
2017-06-27ac/nir: implement nir_op_{b2i,i2b}Nicolai Hähnle1-0/+20
2017-06-27ac/nir: convert type helpers to ac_llvm_contextNicolai Hähnle1-95/+95
2017-06-27ac/llvm: fix type of second llvm.cttz.* parameterNicolai Hähnle1-1/+1
2017-06-27ac/shader_info: fix a commentNicolai Hähnle1-2/+6
2017-06-27ac: add ac_llvm_context::v8i32Nicolai Hähnle2-0/+2
2017-06-27ac: add ac_llvm_context::{i,f}32_{0,1}Nicolai Hähnle2-0/+10
2017-06-27ac: add ac_llvm_context::{i16, i64, f16, f64}Nicolai Hähnle2-0/+8
2017-06-26radv: use Mesa's u_atomic.h headerEric Engestrom2-4/+6
2017-06-26radv/meta: don't need vertex info for resolve shader.Dave Airlie1-18/+2
2017-06-26radv: Remove unused args of radv_image_view_init.Bas Nieuwenhuizen11-55/+23
2017-06-26radv: Use correct image layout for blit based copies.Bas Nieuwenhuizen1-10/+10
2017-06-26radv: handle primitive id input into fragment shader with no geom shaderDave Airlie6-13/+65
2017-06-26radv: compile fragment shader first.Dave Airlie1-27/+27
2017-06-26radv: set prim_id for geometry shadersDave Airlie3-2/+9
2017-06-26radv: set use_prim_id for tess shaders correctly.Dave Airlie1-3/+5
2017-06-19radeonsi/gfx9: fix TC-compatible stencil compressionMarek Olšák1-2/+2
2017-06-19ac/sid.h: don't use parentheses in PKT3_RELEASE_MEM definitionMarek Olšák1-1/+1
2017-06-19ac: parse EVENT_WRITE_EOP, RELEASE_MEM, WAIT_REG_MEM, NOWHEREMarek Olšák2-0/+47
2017-06-19amd/common: fix off-by-one in sid_tables.pyNicolai Hähnle1-1/+1
2017-06-17android: ac: add missing libdrm_amdgpu shared dependencyMauro Rossi1-0/+3
2017-06-17ac: resolve conflicts introduced with "ac: remove amdgpu.h dependency"Emil Velikov1-1/+3
2017-06-16Revert "amd/common: add missing libdrm include path"Emil Velikov1-1/+0
2017-06-16ac: remove amdgpu.h dependencyEmil Velikov2-2/+6
2017-06-13ac/gpu: drop duplicated code line.Dave Airlie1-1/+0
2017-06-13radv: move assert down in radv_bind_descriptor_setDave Airlie1-2/+2
2017-06-13radv: return correct error on invalid handle from vkAllocateMemoryDave Airlie1-2/+3
2017-06-11radv: fix trace dumping for !use_ib_bosGrazvydas Ignotas1-3/+11
2017-06-11radv: don't even attempt to prefetch on SIGrazvydas Ignotas1-7/+16
2017-06-11radv: assert on CP_DMA_USE_L2 for SIGrazvydas Ignotas1-0/+1
2017-06-09radv: set fmask state to all 0s when no fmask. (v2)Dave Airlie1-1/+2
2017-06-09radv: introduce perf test env var and allow to enable chainingDave Airlie7-4/+20
2017-06-08ac/nir: remove another unused variableGrazvydas Ignotas1-1/+0
2017-06-08radv/meta: remove an unused variableGrazvydas Ignotas1-1/+0
2017-06-08ac/nir: convert several ifs to a switchGrazvydas Ignotas1-9/+11
2017-06-08ac/nir: mark some arguments constGrazvydas Ignotas1-30/+31
2017-06-07ac/nir: move gpr counting inside argument handling.Dave Airlie1-10/+12
2017-06-07ac/nir: assign argument param pointers in one place.Dave Airlie1-187/+152
2017-06-07ac/nir: consolidate setting userdata locationDave Airlie1-28/+17
2017-06-07radv: move chip_class extraction down further.Dave Airlie1-1/+2
2017-06-07radv: move lots of index related things into the bind.Dave Airlie2-19/+14
2017-06-07radv: move calculating the vertex sgpr to the pipeline.Dave Airlie3-41/+34
2017-06-07radv: rename and make global some functions.Dave Airlie2-12/+17
2017-06-07tree-wide: remove trailing backslashEric Engestrom1-1/+1