summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* nir: Drop the vs_inputs_dual_locations optionJason Ekstrand2018-09-061-1/+0
* radv: Fix CMASK dimensions.Bas Nieuwenhuizen2018-09-031-2/+2
* radv: Use a lower max offchip buffer count.Bas Nieuwenhuizen2018-09-031-2/+22
* radv: Add VEGA20 support.Bas Nieuwenhuizen2018-09-032-0/+2
* radv: don't expose linear depth surfaces on SI/CIK/VI either.Dave Airlie2018-09-031-3/+2
* radv: add missing support for protected memory propertiesSamuel Pitoiset2018-08-311-0/+6
* radv: remove dead code in scan_shader_output_decl()Samuel Pitoiset2018-08-311-6/+0
* radv: remove radv_shader_context::num_output_{clips,culls}Samuel Pitoiset2018-08-311-7/+0
* radv: adjust the cull dist mask in scan_shader_output_decl()Samuel Pitoiset2018-08-311-3/+2
* radv: get length of the clip/cull distances array from usage maskSamuel Pitoiset2018-08-311-9/+40
* radv: do not recompute the output usage mask for clipdist twiceSamuel Pitoiset2018-08-311-4/+1
* radv: gather the output usage mask for clip/cull distances correctlySamuel Pitoiset2018-08-311-0/+8
* radv: add set_output_usage_mask() helperSamuel Pitoiset2018-08-311-17/+26
* radv: fix passing clip/cull distances from VS to PSSamuel Pitoiset2018-08-314-1/+51
* ac/radeonsi: fix CIK copy max sizeDave Airlie2018-08-311-1/+3
* radv/meta: Set num_components on image_store intrinsicsJason Ekstrand2018-08-303-0/+6
* radv: Add missing checks in radv_get_image_format_properties.Bas Nieuwenhuizen2018-08-301-0/+19
* 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
* 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