summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* amd/common: fix off-by-one in sid_tables.pyNicolai Hähnle2017-06-191-1/+1
* android: ac: add missing libdrm_amdgpu shared dependencyMauro Rossi2017-06-171-0/+3
* ac: resolve conflicts introduced with "ac: remove amdgpu.h dependency"Emil Velikov2017-06-171-1/+3
* Revert "amd/common: add missing libdrm include path"Emil Velikov2017-06-161-1/+0
* ac: remove amdgpu.h dependencyEmil Velikov2017-06-162-2/+6
* ac/gpu: drop duplicated code line.Dave Airlie2017-06-131-1/+0
* radv: move assert down in radv_bind_descriptor_setDave Airlie2017-06-131-2/+2
* radv: return correct error on invalid handle from vkAllocateMemoryDave Airlie2017-06-131-2/+3
* radv: fix trace dumping for !use_ib_bosGrazvydas Ignotas2017-06-111-3/+11
* radv: don't even attempt to prefetch on SIGrazvydas Ignotas2017-06-111-7/+16
* radv: assert on CP_DMA_USE_L2 for SIGrazvydas Ignotas2017-06-111-0/+1
* radv: set fmask state to all 0s when no fmask. (v2)Dave Airlie2017-06-091-1/+2
* radv: introduce perf test env var and allow to enable chainingDave Airlie2017-06-097-4/+20
* ac/nir: remove another unused variableGrazvydas Ignotas2017-06-081-1/+0
* radv/meta: remove an unused variableGrazvydas Ignotas2017-06-081-1/+0
* ac/nir: convert several ifs to a switchGrazvydas Ignotas2017-06-081-9/+11
* ac/nir: mark some arguments constGrazvydas Ignotas2017-06-081-30/+31
* ac/nir: move gpr counting inside argument handling.Dave Airlie2017-06-071-10/+12
* ac/nir: assign argument param pointers in one place.Dave Airlie2017-06-071-187/+152
* ac/nir: consolidate setting userdata locationDave Airlie2017-06-071-28/+17
* radv: move chip_class extraction down further.Dave Airlie2017-06-071-1/+2
* radv: move lots of index related things into the bind.Dave Airlie2017-06-072-19/+14
* radv: move calculating the vertex sgpr to the pipeline.Dave Airlie2017-06-073-41/+34
* radv: rename and make global some functions.Dave Airlie2017-06-072-12/+17
* tree-wide: remove trailing backslashEric Engestrom2017-06-071-1/+1
* radv/gfx9: use correct register setting for uconfig regsDave Airlie2017-06-071-4/+4
* radv: Remove SI num RB override for occlusion queries.Bas Nieuwenhuizen2017-06-061-3/+0
* radv: Split out updating the vertex descriptors.Bas Nieuwenhuizen2017-06-061-11/+18
* radv: Move pipeline stuff from flush_state to emit_graphics_pipeline.Bas Nieuwenhuizen2017-06-061-11/+10
* radv: Add early exit for cache flushes.Bas Nieuwenhuizen2017-06-061-2/+4
* radv: Remove vertex_descriptors_dirty.Bas Nieuwenhuizen2017-06-062-4/+1
* radv: Don't use a divide by index_size.Bas Nieuwenhuizen2017-06-061-3/+8
* radv/vulkan: Move radv_get_driver_version to src/vulkan/utilAlex Smith2017-06-061-23/+1
* util/vulkan: Move Vulkan utilities to src/vulkan/utilAlex Smith2017-06-064-4/+5
* radv: expose integrated device type for APUs.Dave Airlie2017-06-061-1/+1
* ac/surface: Fix HTILE for radv.Bas Nieuwenhuizen2017-06-061-2/+1
* radv: fix write event eop on vega.Dave Airlie2017-06-061-1/+1
* radv: enable GFX9 on radvDave Airlie2017-06-061-2/+4
* radv: turn off geom/tess for gfx9.Dave Airlie2017-06-061-4/+4
* radv: misc GFX9 changes.Dave Airlie2017-06-063-6/+21
* radv: add some GFX9 specific events.Dave Airlie2017-06-061-0/+16
* radv: add IA_MULTI_VGT_PARAM support for GFX9.Dave Airlie2017-06-063-5/+16
* radv: add rb+ support for GFX9Dave Airlie2017-06-065-1/+22
* radv: add GFX9 cache flushing support.Dave Airlie2017-06-064-51/+145
* radv: add texture descriptor/fmask/cmask support for GFX9Dave Airlie2017-06-061-31/+158
* radv: add GFX9 to initialisation cmd buffer.Dave Airlie2017-06-062-16/+61
* 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 gfx9 depth/stencil surface support.Dave Airlie2017-06-063-15/+74
* radv: add GFX9 support for color surfaces.Dave Airlie2017-06-063-16/+69