OSDN Git Service

android-x86/external-s2tc.git
2011-07-15 Rudolf Polzeralso handle 8 alphabits specially
2011-07-15 Rudolf Polzerfix nvcompress call
2011-07-15 Rudolf Polzerfix 1bpp error diffusion
2011-07-15 Rudolf Polzerspecify the fourcc we want!
2011-07-15 Rudolf Polzersync syntax to autotools
2011-07-15 Rudolf Polzerfix decompression
2011-07-15 Rudolf Polzerautoconf hack for better performance
2011-07-15 Rudolf Polzerdecompress with something better
2011-07-15 Rudolf Polzerfix name in license ;)
2011-07-15 Rudolf Polzermore test cases
2011-07-14 Rudolf Polzertest.sh: use -O3
2011-07-14 Rudolf Polzerfix order
2011-07-14 Rudolf Polzerget rid of stupid libtool overhead
2011-07-14 Rudolf Polzerfix paths
2011-07-14 Rudolf Polzermove test pics to a subdir
2011-07-14 Rudolf Polzerrename the .pc file
2011-07-14 Rudolf Polzerautoreconf works now
2011-07-14 Rudolf Polzerclarify license of DP-derived parts
2011-07-14 Rudolf Polzerautotools!
2011-07-14 Rudolf Polzermake .h file identical to libtxc_dxtn's
2011-07-14 Rudolf Polzermark another trick taken from libtxc_dxtn as such
2011-07-14 Rudolf Polzeradd a note for license problem
2011-07-14 Rudolf Polzerput it under the MIT license
2011-07-14 Rudolf Polzeruse only 32 random colors
2011-07-14 Rudolf Polzerbetter benchmarking
2011-07-14 Rudolf Polzeradd time info to the HTML
2011-07-14 Rudolf Polzeralso add a mandelbrot pic
2011-07-14 Rudolf Polzeradd a README for the env variables
2011-07-14 Rudolf Polzerfix normalmap averaging
2011-07-14 Rudolf Polzerremove some useless tests
2011-07-14 Rudolf Polzeradd a checked refining pass
2011-07-14 Rudolf Polzertest whether refining is good or evil
2011-07-14 Rudolf Polzerfinish refining
2011-07-14 Rudolf Polzersupport "proper" refining
2011-07-14 Rudolf Polzermake the refining step optional
2011-07-14 Rudolf Polzerreorder columns
2011-07-14 Rudolf Polzerremove an unused variable
2011-07-14 Rudolf Polzermake the external dependencies of test.sh optional
2011-07-14 Rudolf Polzerit's better to do this generally
2011-07-14 Rudolf Polzersimplify the LD_PRELOAD construct
2011-07-14 Rudolf Polzeruse rand64-avg
2011-07-14 Rudolf Polzeruse the right DLL
2011-07-14 Rudolf Polzerimprove file names
2011-07-14 Rudolf Polzerswap compressonator and nvcompress
2011-07-14 Rudolf Polzeralso include AMD Compressonator in the test
2011-07-14 Rudolf Polzeradd back AVG
2011-07-14 Rudolf Polzerfix last miplevel
2011-07-14 Rudolf Polzerdon't communicate by putenv/getenv
2011-07-14 Rudolf Polzerfix diffusion
2011-07-14 Rudolf Polzerloop filter when compressing
2011-07-14 Rudolf Polzerfix various bugs, now it is actually compatible to...
2011-07-14 Rudolf Polzerremove useless "avg" tests
2011-07-14 Rudolf Polzerless HTML output
2011-07-14 Rudolf Polzermake decoding deterministic
2011-07-14 Rudolf Polzerfix color order
2011-07-14 Rudolf Polzerfix HTML out
2011-07-14 Rudolf Polzermore fixes
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