Skip to content

Releases: lsp-plugins/lsp-r3d-iface

Release 1.0.4

24 Jul 21:31
Compare
Choose a tag to compare
  • Updated build scripts.

Release 1.0.3

01 Jul 13:14
Compare
Choose a tag to compare
  • Changed C++ standard to C++ 11.
  • Updated build scripts.

Release 1.0.2

20 Jun 17:28
Compare
Choose a tag to compare
  • Updated build scripts.

Release 1.0.1

21 Mar 16:39
Compare
Choose a tag to compare
  • Updated build scripts.

Release 1.0.0

23 Feb 22:51
Compare
Choose a tag to compare
  • Added BUFFER_STD_BLENDING flag to buffer flags.
  • Added user data and destruction function to r3d::buffer_t type.
  • Added function description for checking version of the R3D interface in use.

Release 0.5.2

16 Aug 20:29
Compare
Choose a tag to compare
  • Updated build system.

Release 0.5.1

13 Nov 14:54
Compare
Choose a tag to compare
  • Updated factory function prototype: added integer parameter for
    enumeration capabilities.
  • Added LSP_R3D_BULTIN_FACTORY_FUNCTION macro.
  • Added Factory::enumerate(index) method to enumerate built-in factories.
  • Updated interface of r3d::buffer_t structure.
  • Submitted r3d::init_buffer function for initializing buffer with default data.

Release 0.5.0

08 Oct 12:08
Compare
Choose a tag to compare
  • Initial release.
  • Split interface code from lsp-r3d-base-lib.
  • Added possibility to define built-in R3D factory.
  • Added compatibility with window subsystem flag.