aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/common
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: add support for Raven2 (v2)Marek Olšák2018-10-305-0/+16
* ac: fix ac_build_fdiv for f64Marek Olšák2018-10-291-1/+2
* radv: implement VK_EXT_transform_feedbackSamuel Pitoiset2018-10-291-0/+1
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-251-1/+0
* amd/common: check DRM version 3.27 for JPEG decodeLeo Liu2018-10-231-1/+1
* amd/common: add vcn jpeg ip info queryBoyuan Zhang2018-10-231-2/+12
* ac: Fix loading a dvec3 from an SSBOConnor Abbott2018-10-221-2/+2
* ac: Introduce ac_build_expand()Connor Abbott2018-10-222-14/+29
* ac: add helpers for fast integer division by a constantMarek Olšák2018-10-162-0/+78
* radeonsi: save raster config in screen, add se_tile_repeatMarek Olšák2018-10-162-3/+13
* radeonsi: rename si_gfx_* functions to si_cp_*Marek Olšák2018-10-161-0/+1
* radeonsi: make si_gfx_write_event_eop more configurableMarek Olšák2018-10-161-0/+5
* ac/nir: Use context-specific LLVM typesAlex Smith2018-10-161-2/+2
* radv: emit the GLC bit for SSBO loads/stores when neededSamuel Pitoiset2018-10-123-8/+22
* ac: add ac_build_roundMarek Olšák2018-10-063-3/+19
* ac: correct PKT3_COPY_DATA definitionsMarek Olšák2018-10-061-2/+9
* ac: simplify LLVM alloca helpersMarek Olšák2018-10-061-7/+4
* ac: define all address spaces properlyMarek Olšák2018-10-063-10/+12
* radv: do not use the availability bit for timestamp queriesSamuel Pitoiset2018-09-281-0/+1
* ac: add 16-bit support to ac_build_bitfield_reverse()Samuel Pitoiset2018-09-171-0/+5
* ac: add 16-bit support to ac_build_bit_count()Samuel Pitoiset2018-09-171-0/+5
* ac: add 16-bit support to ac_find_lsb()Samuel Pitoiset2018-09-171-2/+13
* ac: add 16-bit support to ac_build_umsb()Samuel Pitoiset2018-09-171-2/+16
* ac: add 16-bit support to ac_build_isign()Samuel Pitoiset2018-09-171-5/+16
* ac: add 16-bit constant values for zero and oneSamuel Pitoiset2018-09-172-0/+4
* ac: add ac_build_bifield_reverse() helperSamuel Pitoiset2018-09-173-1/+26
* ac: add ac_build_bit_count() helperSamuel Pitoiset2018-09-173-6/+31
* ac: fix get_image_coords() for radeonsiTimothy Arceri2018-09-151-1/+2
* radeonsi: adjust and simplify max_alloc_size determinationMarek Olšák2018-09-101-8/+8
* radeonsi: fix GPU hangs with bindless textures and LLVM 7.0Marek Olšák2018-09-102-5/+51
* ac: remove deprecated use of LLVMInt1Type()Marek Olšák2018-09-101-1/+1
* ac: use iN_0/1 constantsMarek Olšák2018-09-102-14/+13
* ac: add radeon_info::num_good_cu_per_shMarek Olšák2018-09-102-0/+4
* ac: revert new LLVM 7.0 behavior for fdivMarek Olšák2018-09-101-1/+8
* ac/radeonsi: fix CIK copy max sizeDave Airlie2018-08-311-1/+3
* radeonsi: add SI_QUERY_TIME_ELAPSED_SDMA for measuring SDMA performanceMarek Olšák2018-08-291-0/+4
* radeonsi: add flag L2_STREAM for minimal cache usageMarek Olšák2018-08-291-0/+2
* nir: Use a bitfield for image access qualifiersJason Ekstrand2018-08-291-2/+2
* ac/surface: fix CMASK fast clear for NPOT textures with mipmapping on SI/CI/VIMarek Olšák2018-08-281-2/+2
* ac: fix WAITCNT flags for GFX9Marek Olšák2018-08-222-4/+6
* ac/nir: fix getting GLSL type of array of samplers for TG4Samuel Pitoiset2018-08-221-2/+4
* ac,radeonsi: use ac_build_gather_values moreMarek Olšák2018-08-211-11/+3
* ac,radeonsi: use ac_build_fmadMarek Olšák2018-08-212-7/+3
* ac: add imad & fmad helpersMarek Olšák2018-08-212-0/+18
* ac: add ac_build_s_barrierMarek Olšák2018-08-213-2/+8
* ac: completely remove +auto-waitcnt-before-barrierMarek Olšák2018-08-212-6/+2
* radv: disable the auto-waitcnt-before-barrier LLVM optionSamuel Pitoiset2018-08-152-1/+3
* ac: add radeon_info::nameMarek Olšák2018-08-142-1/+6
* radeonsi: implement EXT_window_rectanglesMarek Olšák2018-08-141-0/+16
* meson: Build with Python 3Mathieu Bridon2018-08-101-1/+1