summaryrefslogtreecommitdiffstats
path: root/src/amd/common
Commit message (Expand)AuthorAgeFilesLines
* radv: handle multi-component shared load/stores.Dave Airlie2016-12-261-12/+29
* radv: fix dual source blendingFredrik Höglund2016-12-221-2/+2
* radeonsi: add Polaris12 support (v3)Junwei Zhang2016-12-212-0/+5
* radv: Use RELEASE_MEM packet for MEC timestamp query.Bas Nieuwenhuizen2016-12-181-0/+1
* treewide: s/comparitor/comparator/Ilia Mirkin2016-12-121-5/+5
* radv/ac: some fix maybe-uninitialized warningsGrazvydas Ignotas2016-12-101-1/+4
* radv/ac: no need to pass nir to the post outputs handlingDave Airlie2016-12-081-9/+6
* radv: fix warnings in ubo load code.Dave Airlie2016-12-081-3/+0
* radv/ac: pass a mask of array params not a number.Dave Airlie2016-12-081-5/+6
* radv/ac: don't pass nir to create_functionDave Airlie2016-12-081-7/+6
* radv/ac: use build_gep0 instead of opencoding it.Dave Airlie2016-12-081-9/+5
* radv: make push constants optionalDave Airlie2016-12-071-5/+17
* radv: only emit descriptor sgprs when neededDave Airlie2016-12-071-25/+26
* radv: move userdata sgpr ownership to compiler side.Dave Airlie2016-12-072-18/+82
* ac/nir: Only use the first component for SSBO atomics.Bas Nieuwenhuizen2016-12-051-2/+2
* radv: fix another regression since shadow fixes.Dave Airlie2016-12-051-1/+1
* radeonsi: document a CP DMA bug that doesn't need a workaround yetMarek Olšák2016-12-011-1/+5
* ac/nir: Fix out of bounds array access.Bas Nieuwenhuizen2016-11-301-1/+1
* radv: force persample shading when required.Dave Airlie2016-11-292-3/+15
* ac/nir: Fix accessing an unitialized value.Bas Nieuwenhuizen2016-11-291-1/+2
* radv: Use different intrinsic for ubo loads.Bas Nieuwenhuizen2016-11-291-1/+29
* radv: brown-paper bag for a forgotten else.Dave Airlie2016-11-281-1/+1
* radv/ac/llvm: fix regression with shadow samplers fixDave Airlie2016-11-281-3/+3
* radv/ac/llvm: shadow samplers only return one value.Dave Airlie2016-11-271-1/+3
* radv: fix texel fetch offset with 2d arrays.Dave Airlie2016-11-241-3/+4
* radv: add support for anisotropic filtering on SI-CIFredrik Höglund2016-11-241-0/+31
* radv: fix sample id loadingDave Airlie2016-11-221-1/+18
* radv/ac: add implementation of load_sample_pos intrinsic.Dave Airlie2016-11-221-0/+12
* radv/ac: cleanup ddxy emissionDave Airlie2016-11-221-93/+43
* radv: spir-v allows texture size query with and without lod.Dave Airlie2016-11-211-1/+4
* ac/nir/llvm: fix channel in texture gather lowering code.Dave Airlie2016-11-161-1/+1
* amd: flatten amd/common makefile structureMauro Rossi2016-11-152-88/+0
* ac/nir/llvm: Fix setting function attributes for intrinsicsDaniel Scharrer2016-11-111-1/+5
* radv: fix texturesamples to handle single sample caseDave Airlie2016-11-111-2/+10
* radv: fixup botched llvm API changes.Dave Airlie2016-11-101-4/+3
* ac/nir/llvm: adopt to new LLVM attribute API.Dave Airlie2016-11-101-36/+108
* ac/nir: add support for discard_if intrinsic (v2)Dave Airlie2016-11-101-0/+21
* radv: emit correct last export when Z/stencil export is enabledDave Airlie2016-11-091-3/+5
* amd/common: add ac_is_sgpr_param helperNicolai Hähnle2016-11-032-0/+12
* amd/common: build also for gallium driversNicolai Hähnle2016-11-032-1/+9
* amd/common: move llvm helper prototype to ac_llvm_util.hNicolai Hähnle2016-11-034-7/+13
* amd: fix a typo in PIXEL_PIPE_STAT_RESET definitionMarek Olšák2016-11-011-1/+1
* radv/ac/llvm: trim texture return valuesDave Airlie2016-10-271-1/+2
* gallium/radeon: fix a ZPASS comment, EVENT_WRITE_EOP fixupsMarek Olšák2016-10-261-1/+1
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-261-2/+2
* radv: use emit_icmp for samples_identicalDave Airlie2016-10-201-1/+1
* radv: fix samples_identical return value.Dave Airlie2016-10-191-0/+3
* radv: fix fmask ptr issueDave Airlie2016-10-191-4/+18
* radv: start using defines for the user sgpr offsetsDave Airlie2016-10-192-2/+22
* radv: Use new image load/store intrinsic signatures v2Tom Stellard2016-10-141-25/+108