summaryrefslogtreecommitdiffstats
path: root/src/amd/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* amd: remove support for LLVM 5.0Marek Olšák2018-08-032-108/+25
* ac,radeonsi: reduce optimizations for complex compute shaders on older APUs (v2)Marek Olšák2018-08-012-4/+25
* python: Use the unicode_escape codecMathieu Bridon2018-08-011-1/+1
* ac/surface: fix MSAA corruption on Vega due to FMASK tile swizzleMarek Olšák2018-07-311-1/+1
* radeonsi: use storage_samples instead of color_samples in most placesMarek Olšák2018-07-312-4/+4
* ac: pass write param to get_sampler_desc() from get_image_descriptor()Timothy Arceri2018-07-281-1/+1
* ac: fix typo DSL_SEL -> DST_SELMarek Olšák2018-07-261-2/+2
* nir: rename f2f16_undef to f2f16Karol Herbst2018-07-241-1/+1
* radeonsi: Add debug option to enable LLVM GlobalISel (v2)Tom Stellard2018-07-233-2/+18
* ac: add support for 16bit load_push_constantDaniel Schürmann2018-07-231-0/+20
* radv: add support for 16bit input/outputDaniel Schürmann2018-07-231-1/+7
* ac: add support for 16bit buffer loadsDaniel Schürmann2018-07-231-40/+55
* ac: add support for 16bit UBO loadsDaniel Schürmann2018-07-233-3/+51
* ac: add support for 16bit ssbo storesDaniel Schürmann2018-07-231-60/+84
* ac: add 16bit conversion operationsDaniel Schürmann2018-07-232-9/+31
* ac/nir: add a workaround for bitfield_extract when count is 0Samuel Pitoiset2018-07-191-3/+17
* ac: run LLVM optimization passes only on the final function after inliningMarek Olšák2018-07-193-0/+14
* radeonsi: add support for Vega20Marek Olšák2018-07-124-1/+9
* python: Use the print functionMathieu Bridon2018-07-061-19/+20