summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: automake: list shared libraries after the static onesEmil Velikov2017-05-291-19/+16
* radeonsi: move building llvm.SI.load.const into ac_build_buffer_loadMarek Olšák2017-05-293-14/+37
* radeonsi: rename readonly_memory -> can_speculateMarek Olšák2017-05-292-6/+6
* radv: Also signal fence if vkAcquireNextImageKHR returns VK_SUBOPTIMAL_KHR.Bas Nieuwenhuizen2017-05-291-1/+1
* amd/common: add missing libdrm include pathEric Engestrom2017-05-261-0/+1
* Revert "amd/common: add vcn dec ip info query"Dave Airlie2017-05-261-7/+1
* Revert "amd/common: set vcn dec as hw decode as well"Dave Airlie2017-05-261-2/+0
* amd/common: set vcn dec as hw decode as wellLeo Liu2017-05-251-0/+2
* amd/common: add vcn dec ip info queryLeo Liu2017-05-251-1/+7
* radeon: rename has_uvd info to has_hw_decodeLeo Liu2017-05-252-2/+2
* winsys/amdgpu: align VA allocations to fragment size v2Christian König2017-05-242-0/+2
* radv: Add compute HTILE fast clear.Bas Nieuwenhuizen2017-05-221-1/+93
* radv: Use correct clear words for HTILE.Bas Nieuwenhuizen2017-05-221-4/+13
* radv: Add queue masks for htile usage determination.Bas Nieuwenhuizen2017-05-224-20/+41
* radv: Specify semantics of HTILE layout helpers.Bas Nieuwenhuizen2017-05-223-3/+20
* radv: Don't use a separate can_expclear.Bas Nieuwenhuizen2017-05-225-40/+11
* configure: check once for DRI3 dependenciesEmil Velikov2017-05-191-2/+1
* ac: add missing extern "C" guardsNicolai Hähnle2017-05-182-0/+16
* ac: add radeon_info::num_{sdma,compute}_ringsNicolai Hähnle2017-05-182-3/+15
* ac: add radeon_surf::htile_slice_sizeNicolai Hähnle2017-05-182-0/+6
* ac_surface: use radeon_info from ac_gpu_infoNicolai Hähnle2017-05-182-29/+29
* ac/radeonsi: move radeon_info initialization to amd/commonNicolai Hähnle2017-05-185-3/+289
* ac/radeonsi: move struct radeon_info to ac_gpu_info.hNicolai Hähnle2017-05-181-0/+93
* ac/radeonsi: move some aspects of sanity checking to ac_surfaceNicolai Hähnle2017-05-181-0/+33
* ac/radeonsi: add ac_compute_surface to automatically switch gfx6 vs. gfx9Nicolai Hähnle2017-05-182-16/+23
* ac/radeonsi: move the bulk of gfx9_surface_init to ac_surfaceNicolai Hähnle2017-05-182-0/+384
* ac/radeonsi: move the bulk of gfx6_surface_init to ac_surfaceNicolai Hähnle2017-05-182-0/+454
* ac/radeonsi: move amdgpu_addr_create to ac_surfaceNicolai Hähnle2017-05-185-0/+219
* ac/radeonsi: move surface definitions to new header ac_surface.hNicolai Hähnle2017-05-181-0/+178
* gallium/radeon: use a top-of-pipe timestamp for the start of TIME_ELAPSEDMarek Olšák2017-05-171-0/+11
* ac/debug: handle index field in SET_*_REG correctlyNicolai Hähnle2017-05-161-1/+7
* radeonsi/gfx9: add support for RavenMarek Olšák2017-05-151-0/+1
* amd/addrlib: import Raven supportMarek Olšák2017-05-153-3/+72
* radv: Save descriptor set even if vertex buffers are not saved.Bas Nieuwenhuizen2017-05-131-2/+3
* radeon: automake: remove unneeded elf Cflags/LibsEmil Velikov2017-05-111-0/+2
* Android: rework LLVM build supportRob Herring2017-05-111-1/+2
* Android: rework libelf dependenciesRob Herring2017-05-111-2/+4
* Android: amd/common: fix dependency on libmesa_nirRob Herring2017-05-111-1/+3
* Android: amd: use exported include dirs instead of explicit includesRob Herring2017-05-112-0/+9
* Android: remove remaining explicit libcxx includesRob Herring2017-05-111-1/+0
* radv: handle fragment shader srgb resolve pass betterDave Airlie2017-05-112-11/+38
* radv: always free nir shaders from modules on stackGrazvydas Ignotas2017-05-102-8/+4
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-0912-111/+111
* ac: fix broken elimination of duplicated VS exportsMarek Olšák2017-05-081-14/+14
* radv: fix regression in blit2d push constant change.Dave Airlie2017-05-081-1/+1
* radv/meta: cleanup some unused code pathDave Airlie2017-05-082-34/+1
* radv/meta: port blit to using push constantsDave Airlie2017-05-081-100/+65
* radv/meta: move blit2d to using push constantsDave Airlie2017-05-082-75/+59
* radv/meta: move clear color to using push constantsDave Airlie2017-05-082-130/+78
* radv/meta: use novertex save path for resolve pass.Dave Airlie2017-05-082-2/+2