aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/common
Commit message (Expand)AuthorAgeFilesLines
* ac/gpu: drop duplicated code line.Dave Airlie2017-06-131-1/+0
* ac/nir: remove another 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
* tree-wide: remove trailing backslashEric Engestrom2017-06-071-1/+1
* ac/surface: Fix HTILE for radv.Bas Nieuwenhuizen2017-06-061-2/+1
* radv: add some misc gfx9 pieces.Dave Airlie2017-06-061-0/+3
* radv: use ac_surface data structuresNicolai Hähnle2017-06-051-0/+1
* ac/surface/gfx6: explicitly support S8 surfacesNicolai Hähnle2017-06-051-25/+50
* ac/nir: set workgroup size attribute to correct value.Dave Airlie2017-06-051-3/+32
* ac: add new helper function to add a integer target dependent function attr.Dave Airlie2017-06-052-0/+15
* amd/common: set vcn dec as hw decode as wellLeo Liu2017-05-291-0/+2
* amd/common: add vcn dec ip info query for amdgpu version 3.17Leo Liu2017-05-291-1/+9
* 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
* 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
* 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-182-0/+284
* 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-182-0/+212
* 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-151-0/+10
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-091-19/+19
* ac: fix broken elimination of duplicated VS exportsMarek Olšák2017-05-081-14/+14
* radv: enable POLARIS12 support.Dave Airlie2017-05-051-0/+1
* radeonsi: drop support for LLVM 3.8Marek Olšák2017-05-052-133/+53
* radeonsi: stop using v16i8Marek Olšák2017-05-051-1/+1
* radeonsi/gfx9: make some PA & DB registers match the closed Vulkan driverMarek Olšák2017-05-051-0/+4
* ac: eliminate duplicated VS exportsMarek Olšák2017-05-031-2/+79
* ac: rename ac_eliminate_const_vs_outputs -> ac_optimize_vs_outputsMarek Olšák2017-05-033-15/+15
* ac: first parse VS exports before eliminating constant onesMarek Olšák2017-05-031-24/+58
* radv/ac: canonicalize the output for 32-bit float min/max.Dave Airlie2017-05-031-0/+8