• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

shaders/25-Apr-2025-72,67272,177

testing/25-Apr-2025-215151

Android.bpD25-Apr-2025724 2523

AstcTexture.cppD25-Apr-202511.6 KiB292221

AstcTexture.hD25-Apr-20253.1 KiB7546

CMakeLists.txtD25-Apr-2025599 2118

CompressedImageInfo.cppD25-Apr-202534.3 KiB815667

CompressedImageInfo.hD25-Apr-20258.8 KiB19089

GpuDecompressionPipeline.cppD25-Apr-202512.6 KiB337276

GpuDecompressionPipeline.hD25-Apr-20254.8 KiB13170

README.mdD25-Apr-2025264 64

meson.buildD25-Apr-2025686 2319

README.md

1# Emulated Textures
2
3This directory contains code related to providing emulated support for compressed texture formats.
4
5For example, support for ASTC and ETC2 texture formats is the norm on mobile GPUs but is non-existent
6on desktop GPUs and needs to be emulated.