summaryrefslogtreecommitdiffstats
path: root/third_party/android_opengl/README.chromium
blob: a23eac6a0aa1f0fb9778792fbd5bc348abdb2b9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Name: etc1
Version: 0
URL: https://source.android.com/
License: Apache 2.0
Security Critical: no

Description:
This directory contains an ETC1 encoding/decoding API.  The source derives from
frameworks/base/opengl/include/ETC1/etc1.cpp from the Android Open Source
Project.

Local modifications:
- Removed decoding.
- Generalize so that output size is independent of input size.
- Handle cases of out-of-bounds blocks along the image boundary.
- Added ARGB8888 decoding option.