Add new compression algorithm and models
authorAndrey Tuganov <andreyt@google.com>
Tue, 14 Nov 2017 22:02:42 +0000 (17:02 -0500)
committerDavid Neto <dneto@google.com>
Tue, 21 Nov 2017 22:32:58 +0000 (17:32 -0500)
commit250a235a8dbc08fabc3cc3ce2f1f030baa8a3bc6
treea4f2545c7691a38281b26a48b768b80987af27b7
parenta771713e4250358f2248eba95a16e362c8524b41
Add new compression algorithm and models

Add new "short descriptor" algorithm to MARK-V codec.

Add three shader compression models:
lite - fast, poor compression
mid - balanced
max - best compression
14 files changed:
source/comp/markv_codec.cpp
source/comp/markv_model.h
source/id_descriptor.cpp
source/id_descriptor.h
test/comp/CMakeLists.txt
test/comp/markv_codec_test.cpp
tools/CMakeLists.txt
tools/comp/markv.cpp
tools/comp/markv_model_factory.cpp
tools/comp/markv_model_factory.h
tools/comp/markv_model_shader.cpp [new file with mode: 0644]
tools/comp/markv_model_shader.h [new file with mode: 0644]
tools/comp/markv_model_shader_default.cpp [deleted file]
tools/comp/markv_model_shader_default.h [deleted file]