| Commit message (Expand) | Author | Age | Files | Lines |
* | ac/nir: remove unused nir_to_llvm_context::has_ddxy | Nicolai Hähnle | 2017-06-27 | 1 | -2/+0 |
* | ac/nir: implement nir_op_f2b | Nicolai Hähnle | 2017-06-27 | 1 | -0/+12 |
* | ac/nir: implement nir_op_{b2i,i2b} | Nicolai Hähnle | 2017-06-27 | 1 | -0/+20 |
* | ac/nir: convert type helpers to ac_llvm_context | Nicolai Hähnle | 2017-06-27 | 1 | -95/+95 |
* | ac/llvm: fix type of second llvm.cttz.* parameter | Nicolai Hähnle | 2017-06-27 | 1 | -1/+1 |
* | ac/shader_info: fix a comment | Nicolai Hähnle | 2017-06-27 | 1 | -2/+6 |
* | ac: add ac_llvm_context::v8i32 | Nicolai Hähnle | 2017-06-27 | 2 | -0/+2 |
* | ac: add ac_llvm_context::{i,f}32_{0,1} | Nicolai Hähnle | 2017-06-27 | 2 | -0/+10 |
* | ac: add ac_llvm_context::{i16, i64, f16, f64} | Nicolai Hähnle | 2017-06-27 | 2 | -0/+8 |
* | radv: handle primitive id input into fragment shader with no geom shader | Dave Airlie | 2017-06-26 | 2 | -3/+26 |
* | radv: set prim_id for geometry shaders | Dave Airlie | 2017-06-26 | 2 | -2/+4 |
* | radv: set use_prim_id for tess shaders correctly. | Dave Airlie | 2017-06-26 | 1 | -3/+5 |
* | radeonsi/gfx9: fix TC-compatible stencil compression | Marek Olšák | 2017-06-19 | 1 | -2/+2 |
* | ac/sid.h: don't use parentheses in PKT3_RELEASE_MEM definition | Marek Olšák | 2017-06-19 | 1 | -1/+1 |
* | ac: parse EVENT_WRITE_EOP, RELEASE_MEM, WAIT_REG_MEM, NOWHERE | Marek Olšák | 2017-06-19 | 2 | -0/+47 |
* | amd/common: fix off-by-one in sid_tables.py | Nicolai Hähnle | 2017-06-19 | 1 | -1/+1 |
* | ac: resolve conflicts introduced with "ac: remove amdgpu.h dependency" | Emil Velikov | 2017-06-17 | 1 | -1/+3 |
* | ac: remove amdgpu.h dependency | Emil Velikov | 2017-06-16 | 2 | -2/+6 |
* | ac/gpu: drop duplicated code line. | Dave Airlie | 2017-06-13 | 1 | -1/+0 |
* | ac/nir: remove another unused variable | Grazvydas Ignotas | 2017-06-08 | 1 | -1/+0 |
* | ac/nir: convert several ifs to a switch | Grazvydas Ignotas | 2017-06-08 | 1 | -9/+11 |
* | ac/nir: mark some arguments const | Grazvydas Ignotas | 2017-06-08 | 1 | -30/+31 |
* | ac/nir: move gpr counting inside argument handling. | Dave Airlie | 2017-06-07 | 1 | -10/+12 |
* | ac/nir: assign argument param pointers in one place. | Dave Airlie | 2017-06-07 | 1 | -187/+152 |
* | ac/nir: consolidate setting userdata location | Dave Airlie | 2017-06-07 | 1 | -28/+17 |
* | tree-wide: remove trailing backslash | Eric Engestrom | 2017-06-07 | 1 | -1/+1 |
* | ac/surface: Fix HTILE for radv. | Bas Nieuwenhuizen | 2017-06-06 | 1 | -2/+1 |
* | radv: add some misc gfx9 pieces. | Dave Airlie | 2017-06-06 | 1 | -0/+3 |
* | radv: use ac_surface data structures | Nicolai Hähnle | 2017-06-05 | 1 | -0/+1 |
* | ac/surface/gfx6: explicitly support S8 surfaces | Nicolai Hähnle | 2017-06-05 | 1 | -25/+50 |
* | ac/nir: set workgroup size attribute to correct value. | Dave Airlie | 2017-06-05 | 1 | -3/+32 |
* | ac: add new helper function to add a integer target dependent function attr. | Dave Airlie | 2017-06-05 | 2 | -0/+15 |
* | amd/common: set vcn dec as hw decode as well | Leo Liu | 2017-05-29 | 1 | -0/+2 |
* | amd/common: add vcn dec ip info query for amdgpu version 3.17 | Leo Liu | 2017-05-29 | 1 | -1/+9 |
* | radeonsi: move building llvm.SI.load.const into ac_build_buffer_load | Marek Olšák | 2017-05-29 | 3 | -14/+37 |
* | radeonsi: rename readonly_memory -> can_speculate | Marek Olšák | 2017-05-29 | 2 | -6/+6 |
* | 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 |
* | 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 | 2 | -0/+284 |
* | 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 |