summaryrefslogtreecommitdiff
path: root/src/amd/addrlib
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: add support for RenoirMarek Olšák2019-08-142-0/+7
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-313-5/+5
* amd: add support for ArcturusMarek Olšák2019-07-291-0/+4
* amd/addrlib/gfx10: forbid DCC for swizzle modes which the hardware does not s...Nicolai Hähnle2019-07-031-3/+2
* amd/addrlib/gfx10: fix assertion in Addr2IsValidDisplaySwizzleModeNicolai Hähnle2019-07-031-0/+1
* amd/common: add GFX10 chipsNicolai Hähnle2019-07-031-1/+5
* amd/addrlib: add gfx10 supportMarek Olšák2019-07-0317-39/+12171
* amd: update addrlibMarek Olšák2019-06-1727-490/+641
* amd/addrlib: fix uninitialized values for Addr2ComputeDccAddrFromCoordMarek Olšák2019-04-041-0/+2
* amd/addrlib: update Mesa's copy of addrlibNicolai Hähnle2018-11-2930-11362/+823
* radeonsi: add support for Raven2 (v2)Marek Olšák2018-10-302-1/+3
* amd/addrlib: Fix include path for c99_compat.hMariusz Ceier2018-08-221-1/+1
* 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-221-1/+3
* radeonsi: add support for Vega20Marek Olšák2018-07-123-1/+5
* amd/addrlib: add support for VegaMMarek Olšák2018-04-184-0/+41
* amd/addrlib: update to the latest version for Vega12Marek Olšák2018-03-2816-147/+438
* meson: Use include variablesDylan Baker2018-01-111-1/+1
* meson: Use consistent styleDylan Baker2018-01-111-3/+6
* amd: remove always-true BRAHMA_BUILD defineEric Engestrom2017-12-012-14/+3
* meson: Remove build_by_default from amd codeDylan Baker2017-11-131-1/+0
* amd/addrlib: update to latest versionMarek Olšák2017-11-0825-3104/+1324
* amd/addrlib: add Addr2IsValidDisplaySwizzleModeMarek Olšák2017-10-124-2/+58
* meson: build "radv" vulkan driver for radeon hardwareDylan Baker2017-09-271-0/+63
* amd/addrlib: fix missing va_end() after va_copy()Nicolai Hähnle2017-09-211-6/+2
* ac/addrlib: enable assertions in debug buildsNicolai Hähnle2017-09-131-9/+17
* ac/addrlib: relax an assertionNicolai Hähnle2017-09-131-1/+2
* ac/addrlib: relax an assertionNicolai Hähnle2017-09-131-1/+1
* amd/addrlib: fix typo in api name.Dave Airlie2017-07-1710-15/+15
* amd/addrlib: import Raven supportMarek Olšák2017-05-152-3/+62
* amd/addrlib: use correct variable name in headerThomas Hindoe Paaboel Andersen2017-04-101-1/+1
* amd/addrlib: second update for Vega10 + bug fixesMarek Olšák2017-04-0417-2132/+3298
* amd/addrlib: fix optimized build warningsGrazvydas Ignotas2017-04-031-1/+1
* Partially revert "amd/addrlib: silence warnings" to fix builds with DEBUGMarek Olšák2017-03-303-6/+6
* amd/addrlib: silence warningsMarek Olšák2017-03-304-15/+15
* amd/addrlib: import gfx9 supportNicolai Hähnle2017-03-3016-3/+22032
* amd/addrlib: Not all ETC2 formats are 128bpp... add new ETC2 formats to diffe...Kevin Furrow2017-03-303-19/+45
* amd/addrlib: Fix selection of swizzle modes for 3D compressed images.Kevin Furrow2017-03-301-1/+2
* amd/addrlib: Add support for ETC2 and ASTC formats.Kevin Furrow2017-03-303-1/+119
* amd/addrlib: Bump version to 6.02Joe Ma2017-03-301-1/+1
* amd/addrlib: Adjust slie size after pitch and actual height adjustmentFrans Gu2017-03-301-26/+31
* amd/addrlib: Apply input pitch after internal pitch aligningFrans Gu2017-03-301-12/+33
* amdgpu/addrlib: Bump version to 6.01Nicolai Hähnle2017-03-301-2/+2
* amdgpu/addrlib: Seperate 2 dcc related workarounds by different flagsNicolai Hähnle2017-03-303-3/+9
* amdgpu/addrlib: Fix the issue that tcCompatible HTILE slice size is not calcu...Nicolai Hähnle2017-03-302-0/+18
* amdgpu/addrlib: Add a new output flag to notify client that the returned tile...Nicolai Hähnle2017-03-302-1/+5
* amdgpu/addrlib: add matchStencilTileCfg and tcCompatible fixesXavi Zhang2017-03-304-20/+152