| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi/gfx9: use SET_UCONFIG_REG_INDEX packets when available | Nicolai Hähnle | 2018-12-19 | 2 | -0/+3 |
* | ac/surface: 3D and cube surfaces are never displayable | Nicolai Hähnle | 2018-12-19 | 1 | -3/+5 |
* | amd/common: add i1 special case to ac_build_{inclusive,exclusive}_scan | Nicolai Hähnle | 2018-12-19 | 1 | -2/+25 |
* | amd/common: scan/reduce across waves of a workgroup | Nicolai Hähnle | 2018-12-19 | 2 | -4/+227 |
* | amd/common: add ac_build_ifcc | Nicolai Hähnle | 2018-12-19 | 2 | -4/+4 |
* | amd/common: whitespace fixes | Nicolai Hähnle | 2018-12-19 | 1 | -10/+8 |
* | amd/sid_tables: add additional python3 compatibility imports | Nicolai Hähnle | 2018-12-19 | 1 | -1/+1 |
* | nir: Rename Boolean-related opcodes to include 32 in the name | Jason Ekstrand | 2018-12-16 | 1 | -11/+11 |
* | ac: split 16-bit ssbo loads that may not be dword aligned | Rhys Perry | 2018-12-16 | 1 | -0/+2 |
* | ac: refactor visit_load_buffer | Rhys Perry | 2018-12-16 | 2 | -44/+42 |
* | amd: remove support for LLVM 6.0 | Samuel Pitoiset | 2018-12-06 | 6 | -298/+32 |
* | nir: Make boolean conversions sized just like the others | Jason Ekstrand | 2018-12-05 | 1 | -4/+8 |
* | amd/addrlib: update Mesa's copy of addrlib | Nicolai Hähnle | 2018-11-29 | 1 | -2/+2 |
* | ac/surface/gfx9: let addrlib choose the preferred swizzle kind | Nicolai Hähnle | 2018-11-29 | 1 | -18/+4 |
* | radv: remove dependency on addrlib gfx9_enum.h | Nicolai Hähnle | 2018-11-29 | 1 | -0/+3 |
* | ac: handle cast derefs | Dave Airlie | 2018-11-21 | 1 | -0/+3 |
* | radv: handle loading from shared pointers | Dave Airlie | 2018-11-21 | 1 | -9/+18 |
* | ac: avoid casting pointers on bcsel and stores | Dave Airlie | 2018-11-21 | 3 | -3/+14 |
* | ac/nir: fix intrinsic name string size in visit_image_atomic() | Samuel Pitoiset | 2018-11-20 | 1 | -1/+1 |
* | radv: Use structured intrinsics instead of indexing workaround for GFX9. | Bas Nieuwenhuizen | 2018-11-19 | 2 | -7/+74 |
* | ac/surface: remove the overallocation workaround for Vega12 | Marek Olšák | 2018-11-09 | 1 | -4/+0 |
* | radv: use LOAD_CONTEXT_REG when loading fast clear values | Samuel Pitoiset | 2018-11-08 | 1 | -0/+1 |
* | ac/nir_to_llvm: fix b2f for f64 | Timothy Arceri | 2018-11-07 | 1 | -3/+12 |
* | amd: Make vgpr-spilling depend on llvm version | Jan Vesely | 2018-11-02 | 1 | -1/+2 |
* | ac/nir: make use of i1false in few more places | Samuel Pitoiset | 2018-11-01 | 1 | -3/+3 |
* | radv: use WAIT_REG_MEM_GREATER_OR_EQUAL instead of a magic value | Samuel Pitoiset | 2018-10-31 | 1 | -0/+1 |
* | radeonsi: add support for Raven2 (v2) | Marek Olšák | 2018-10-30 | 5 | -0/+16 |
* | ac: fix ac_build_fdiv for f64 | Marek Olšák | 2018-10-29 | 1 | -1/+2 |
* | radv: implement VK_EXT_transform_feedback | Samuel Pitoiset | 2018-10-29 | 1 | -0/+1 |
* | util: use C99 declaration in the for-loop hash_table_foreach() macro | Eric Engestrom | 2018-10-25 | 1 | -1/+0 |
* | amd/common: check DRM version 3.27 for JPEG decode | Leo Liu | 2018-10-23 | 1 | -1/+1 |
* | amd/common: add vcn jpeg ip info query | Boyuan Zhang | 2018-10-23 | 1 | -2/+12 |
* | ac: Fix loading a dvec3 from an SSBO | Connor Abbott | 2018-10-22 | 1 | -2/+2 |
* | ac: Introduce ac_build_expand() | Connor Abbott | 2018-10-22 | 2 | -14/+29 |
* | ac: add helpers for fast integer division by a constant | Marek Olšák | 2018-10-16 | 2 | -0/+78 |
* | radeonsi: save raster config in screen, add se_tile_repeat | Marek Olšák | 2018-10-16 | 2 | -3/+13 |
* | radeonsi: rename si_gfx_* functions to si_cp_* | Marek Olšák | 2018-10-16 | 1 | -0/+1 |
* | radeonsi: make si_gfx_write_event_eop more configurable | Marek Olšák | 2018-10-16 | 1 | -0/+5 |
* | ac/nir: Use context-specific LLVM types | Alex Smith | 2018-10-16 | 1 | -2/+2 |
* | radv: emit the GLC bit for SSBO loads/stores when needed | Samuel Pitoiset | 2018-10-12 | 3 | -8/+22 |
* | ac: add ac_build_round | Marek Olšák | 2018-10-06 | 3 | -3/+19 |
* | ac: correct PKT3_COPY_DATA definitions | Marek Olšák | 2018-10-06 | 1 | -2/+9 |
* | ac: simplify LLVM alloca helpers | Marek Olšák | 2018-10-06 | 1 | -7/+4 |
* | ac: define all address spaces properly | Marek Olšák | 2018-10-06 | 3 | -10/+12 |
* | radv: do not use the availability bit for timestamp queries | Samuel Pitoiset | 2018-09-28 | 1 | -0/+1 |
* | ac: add 16-bit support to ac_build_bitfield_reverse() | Samuel Pitoiset | 2018-09-17 | 1 | -0/+5 |
* | ac: add 16-bit support to ac_build_bit_count() | Samuel Pitoiset | 2018-09-17 | 1 | -0/+5 |
* | ac: add 16-bit support to ac_find_lsb() | Samuel Pitoiset | 2018-09-17 | 1 | -2/+13 |
* | ac: add 16-bit support to ac_build_umsb() | Samuel Pitoiset | 2018-09-17 | 1 | -2/+16 |
* | ac: add 16-bit support to ac_build_isign() | Samuel Pitoiset | 2018-09-17 | 1 | -5/+16 |