OSDN Git Service

REFINE_LOOP: actually do loop, as this DOES do something even for simple weight functions
[android-x86/external-s2tc.git] / s2tc_compressor.cpp
2011-07-15 Rudolf PolzerREFINE_LOOP: actually do loop, as this DOES do somethin...
2011-07-15 Rudolf Polzerget rid of some divisions we really don't need
2011-07-15 Rudolf Polzerget rid of clang warnings
2011-07-15 Rudolf Polzeroptimize _normalmap mode a bit
2011-07-15 Rudolf PolzerMODE_FAST: don't include the first pixel's color if...
2011-07-15 Rudolf Polzerslightly fix alpha use when refining
2011-07-15 Rudolf Polzermake encoding of DXT3/5 "more friendly" (don't use...
2011-07-15 Rudolf Polzerspeed up refining loop
2011-07-15 Rudolf Polzerfix another bug in alpha refinement
2011-07-15 Rudolf Polzeradd a new mode REFINE_LOOP
2011-07-15 Rudolf Polzerfix DXT5 refinement step for alpha
2011-07-15 Rudolf Polzeroops, a segfault
2011-07-15 Rudolf PolzerDXT5: improve alpha selection; test: test the normalmap...
2011-07-15 Rudolf Polzeralso handle 8 alphabits specially
2011-07-15 Rudolf Polzerfix 1bpp error diffusion
2011-07-14 Rudolf Polzermark another trick taken from libtxc_dxtn as such
2011-07-14 Rudolf Polzeradd time info to the HTML
2011-07-14 Rudolf Polzerfix normalmap averaging
2011-07-14 Rudolf Polzeradd a checked refining pass
2011-07-14 Rudolf Polzersupport "proper" refining
2011-07-14 Rudolf Polzermake the refining step optional
2011-07-14 Rudolf Polzerfix last miplevel
2011-07-14 Rudolf Polzerfix diffusion
2011-07-14 Rudolf Polzerloop filter when compressing
2011-07-14 Rudolf Polzerfix some bugs
2011-07-14 Rudolf Polzerminor optimization to get rid of some dispatching
2011-07-14 Rudolf Polzerround properly
2011-07-14 Rudolf Polzermore optimization
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 tx_compress_dxtn
2011-07-14 Rudolf Polzermake unneeded symbols invisible
2011-07-14 Rudolf Polzersplit compressor into multiple files (preparation for...