OSDN Git Service

android-x86/external-s2tc.git
2011-07-14 Rudolf Polzerfix BGRA and parameter passing
2011-07-14 Rudolf Polzerfix some bugs
2011-07-14 Rudolf Polzerremove unused stuff
2011-07-14 Rudolf Polzeralways use the dynamic lib
2011-07-14 Rudolf Polzeradd decompressor to the makefile
2011-07-14 Rudolf Polzerminor optimization to get rid of some dispatching
2011-07-14 Rudolf Polzernow also decode the other formats
2011-07-14 Rudolf Polzeralso add an example decompressor tool
2011-07-14 Rudolf Polzerfix typo
2011-07-14 Rudolf Polzerdecoder: decode S2TC DXT1 correctly
2011-07-14 Rudolf Polzerround properly
2011-07-14 Rudolf Polzermore optimization
2011-07-14 Rudolf Polzerspeed up libtxc_dxtn by factor 8 at the expense of...
2011-07-14 Rudolf Polzeradd a second superfast color choice algorithm
2011-07-14 Rudolf Polzerfix compression by the libtxc_dxtn
2011-07-14 Rudolf Polzerimplement the other DXT functions
2011-07-14 Rudolf Polzerimplement tx_compress_dxtn
2011-07-14 Rudolf Polzeradd a txc_dxtn compatible wrapper file
2011-07-14 Rudolf Polzermake unneeded symbols invisible
2011-07-14 Rudolf Polzersplit compressor into multiple files (preparation for...
2011-07-14 Rudolf Polzerremove debug code
2011-07-14 Rudolf Polzernow with augenkrebs
2011-07-14 Rudolf Polzeranother test pic
2011-07-14 Rudolf Polzerfix crash
2011-07-14 Rudolf Polzer3 more test pics
2011-07-14 Rudolf Polzerimprovements
2011-07-14 Rudolf Polzeradd a SRGB_MIXED mode
2011-07-14 Rudolf Polzerupdate metrics again
2011-07-14 Rudolf Polzerdo not use Lab by default in the test
2011-07-14 Rudolf Polzeradd a comment
2011-07-14 Rudolf Polzeralso add L*a*b* colorspace (unoptimized, slow, bad)
2011-07-14 Rudolf Polzerfix the RGB-linear metrics, and name the current one YUV
2011-07-14 Rudolf Polzerinitial import of s2tc