-
v0.1.8
libshadertoy (0.1.8) * Add support for defining uniforms at run-time. See example15-uniforms * Fix buffer timing measuring extra geometry binding
-
v0.1.7
libshadertoy (0.1.7) * Add default parameter for buffer query from context
-
v0.1.6
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
-
v0.1.5
libshadertoy (0.1.5) * Update dependencies for Xenial and Stretch
-
v0.1.4
libshadertoy (0.1.4) * Add support for Ubuntu Trusty (14.04 LTS)
-
v0.1.3
libshadertoy (0.1.3) unstable; urgency=medium * Remove API version from .so basename, include SOVERSION definition
-
v0.1.2
libshadertoy (0.1.2) unstable; urgency=medium * Fix package build including the wrong version of libshadertoy.so
-
v0.1.1
libshadertoy (0.1.1) unstable; urgency=medium * Fix compatibility issues * Add missing documentation
-
v0.1.0
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
-
v0.0.10
libshadertoy (0.0.10) unstable * Fix CMakeLists.txt include order
-
v0.0.8
libshadertoy (0.0.8) unstable * Fix ToyBuffers copying configuration instead of referencing * Fix global header not including the TextureEngine header * Fix buildpackage script
-
v0.0.7
libshadertoy (0.0.7) unstable * Fix iResolution not being set on Initialize
-
v0.0.6
libshadertoy (0.0.6) unstable * Fix iResolution not being updated on resolution change through Allocate
-
v0.0.5
libshadertoy (0.0.5) unstable * Fix support for iGlobalTime as well as iTime
-
v0.0.3
libshadertoy (0.0.3) unstable * Add dump program binary context options
-
v0.0.2
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