summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "configure: allow building with python3"Emil Velikov2018-08-242-6/+6
* configure: allow building with python3Emil Velikov2018-08-232-6/+6
* radv/gfx9: implement coherent shaders for VK_ACCESS_SHADER_READ_BITSamuel Pitoiset2018-08-231-1/+20
* amd/addrlib: Fix include path for c99_compat.hMariusz Ceier2018-08-221-1/+1
* radv: use different builtin shader cache for 32bitGrazvydas Ignotas2018-08-231-9/+7
* radv: place pointer length into cache uuidGrazvydas Ignotas2018-08-231-1/+1
* ac: fix WAITCNT flags for GFX9Marek Olšák2018-08-222-4/+6
* amd/addrlib: mark physicalSliceSize as MAYBE_UNUSED in Addr::V1::EgBasedLib::...Kai Wasserbäch2018-08-221-1/+1
* amd/addrlib: mark numPipes as MAYBE_UNUSED in Addr::V1::EgBasedLib::SanityChe...Kai Wasserbäch2018-08-221-1/+3
* amd/addrlib: mark *pEqToCheck as MAYBE_UNUSED in Addr::V2::Gfx9Lib::ComputeSt...Kai Wasserbäch2018-08-221-1/+1
* amd/addrlib: mark microBlockDim as MAYBE_UNUSED in Addr::V2::Gfx9Lib::HwlComp...Kai Wasserbäch2018-08-221-1/+3
* amd/addrlib: mark returnCode as MAYBE_UNUSED in ElemGetExportNormKai Wasserbäch2018-08-222-1/+4
* ac/nir: fix getting GLSL type of array of samplers for TG4Samuel Pitoiset2018-08-221-2/+4
* radv: remove dead variables after splitting per member structsSamuel Pitoiset2018-08-221-3/+3
* radv: use ac_build_imad()Samuel Pitoiset2018-08-221-16/+8
* 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: do not use CP predication for DCC decompressionsSamuel Pitoiset2018-08-201-2/+2
* radv/winsys: fix creating the BO list for virtual buffersSamuel Pitoiset2018-08-171-1/+1
* radv: initialize the DCC predicate correctly when it's compressedSamuel Pitoiset2018-08-161-1/+4
* radv: fix missing initialization of the conditional rendering stateSamuel Pitoiset2018-08-161-0/+1
* radv: Revert divisor = 0 case for vertex attribute extension.Bas Nieuwenhuizen2018-08-161-1/+1
* radv: Possible on-demand compilation fix.Bas Nieuwenhuizen2018-08-161-0/+8
* radv: add Doom workaroundTimothy Arceri2018-08-161-0/+3
* radv: disable the auto-waitcnt-before-barrier LLVM optionSamuel Pitoiset2018-08-152-1/+3
* radv: fix memory leaks in radv_load_meta_pipeline()Samuel Pitoiset2018-08-151-2/+3
* radv: drop wrong initialization of COMPUTE_RESOURCE_LIMITSSamuel Pitoiset2018-08-151-3/+1
* radv/meta_decompress: fix pointer to integer conversionMauro Rossi2018-08-151-1/+1
* ac: add radeon_info::nameMarek Olšák2018-08-142-1/+6
* radeonsi: implement EXT_window_rectanglesMarek Olšák2018-08-141-0/+16
* radv: Update to new VK_EXT_vertex_attribute_divisor to version 2.Bas Nieuwenhuizen2018-08-142-4/+5
* radv: Allow ETC2 on RAVEN and VEGA10 instead of all GFX9.Bas Nieuwenhuizen2018-08-141-1/+2
* radv: Fix missing Android platform define.Bas Nieuwenhuizen2018-08-142-1/+3
* radv: Add on-demand compilation of built-in shaders.Bas Nieuwenhuizen2018-08-1413-80/+454
* radv: Refactor blit pipeline creation.Bas Nieuwenhuizen2018-08-141-350/+175
* radv: Make fs key exemplars ordered to be a reverse fs_key lookup.Bas Nieuwenhuizen2018-08-147-88/+39
* meson: Build with Python 3Mathieu Bridon2018-08-102-6/+6
* python: Fix inequality comparisonsMathieu Bridon2018-08-101-0/+6
* python: Fix rich comparisonsMathieu Bridon2018-08-071-2/+3
* amd: remove support for LLVM 5.0Marek Olšák2018-08-032-108/+25
* android: radv: build vulkan.radv conditionally to radeonsiMauro Rossi2018-08-031-0/+2
* 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-313-5/+5