Start a market Intent with Intent.FLAG_ACTIVITY_NEW_TASK
[chromium-blink-merge.git] / third_party / android_opengl / README.chromium
bloba23eac6a0aa1f0fb9778792fbd5bc348abdb2b9e
1 Name: etc1
2 Version: 0
3 URL: https://source.android.com/
4 License: Apache 2.0
5 Security Critical: no
7 Description:
8 This directory contains an ETC1 encoding/decoding API.  The source derives from
9 frameworks/base/opengl/include/ETC1/etc1.cpp from the Android Open Source
10 Project.
12 Local modifications:
13 - Removed decoding.
14 - Generalize so that output size is independent of input size.
15 - Handle cases of out-of-bounds blocks along the image boundary.
16 - Added ARGB8888 decoding option.