summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/si_cmd_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* radv: move chip_class extraction down further.Dave Airlie2017-06-071-1/+2
* radv/gfx9: use correct register setting for uconfig regsDave Airlie2017-06-071-4/+4
* radv: Add early exit for cache flushes.Bas Nieuwenhuizen2017-06-061-2/+4
* radv: add IA_MULTI_VGT_PARAM support for GFX9.Dave Airlie2017-06-061-4/+8
* radv: add rb+ support for GFX9Dave Airlie2017-06-061-1/+1
* radv: add GFX9 cache flushing support.Dave Airlie2017-06-061-48/+127
* radv: add GFX9 to initialisation cmd buffer.Dave Airlie2017-06-061-14/+58
* radv: don't setup raster_config on gfx9.Dave Airlie2017-06-061-12/+16
* radv: add gfx9 cp dma support.Dave Airlie2017-06-061-5/+16
* radv: add some misc gfx9 pieces.Dave Airlie2017-06-061-0/+1
* radv: fix typo in comment.Dave Airlie2017-06-061-1/+1
* radv: add a comment from radeonsi before cp dma function.Dave Airlie2017-06-061-0/+4
* radv: realign cp dma code with radeonsiDave Airlie2017-06-021-86/+70
* radv: factor out eop event writing code. (v2)Dave Airlie2017-06-021-7/+50
* radv: factor out si_emit_wait_fence code.Dave Airlie2017-06-021-0/+14
* radv: apply the tess+GS hang workaround to Polaris12 as wellDave Airlie2017-05-071-1/+2
* radv: enable POLARIS12 support.Dave Airlie2017-05-051-0/+1
* radv: Add shader prefetch.Bas Nieuwenhuizen2017-04-191-0/+10
* radv: Rework guard band calculation.Bas Nieuwenhuizen2017-04-031-40/+15
* radv: fix order of the guardband register emission.Dave Airlie2017-04-021-2/+2
* radv: add ia_multi_vgt_param tessellation support.Dave Airlie2017-04-011-2/+30
* radv: port polaris vgt vertex reuse workaround.Dave Airlie2017-04-011-1/+2
* radv: configure tessellation distribution register.Dave Airlie2017-04-011-4/+12
* radv: Use the guard band.Bas Nieuwenhuizen2017-03-301-10/+84
* radv: Drop the default viewport when 0 viewports are given.Bas Nieuwenhuizen2017-03-301-17/+2
* amd: GFX9 packet changesMarek Olšák2017-03-301-2/+2
* radv: fix ia_multi_vgt_param for instanced vs indirect draw.Dave Airlie2017-03-281-6/+6
* Revert "radv: Emit cache flushes before CP DMA."Bas Nieuwenhuizen2017-03-161-3/+0
* radv: Emit cache flushes before CP DMA.Bas Nieuwenhuizen2017-03-141-0/+3
* radv: Add L2 writeback.Bas Nieuwenhuizen2017-03-061-26/+44
* radv: Flush in the initial preamble CS.Bas Nieuwenhuizen2017-02-211-1/+1
* radv: Split emitting the cache flush out.Bas Nieuwenhuizen2017-02-211-64/+77
* Revert "radv: detect command buffers that do no work and drop them (v2)"Dave Airlie2017-02-201-1/+1
* radv: fixup IA_MULTI_VGT_PARAM handling.Dave Airlie2017-02-141-20/+58
* radv: adopt some init config workarounds from radeonsi.Dave Airlie2017-02-151-2/+9
* radv: align the initial state command buffer.Dave Airlie2017-02-151-0/+7
* radv: use indirect buffer for initial gfx state.Dave Airlie2017-02-131-0/+31
* radv: start splitting init config upDave Airlie2017-02-131-8/+20
* radv: don't pass physical device to si_init_ fns.Dave Airlie2017-02-131-5/+5
* radv: detect command buffers that do no work and drop them (v2)Dave Airlie2017-02-131-1/+1
* radv: fixup ia multi vgt param code to handle geom shaders.Dave Airlie2017-01-311-11/+9
* radv: Get physical device from radv_device instead of the instance.Bas Nieuwenhuizen2017-01-161-8/+8
* radv: fix multi-viewport emissionDave Airlie2017-01-111-2/+2
* radv: Dump command buffer on hang.Bas Nieuwenhuizen2017-01-091-0/+5
* radv: Only emit PFP ME syncs for DMA on the GFX queue.Bas Nieuwenhuizen2016-12-181-2/+2
* radv: Implement cache flushing for the MEC.Bas Nieuwenhuizen2016-12-181-7/+29
* radv: init compute queue and avoid initing transfer queuesDave Airlie2016-12-181-3/+4
* radv: add initial non-conformant radv vulkan driverDave Airlie2016-10-071-0/+1119