aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/pica.h
diff options
context:
space:
mode:
authorGravatar Tony Wasserka <NeoBrainX@gmail.com>2014-12-31 14:48:19 +0100
committerGravatar archshift <admin@archshift.com>2015-01-13 14:42:40 -0800
commitf2b74b4fb304dc6b80656a730d3ec3d9f3385b87 (patch)
tree332920859205a28d2c8a9395edcaff29e33f5e9e /src/video_core/pica.h
parent2f7069f9bda8ce466e99b1202eaa1cc06125fd6f (diff)
Pica/Rasterizer: Add ETC1 texture decompression support.
Diffstat (limited to 'src/video_core/pica.h')
-rw-r--r--src/video_core/pica.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h
index f5771ed8..de1ce05b 100644
--- a/src/video_core/pica.h
+++ b/src/video_core/pica.h
@@ -161,8 +161,8 @@ struct Regs {
IA4 = 9,
A4 = 11,
- // TODO: Support for the other formats is not implemented, yet.
- // Seems like they are luminance formats and compressed textures.
+ ETC1 = 12, // compressed
+ ETC1A4 = 13, // compressed
};
static unsigned NibblesPerPixel(TextureFormat format) {