libshadertoy (0.1.8) * Add support for defining uniforms at run-time. See example15-uniforms * Fix buffer timing measuring extra geometry binding
libshadertoy (0.1.7) * Add default parameter for buffer query from context
libshadertoy (0.1.6) * Add fragment shader execution time query support (iTimeDelta) * Fix unsupported inputs in examples * Fix mipmap generation * Fix various bugs when building from source * Fix examples deleting GL context before Shadertoy context
libshadertoy (0.1.5) * Update dependencies for Xenial and Stretch
libshadertoy (0.1.4) * Add support for Ubuntu Trusty (14.04 LTS)
libshadertoy (0.1.3) unstable; urgency=medium * Remove API version from .so basename, include SOVERSION definition
libshadertoy (0.1.2) unstable; urgency=medium * Fix package build including the wrong version of libshadertoy.so
libshadertoy (0.1.1) unstable; urgency=medium * Fix compatibility issues * Add missing documentation
libshadertoy (0.1.0) * Use GLM for vector arithmetic * Remove dependency on oglplus and dependent packages, use raw OpenGL instead * Remove serialization code and associated Boost dependency
libshadertoy (0.0.10) unstable * Fix CMakeLists.txt include order
libshadertoy (0.0.8) unstable * Fix ToyBuffers copying configuration instead of referencing * Fix global header not including the TextureEngine header * Fix buildpackage script
libshadertoy (0.0.7) unstable * Fix iResolution not being set on Initialize
libshadertoy (0.0.6) unstable * Fix iResolution not being updated on resolution change through Allocate
libshadertoy (0.0.5) unstable * Fix support for iGlobalTime as well as iTime
libshadertoy (0.0.3) unstable * Add dump program binary context options
libshadertoy (0.0.2) unstable * Add buffer resizing support * Add ShaderToy API example * Add libjpeg support for loading progressive JPEGs * Fix: TextureEngine does not have any handlers registered by default