summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2017-05-05radv: enable POLARIS12 support.Dave Airlie4-0/+8
2017-05-05radeonsi: drop support for LLVM 3.8Marek Olšák2-133/+53
2017-05-05radeonsi: stop using v16i8Marek Olšák1-1/+1
2017-05-05radeonsi/gfx9: make some PA & DB registers match the closed Vulkan driverMarek Olšák1-0/+4
2017-05-05radv: don't advertise transfer props unless we can do anything elseDave Airlie1-2/+2
2017-05-04radv: Don't use FLAT_SHADE for constants.Bas Nieuwenhuizen1-4/+4
2017-05-03radv: don't leak DRM devicesGrazvydas Ignotas1-1/+3
2017-05-03radv: fix possible stack corruptionGrazvydas Ignotas1-1/+1
2017-05-03ac: eliminate duplicated VS exportsMarek Olšák1-2/+79
2017-05-03ac: rename ac_eliminate_const_vs_outputs -> ac_optimize_vs_outputsMarek Olšák3-15/+15
2017-05-03ac: first parse VS exports before eliminating constant onesMarek Olšák1-24/+58
2017-05-03radv/ac: canonicalize the output for 32-bit float min/max.Dave Airlie1-0/+8
2017-05-03radv: flush f32->f16 conversion denormals to zero. (v2)Dave Airlie2-4/+41
2017-05-03radv: Add userspace fence buffer per context.Bas Nieuwenhuizen4-37/+44
2017-05-03radv: enable lower_sub to fix loop unrolling.Dave Airlie1-0/+1
2017-05-03radv: Don't set dynamic state for pipelines with rasterizer dicard.Bas Nieuwenhuizen1-6/+9
2017-05-03radv: flush more stages when semaphore are waiting.Dave Airlie2-3/+23
2017-05-03radv: fix stencil only clears.Dave Airlie1-0/+3
2017-05-03radv/wsi: report presentation error per image requestDave Airlie1-6/+13
2017-05-03radv: minor pahole related improvements.Dave Airlie3-5/+5
2017-05-03radv/image: resize some surface members.Dave Airlie1-3/+3
2017-05-03radv: drop unused surface level members.Dave Airlie2-6/+0
2017-05-03radv/image: drop blk_dDave Airlie3-3/+1
2017-05-03radv: remove some members of radeon surface.Dave Airlie4-48/+40
2017-05-03radv: move some image info into a separate struct.Dave Airlie13-80/+90
2017-05-03radv: provide a helper for comparing an image extents.Dave Airlie2-2/+11
2017-05-02radv: Use correct stage for ready bit.Bas Nieuwenhuizen1-9/+24
2017-05-02radv: Add top of pipe timestamp queries.Bas Nieuwenhuizen2-12/+27
2017-05-02radv: Add NIR loop unrolling.Bas Nieuwenhuizen1-0/+10
2017-04-28ac: automake: sort sources list alphabeticallyEmil Velikov1-3/+3
2017-04-28ac: include all sources in the tarballEmil Velikov1-0/+1
2017-04-27radeon/ac: remove assert causing regressionDave Airlie1-1/+0
2017-04-27radeon/ac: fix build on llvm 3.8.1Dave Airlie1-0/+1
2017-04-27radv/ac: eliminate unused vertex shader outputs. (v2)Dave Airlie3-21/+45
2017-04-27radeonsi/ac: move vertex export remove to common code.Dave Airlie5-1/+221
2017-04-27radv: fix regression in descriptor set freeing.Dave Airlie1-1/+1
2017-04-26radv: Enable userspace fence checking.Bas Nieuwenhuizen3-3/+36
2017-04-25radv/ac: setup mrt exports then export them in one go. (v2)Dave Airlie1-15/+19
2017-04-25radv/ac: overhaul vs output/ps input routingDave Airlie3-37/+55
2017-04-25radv/ac: move point coord after layer/viewport.Dave Airlie1-6/+7
2017-04-24android: radv/ac: Fix nir.h includeMauro Rossi1-0/+2
2017-04-24radv/ac: copy llvm machine feature flags from radeonsi.Dave Airlie1-1/+1
2017-04-23radv: Enable lowering fdiv in nir.Bas Nieuwenhuizen1-0/+1
2017-04-22radv: Use the correct pipeline for dispatches.Bas Nieuwenhuizen1-3/+3
2017-04-21radv: Prefetch compute shader too.Bas Nieuwenhuizen1-0/+1
2017-04-20radv/ac: use tex_lz if we can.Dave Airlie1-6/+16
2017-04-20ac: fix build after LLVM 5.0 SVN r300718Christoph Haag1-0/+4
2017-04-20radv: Set variant code_size when created from the cache.Bas Nieuwenhuizen1-0/+1
2017-04-19radv: Add shader prefetch.Bas Nieuwenhuizen3-0/+18
2017-04-19radv: Remove binding buffer count.Bas Nieuwenhuizen3-13/+10