OSDN Git Service

android-x86/external-s2tc.git
12 years agofix HTML out
Rudolf Polzer [Wed, 13 Jul 2011 15:16:20 +0000 (17:16 +0200)]
fix HTML out

12 years agomore fixes
Rudolf Polzer [Wed, 13 Jul 2011 15:14:21 +0000 (17:14 +0200)]
more fixes

12 years agofix BGRA and parameter passing
Rudolf Polzer [Wed, 13 Jul 2011 15:10:58 +0000 (17:10 +0200)]
fix BGRA and parameter passing

12 years agofix some bugs
Rudolf Polzer [Wed, 13 Jul 2011 15:03:04 +0000 (17:03 +0200)]
fix some bugs

12 years agoremove unused stuff
Rudolf Polzer [Wed, 13 Jul 2011 14:44:13 +0000 (16:44 +0200)]
remove unused stuff

12 years agoalways use the dynamic lib
Rudolf Polzer [Wed, 13 Jul 2011 14:43:06 +0000 (16:43 +0200)]
always use the dynamic lib

12 years agoadd decompressor to the makefile
Rudolf Polzer [Wed, 13 Jul 2011 14:28:36 +0000 (16:28 +0200)]
add decompressor to the makefile

12 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

12 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

12 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

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

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

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

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

12 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

12 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

12 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

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

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

12 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

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

12 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)

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

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

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

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

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

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

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

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

12 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

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

12 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)

12 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

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