| Commit message (Expand) | Author | Age | Files | Lines |
* | ac/gpu: add code to detect if kernel supports sync objects. | Dave Airlie | 2017-07-21 | 2 | -0/+10 |
* | ac/nir: rewrite shared variable handling (v2) | Connor Abbott | 2017-07-17 | 1 | -87/+158 |
* | ac/gpu_info: if clock crystal frequency is 0, print an error and set 1 | Marek Olšák | 2017-07-17 | 1 | -0/+4 |
* | ac/surface/gfx9: flags.texture currently refers to TC-compatible HTILE | Marek Olšák | 2017-07-17 | 1 | -1/+3 |
* | radeonsi: merge si_llvm_get_amdgpu_target into ac_get_llvm_target | Marek Olšák | 2017-07-17 | 2 | -8/+11 |
* | amd/addrlib: fix typo in api name. | Dave Airlie | 2017-07-17 | 1 | -1/+1 |
* | radv: set cb base tile swizzles for MRT speedups (v4) | Dave Airlie | 2017-07-17 | 2 | -0/+16 |
* | radv/ac: drop setting xnack | Dave Airlie | 2017-07-09 | 1 | -2/+1 |
* | radv: add support for using addrlib max alignment. | Dave Airlie | 2017-07-09 | 3 | -2/+12 |
* | ac/nir: Fix ordering of parameters for image atomic cmpswap intrinsics | Alex Smith | 2017-07-07 | 1 | -1/+1 |
* | radv: enable sisched toggle in perftest flags. | Dave Airlie | 2017-07-06 | 2 | -2/+4 |
* | ac/llvm: set xnack like radeonsi does. | Dave Airlie | 2017-07-06 | 1 | -1/+3 |
* | ac/llvm: create features list using snprintf. | Dave Airlie | 2017-07-06 | 1 | -2/+5 |
* | ac/radv: change api to create target machine | Dave Airlie | 2017-07-06 | 2 | -3/+6 |
* | ac/nir: Move VS position exports before param exports. | Bas Nieuwenhuizen | 2017-07-05 | 1 | -55/+54 |
* | ac/nir: fix 64-bit shifts | Connor Abbott | 2017-07-03 | 1 | -3/+12 |
* | ac/nir: implement 64-bit packing and unpacking | Connor Abbott | 2017-07-03 | 1 | -0/+31 |
* | radv: Use v4i32 variant of llvm.SI.load.const. | Bas Nieuwenhuizen | 2017-06-30 | 1 | -3/+1 |
* | ac/nir: remove last remnants of v16i8 | Dave Airlie | 2017-06-28 | 3 | -9/+3 |
* | ac/nir: Use correct LLVM intrinsics for atomic ops on imageBuffers | Alex Smith | 2017-06-28 | 1 | -29/+34 |
* | ac/nir: assert printfs will fit | James Legg | 2017-06-28 | 1 | -5/+12 |
* | ac/nir: Make intrinsic_name buffer long enough | James Legg | 2017-06-28 | 1 | -1/+1 |
* | ac/nir: convert emit helpers to ac_llvm_context | Nicolai Hähnle | 2017-06-27 | 1 | -117/+118 |
* | 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 |