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