summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2017-05-12radv: enable POLARIS12 support.Dave Airlie3-0/+7
2017-05-12radv/wsi: report presentation error per image requestDave Airlie1-7/+14
2017-04-26radv: report timestampPeriod correctlyGrazvydas Ignotas2-2/+2
2017-04-12radv: Invalidate L2 for TRANSFER_WRITE barriersAlex Smith1-1/+2
2017-03-29radv: flush DB cache before and after HTILE decompress.Bas Nieuwenhuizen1-0/+6
2017-03-29radv: fix primitive reset index emissionDave Airlie1-1/+1
2017-03-17Revert "radv: Emit cache flushes before CP DMA."Bas Nieuwenhuizen1-3/+0
2017-03-17radv/ac: Fix shared memory offset calculationAlex Smith1-1/+1
2017-03-17radv: Fix using more than 4 bound descriptor setsJames Legg1-1/+3
2017-03-16radv: Flush before copying with PKT3_WRITE_DATA in CmdUpdateBufferAlex Smith1-0/+2
2017-03-16radv: Emit cache flushes before CP DMA.Bas Nieuwenhuizen1-0/+3
2017-03-16radv: setup llvm target data layoutDave Airlie1-0/+7
2017-03-16radv: disable mip point pre clamping.Dave Airlie1-1/+1
2017-03-16radv/ac: fix multiple descriptor sets with dynamic buffersFredrik Höglund1-3/+5
2017-03-16radv: fix the dynamic buffer index in vkCmdBindDescriptorSetsFredrik Höglund1-1/+1
2017-03-16radv: Disable HTILE for textures with multiple layers/levels.Bas Nieuwenhuizen1-0/+3
2017-03-16radv: Emit pending flushes before executing a secondary command bufferAlex Smith1-0/+3
2017-03-16radv: drop Z24 support.Dave Airlie1-3/+0
2017-03-01radv: fix txs for sampler buffersDave Airlie1-1/+1
2017-03-01amd/common: fix ASICREV_IS_POLARIS11_M for Polaris12Marek Olšák1-1/+1
2017-03-01radv: fix depth format in blit2d.Dave Airlie1-2/+5
2017-03-01radv: Use correct size for availability flag.Bas Nieuwenhuizen1-2/+5
2017-03-01radv: Only use PKT3_OCCLUSION_QUERY when it doesn't hang.Bas Nieuwenhuizen1-20/+45
2017-03-01radv: Reset emitted compute pipeline when calling secondary cmd buffer.Bas Nieuwenhuizen1-0/+1
2017-03-01radv: Never try to create more than max_sets descriptor sets.Bas Nieuwenhuizen2-2/+6
2017-02-23radv: adopt some init config workarounds from radeonsi.Dave Airlie1-2/+9
2017-02-23radv: fix cik macroModeIndex.Dave Airlie1-0/+14
2017-02-23radv: change base aligmment for allocated memory.Dave Airlie1-1/+1
2017-02-10radv: pass FMASK alignment to applicationDave Airlie1-0/+1
2017-02-10radv: Pass DCC alignment to application.Bas Nieuwenhuizen1-0/+1
2017-02-10radv: Pass CMASK alignment to application.Bas Nieuwenhuizen1-0/+1
2017-02-10radv/ac: avoid the fmask path when doing txs.Dave Airlie1-1/+2
2017-02-10radv: fix shared memory load/stores.Dave Airlie1-0/+6
2017-02-08radv/ac: correctly size shared memory usage.Dave Airlie1-1/+1
2017-02-03android: fix llvm, elf dependencies for M, N releasesMauro Rossi1-1/+1
2017-02-03radv/ac: apply slice rounding to 1d arrays as well.Dave Airlie1-5/+15
2017-02-03radv/ac: implement txs for buffer textures.Dave Airlie1-0/+5
2017-02-03radv/ac: handle nir irem opcode.Dave Airlie1-0/+3
2017-02-03radv/ac: fix multisample subpass image.Dave Airlie1-5/+6
2017-02-03radv: handle transfer_write as a dst flag.Dave Airlie1-0/+1
2017-02-03radv/ac: Use base in push constant loads.Bas Nieuwenhuizen1-2/+5
2017-02-03radv: automake: Don't install vk_platform.h or vulkan.h.Emil Velikov1-3/+1
2017-02-03radv: program a default point size.Dave Airlie1-1/+2
2017-01-24radv: don't resubmit the same cs over and over while tracingGrazvydas Ignotas1-2/+1
2017-01-20radv: fix include order for installed headers v2Andres Rodriguez1-4/+4
2017-01-18android: ac/debug: move sid_tables.h generation and IB decode to amd/commonMauro Rossi1-1/+15
2017-01-18android: amd/common: fix LLVMInitializeAMDGPU* functions declarationMauro Rossi1-0/+2
2017-01-18radv: disable vertex reuse when writing viewport indexDave Airlie1-0/+2
2017-01-18radv: add support for layered clears (v2)Dave Airlie1-6/+22
2017-01-18radv/ac: split part of llvm compile into a separate functionDave Airlie1-11/+22