Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-s2tc: List of commits

external/s2tc


RSS
Rev. Tiempo Autor
49f2574 oreo-x86 pie-x86 q-x86 r-x86 android-x86-8.1-r3 android-x86-8.1-r4 android-x86-8.1-r5 android-x86-8.1-r6 android-x86-9.0-r1 android-x86-9.0-r2 2019-10-05 13:01:31 Michael Goffioul

Add -Wno-implicit-fallthrough to CFLAGS.

a34937c 2019-03-13 11:40:11 Chih-Wei Huang

Remove unused functions

5c98723 2019-02-26 19:29:58 Chih-Wei Huang

Remove unused parameters

ea51bf6 marshmallow-x86 nougat-x86 android-x86-6.0-r1 android-x86-6.0-r2 android-x86-6.0-r3 android-x86-7.1-r1 android-x86-7.1-r2 android-x86-7.1-r3 android-x86-7.1-r4 android-x86-7.1-r5 android-x86-8.1-r1 android-x86-8.1-r2 2016-02-19 17:27:19 WuZhen

add Android.mk to build for android

NO_REF_TASK
tested: local run

Change-Id: Iecc448858a5adbd6aa48326c6ba4d94c6ed79e5c

f6ec862 2015-12-28 07:40:35 divVerent

Merge pull request #9 from Mailaender/man

Added man pages for tools

a259213 2015-12-27 00:34:38 Matthias Mailänder

add man pages for tools

e0dcdcb 2015-12-21 03:30:59 divVerent

Merge pull request #10 from Mailaender/patch-1

Removed versioning from the .so names

a5c07f0 2015-12-21 02:41:28 Matthias Mailänder

remove now redundant versioninfo comments

a2a60fb 2015-12-20 22:23:00 Matthias Mailänder

don't version the .so names

1050adc 2015-12-20 08:34:28 Rudolf Polzer

Convert s2tc_compress and s2tc_decompress tools from C++ to C.

9d9f934 2015-12-20 08:16:03 Rudolf Polzer

Remove two now unavailable test pictures.

b07f8a5 2015-12-20 03:49:45 Rudolf Polzer

libtxc_dxtn: stop depending on libstdc++.

af3bd18 2014-11-13 18:10:11 divVerent

Update README.txt

a5a8ef3 2014-11-13 18:09:22 divVerent

Make the W0AVG mode available via S2TC_COLORDIST_MODE

128fffa 2014-11-13 18:08:29 divVerent

Implement the w0avg mode (approximation to wavg, FAST)

064cb3a 2014-11-13 18:08:09 divVerent

Prepare for adding a W0AVG mode.

3d644da 2014-06-04 23:07:16 divVerent

Merge pull request #5 from dumbbell/link-to-libdl-on-Linux-only

Don't try to link to libdl on non-Linux systems

1c3a383 2014-06-04 03:59:40 Jean-Sébastien Pédron

Add "compile" to .gitignore

e4872a3 2014-06-04 03:58:35 Jean-Sébastien Pédron

Don't try to link to libdl on non-Linux systems

This fixes the build on FreeBSD for instance.

c9a70d0 2013-11-04 21:14:46 Rudolf Polzer

Fix some warnings, fixes #3

8d4ff5b 2013-11-04 04:07:25 Rudolf Polzer

reenable alpha 0 pixel ignorance for DXT1

As DXT1 never stores color values where alpha is 0.

239cf33 2013-10-31 23:39:08 Rudolf Polzer

Fix a weird bug in selecting initial colors by wrong order of loads/stores.

1fc9f34 2013-10-31 23:21:48 Rudolf Polzer

Fix for #2 (alpha zero pixels wreaking havoc).

One place accidentally ignored alpha-zero pixels, making it inconsistent
with the rest and causing bad visual errors in MODE_FAST.

57881ec 2012-12-28 00:09:00 Rudolf Polzer

Avoid the case c0 == c1 when encoding

This case may break buggy decoders.

4be6fa7 2012-12-17 18:30:48 Rudolf Polzer

make it compile with clang; fix a memory leak cppcheck foud

86b61ca 2012-12-17 17:59:52 Laurent Carlier

Fix crash with ETQW and Quake 4

3475c35 2011-08-09 21:51:33 Rudolf Polzer

fix DXT5a dithering

4e27793 2011-08-09 21:45:01 Rudolf Polzer

fix a bug in reading DXT5-alpha

acbae5f 2011-08-09 21:22:13 Rudolf Polzer

also test s2tc_from_s3tc

b422a07 2011-08-09 21:08:51 Rudolf Polzer

add s2tc_from_s3tc

This is a tool to convert existing S3TC to S2TC using a simple binary shift
operation (warning: LOWER quality than decompressing and actually
recompressing!)

Show on old repository browser