Home
last modified time | relevance | path

Searched refs:mipmapping (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/docs/relnotes/
D18.2.1.rst147 - radeonsi: fix HTILE for NPOT textures with mipmapping on SI/CI
148 - winsys/radeon: fix CMASK fast clear for NPOT textures with mipmapping
150 - r600: fix HTILE for NPOT textures with mipmapping
D18.1.9.rst116 - radeonsi: fix HTILE for NPOT textures with mipmapping on SI/CI
117 - r600: fix HTILE for NPOT textures with mipmapping
D4.171 Note that mipmapping and several texture wrap modes are not allowed.
D20.2.0.rst586 - panfrost: Don't flush explicitly when mipmapping
1694 - freedreno/a6xx: Fix UBWC mipmapping height alignment.
D19.0.0.rst1491 - freedreno: a2xx: fix mipmapping for NPOT textures
D7.10.rst2266 - r300g: add support for 3D NPOT textures without mipmapping
D20.1.0.rst4266 - panfrost: Only clamp the LOD to disable mipmapping when needed
D19.1.0.rst2313 - freedreno: a2xx: fix mipmapping for NPOT textures
/external/deqp/doc/testspecs/GLES2/
Dfunctional.texture.incomplete.txt27 + NPOT textures with mipmapping
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.hpp268 float renderScale, bool mipmapping);
Dgl4cTextureFilterMinmaxTests.cpp634 float renderScale, bool mipmapping) in TextureFilterMinmaxFilteringTestCaseBase() argument
635 : deqp::TestCase(context, name, description), m_renderScale(renderScale), m_mipmapping(mipmapping) in TextureFilterMinmaxFilteringTestCaseBase()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.cpp228 const bool mipmapping = gl::IsMipmapFiltered(sampler.getMinFilter()); in getSRVForSampler() local
230 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRVForSampler()
/external/mesa3d/docs/
Dversions.rst347 - all texture filtering modes supported (mipmapping)