| Commit message (Expand) | Author | Age | Files | Lines |
* | amd/common: add missing libdrm include path | Eric Engestrom | 2017-05-26 | 1 | -0/+1 |
* | Revert "amd/common: add vcn dec ip info query" | Dave Airlie | 2017-05-26 | 1 | -7/+1 |
* | Revert "amd/common: set vcn dec as hw decode as well" | Dave Airlie | 2017-05-26 | 1 | -2/+0 |
* | amd/common: set vcn dec as hw decode as well | Leo Liu | 2017-05-25 | 1 | -0/+2 |
* | amd/common: add vcn dec ip info query | Leo Liu | 2017-05-25 | 1 | -1/+7 |
* | radeon: rename has_uvd info to has_hw_decode | Leo Liu | 2017-05-25 | 2 | -2/+2 |
* | winsys/amdgpu: align VA allocations to fragment size v2 | Christian König | 2017-05-24 | 2 | -0/+2 |
* | radv: Add compute HTILE fast clear. | Bas Nieuwenhuizen | 2017-05-22 | 1 | -1/+93 |
* | radv: Use correct clear words for HTILE. | Bas Nieuwenhuizen | 2017-05-22 | 1 | -4/+13 |
* | radv: Add queue masks for htile usage determination. | Bas Nieuwenhuizen | 2017-05-22 | 4 | -20/+41 |
* | radv: Specify semantics of HTILE layout helpers. | Bas Nieuwenhuizen | 2017-05-22 | 3 | -3/+20 |
* | radv: Don't use a separate can_expclear. | Bas Nieuwenhuizen | 2017-05-22 | 5 | -40/+11 |
* | configure: check once for DRI3 dependencies | Emil Velikov | 2017-05-19 | 1 | -2/+1 |
* | ac: add missing extern "C" guards | Nicolai Hähnle | 2017-05-18 | 2 | -0/+16 |
* | ac: add radeon_info::num_{sdma,compute}_rings | Nicolai Hähnle | 2017-05-18 | 2 | -3/+15 |
* | ac: add radeon_surf::htile_slice_size | Nicolai Hähnle | 2017-05-18 | 2 | -0/+6 |
* | ac_surface: use radeon_info from ac_gpu_info | Nicolai Hähnle | 2017-05-18 | 2 | -29/+29 |
* | ac/radeonsi: move radeon_info initialization to amd/common | Nicolai Hähnle | 2017-05-18 | 5 | -3/+289 |
* | ac/radeonsi: move struct radeon_info to ac_gpu_info.h | Nicolai Hähnle | 2017-05-18 | 1 | -0/+93 |
* | ac/radeonsi: move some aspects of sanity checking to ac_surface | Nicolai Hähnle | 2017-05-18 | 1 | -0/+33 |
* | ac/radeonsi: add ac_compute_surface to automatically switch gfx6 vs. gfx9 | Nicolai Hähnle | 2017-05-18 | 2 | -16/+23 |
* | ac/radeonsi: move the bulk of gfx9_surface_init to ac_surface | Nicolai Hähnle | 2017-05-18 | 2 | -0/+384 |
* | ac/radeonsi: move the bulk of gfx6_surface_init to ac_surface | Nicolai Hähnle | 2017-05-18 | 2 | -0/+454 |
* | ac/radeonsi: move amdgpu_addr_create to ac_surface | Nicolai Hähnle | 2017-05-18 | 5 | -0/+219 |
* | ac/radeonsi: move surface definitions to new header ac_surface.h | Nicolai Hähnle | 2017-05-18 | 1 | -0/+178 |
* | gallium/radeon: use a top-of-pipe timestamp for the start of TIME_ELAPSED | Marek Olšák | 2017-05-17 | 1 | -0/+11 |
* | ac/debug: handle index field in SET_*_REG correctly | Nicolai Hähnle | 2017-05-16 | 1 | -1/+7 |
* | radeonsi/gfx9: add support for Raven | Marek Olšák | 2017-05-15 | 1 | -0/+1 |
* | amd/addrlib: import Raven support | Marek Olšák | 2017-05-15 | 3 | -3/+72 |
* | radv: Save descriptor set even if vertex buffers are not saved. | Bas Nieuwenhuizen | 2017-05-13 | 1 | -2/+3 |
* | radeon: automake: remove unneeded elf Cflags/Libs | Emil Velikov | 2017-05-11 | 1 | -0/+2 |
* | Android: rework LLVM build support | Rob Herring | 2017-05-11 | 1 | -1/+2 |
* | Android: rework libelf dependencies | Rob Herring | 2017-05-11 | 1 | -2/+4 |
* | Android: amd/common: fix dependency on libmesa_nir | Rob Herring | 2017-05-11 | 1 | -1/+3 |
* | Android: amd: use exported include dirs instead of explicit includes | Rob Herring | 2017-05-11 | 2 | -0/+9 |
* | Android: remove remaining explicit libcxx includes | Rob Herring | 2017-05-11 | 1 | -1/+0 |
* | radv: handle fragment shader srgb resolve pass better | Dave Airlie | 2017-05-11 | 2 | -11/+38 |
* | radv: always free nir shaders from modules on stack | Grazvydas Ignotas | 2017-05-10 | 2 | -8/+4 |
* | nir: Embed the shader_info in the nir_shader again | Jason Ekstrand | 2017-05-09 | 12 | -111/+111 |
* | ac: fix broken elimination of duplicated VS exports | Marek Olšák | 2017-05-08 | 1 | -14/+14 |
* | radv: fix regression in blit2d push constant change. | Dave Airlie | 2017-05-08 | 1 | -1/+1 |
* | radv/meta: cleanup some unused code path | Dave Airlie | 2017-05-08 | 2 | -34/+1 |
* | radv/meta: port blit to using push constants | Dave Airlie | 2017-05-08 | 1 | -100/+65 |
* | radv/meta: move blit2d to using push constants | Dave Airlie | 2017-05-08 | 2 | -75/+59 |
* | radv/meta: move clear color to using push constants | Dave Airlie | 2017-05-08 | 2 | -130/+78 |
* | radv/meta: use novertex save path for resolve pass. | Dave Airlie | 2017-05-08 | 2 | -2/+2 |
* | radv: set base/ranges for push constant loads. | Dave Airlie | 2017-05-08 | 6 | -0/+26 |
* | radv: drop resolve hack workarounds | Dave Airlie | 2017-05-07 | 3 | -104/+1 |
* | radv/meta: select resolve paths | Dave Airlie | 2017-05-07 | 1 | -8/+50 |
* | radv/meta: add resolve pass using fragment/vertex shaders | Dave Airlie | 2017-05-07 | 6 | -2/+699 |