summaryrefslogtreecommitdiffstats
path: root/src/amd/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* radv: flush f32->f16 conversion denormals to zero. (v2)Dave Airlie2017-05-032-4/+41
* radv: Add top of pipe timestamp queries.Bas Nieuwenhuizen2017-05-021-0/+1
* radeon/ac: remove assert causing regressionDave Airlie2017-04-271-1/+0
* radeon/ac: fix build on llvm 3.8.1Dave Airlie2017-04-271-0/+1
* radv/ac: eliminate unused vertex shader outputs. (v2)Dave Airlie2017-04-272-14/+37
* radeonsi/ac: move vertex export remove to common code.Dave Airlie2017-04-275-1/+221
* radv/ac: setup mrt exports then export them in one go. (v2)Dave Airlie2017-04-251-15/+19
* radv/ac: overhaul vs output/ps input routingDave Airlie2017-04-252-6/+19
* radv/ac: copy llvm machine feature flags from radeonsi.Dave Airlie2017-04-241-1/+1
* radv/ac: use tex_lz if we can.Dave Airlie2017-04-201-6/+16
* ac: fix build after LLVM 5.0 SVN r300718Christoph Haag2017-04-201-0/+4