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