OSDN Git Service

android-x86/external-s2tc.git
13 years agoadd decompressor to the makefile
Rudolf Polzer [Wed, 13 Jul 2011 14:28:36 +0000 (16:28 +0200)]
add decompressor to the makefile

13 years agominor optimization to get rid of some dispatching
Rudolf Polzer [Wed, 13 Jul 2011 14:27:54 +0000 (16:27 +0200)]
minor optimization to get rid of some dispatching

13 years agonow also decode the other formats
Rudolf Polzer [Wed, 13 Jul 2011 13:36:17 +0000 (15:36 +0200)]
now also decode the other formats

13 years agoalso add an example decompressor tool
Rudolf Polzer [Wed, 13 Jul 2011 13:28:28 +0000 (15:28 +0200)]
also add an example decompressor tool

13 years agofix typo
Rudolf Polzer [Wed, 13 Jul 2011 13:02:55 +0000 (15:02 +0200)]
fix typo

13 years agodecoder: decode S2TC DXT1 correctly
Rudolf Polzer [Wed, 13 Jul 2011 12:56:21 +0000 (14:56 +0200)]
decoder: decode S2TC DXT1 correctly

13 years agoround properly
Rudolf Polzer [Wed, 13 Jul 2011 11:57:02 +0000 (13:57 +0200)]
round properly

13 years agomore optimization
Rudolf Polzer [Wed, 13 Jul 2011 11:47:51 +0000 (13:47 +0200)]
more optimization

13 years agospeed up libtxc_dxtn by factor 8 at the expense of quality
Rudolf Polzer [Wed, 13 Jul 2011 11:05:40 +0000 (13:05 +0200)]
speed up libtxc_dxtn by factor 8 at the expense of quality

13 years agoadd a second superfast color choice algorithm
Rudolf Polzer [Wed, 13 Jul 2011 11:04:49 +0000 (13:04 +0200)]
add a second superfast color choice algorithm

13 years agofix compression by the libtxc_dxtn
Rudolf Polzer [Tue, 12 Jul 2011 19:51:45 +0000 (21:51 +0200)]
fix compression by the libtxc_dxtn

13 years agoimplement the other DXT functions
Rudolf Polzer [Tue, 12 Jul 2011 18:48:13 +0000 (20:48 +0200)]
implement the other DXT functions

13 years agoimplement tx_compress_dxtn
Rudolf Polzer [Tue, 12 Jul 2011 18:42:49 +0000 (20:42 +0200)]
implement tx_compress_dxtn

13 years agoadd a txc_dxtn compatible wrapper file
Rudolf Polzer [Tue, 12 Jul 2011 18:17:14 +0000 (20:17 +0200)]
add a txc_dxtn compatible wrapper file

13 years agomake unneeded symbols invisible
Rudolf Polzer [Tue, 12 Jul 2011 18:16:53 +0000 (20:16 +0200)]
make unneeded symbols invisible

13 years agosplit compressor into multiple files (preparation for libtxc_dxtn compat)
Rudolf Polzer [Tue, 12 Jul 2011 17:43:07 +0000 (19:43 +0200)]
split compressor into multiple files (preparation for libtxc_dxtn compat)

13 years agoremove debug code
Rudolf Polzer [Tue, 12 Jul 2011 15:50:23 +0000 (17:50 +0200)]
remove debug code

13 years agonow with augenkrebs
Rudolf Polzer [Tue, 12 Jul 2011 15:50:07 +0000 (17:50 +0200)]
now with augenkrebs

13 years agoanother test pic
Rudolf Polzer [Tue, 12 Jul 2011 13:45:08 +0000 (15:45 +0200)]
another test pic

13 years agofix crash
Rudolf Polzer [Tue, 12 Jul 2011 13:36:36 +0000 (15:36 +0200)]
fix crash

13 years ago3 more test pics
Rudolf Polzer [Tue, 12 Jul 2011 13:33:57 +0000 (15:33 +0200)]
3 more test pics

13 years agoimprovements
Rudolf Polzer [Tue, 12 Jul 2011 12:09:32 +0000 (14:09 +0200)]
improvements

13 years agoadd a SRGB_MIXED mode
Rudolf Polzer [Tue, 12 Jul 2011 11:33:02 +0000 (13:33 +0200)]
add a SRGB_MIXED mode

13 years agoupdate metrics again
Rudolf Polzer [Tue, 12 Jul 2011 10:21:16 +0000 (12:21 +0200)]
update metrics again

13 years agodo not use Lab by default in the test
Rudolf Polzer [Tue, 12 Jul 2011 10:10:51 +0000 (12:10 +0200)]
do not use Lab by default in the test

13 years agoadd a comment
Rudolf Polzer [Tue, 12 Jul 2011 10:05:17 +0000 (12:05 +0200)]
add a comment

13 years agoalso add L*a*b* colorspace (unoptimized, slow, bad)
Rudolf Polzer [Tue, 12 Jul 2011 10:03:18 +0000 (12:03 +0200)]
also add L*a*b* colorspace (unoptimized, slow, bad)

13 years agofix the RGB-linear metrics, and name the current one YUV
Rudolf Polzer [Tue, 12 Jul 2011 09:17:19 +0000 (11:17 +0200)]
fix the RGB-linear metrics, and name the current one YUV

13 years agoinitial import of s2tc
Rudolf Polzer [Thu, 14 Jul 2011 17:11:03 +0000 (19:11 +0200)]
initial import of s2tc