Skip to content

Releases: visgl/luma.gl

v5.1.4

23 Mar 20:24
Compare
Choose a tag to compare

March 23, 2018

  • Fix exports (#428)

v5.1.3

13 Mar 23:35
Compare
Choose a tag to compare
  • Fix framebuffer target for WebGL1 context (#434)

v5.1.2

27 Feb 03:10
Compare
Choose a tag to compare
  • Fix array uniform setting (#425)

v5.1.1

16 Feb 07:06
Compare
Choose a tag to compare
  • Remove unreferenced math deps and docs in 5.1 release (#416)
  • Fix animation loop bug (#415)

v5.1.0

15 Feb 19:52
Compare
Choose a tag to compare

Version 5.1

TransformFeedback Enhancements

Performing Transform Feedback operations has gotten easier, mainly in the following two ways:

TransformFeedback instances can now be supplied directly to Model.draw and feedback will begin and end during that draw call. Thus it is no longer necessary to work directly with the Program class to use transform feedback.

Program now build a varyingMap on creation depending on varyings array and drawMode. This varyingMap can be passed to TransformFeedback.bindBuffers() enabling buffers to be indexed by the name of the "varying" instead of using an index.

For more details check TransformFeedback and Model documentation.

5.1.0-beta.1

25 Jan 21:40
Compare
Choose a tag to compare
5.1.0-beta.1 Pre-release
Pre-release

5.1.0-beta.1 - Jan 25, 2018

  • Vertexarray enhancements (#391)
  • Fix overflow of 64 bits shader on intel GPU (#388)
  • TransformFeedback: Add varyingMap support + new TF instancing example. (#385)
  • Bump webgl-debug module to 2.0.0 (#386)
  • Transform Feedback: Add Support to Model.draw and minor API changes. (#383)
  • Update buildkite agent queues (#384)
  • Initial luma.gl RFCs (#382)
  • Allow shaderModule.getUniforms access dependency uniforms (#379)
  • Fix AnimationLoop bug - promise never resolves on page that is already loaded
  • Minimize console logs during startup (#380)

v5.0.2

22 Jan 19:09
Compare
Choose a tag to compare
  • Fix overflow of 64 bits shader on intel GPU (#388)

v5.0.1

05 Jan 23:56
Compare
Choose a tag to compare

5.0.1 - Jan 5

  • Fix AnimationLoop bug - promise never resolves on page that is already loaded
  • Minimize console logs during startup (#380)

v4.0.6

07 Dec 03:20
Compare
Choose a tag to compare

v4.0.6 - "December 6, 2017"

  • Add Intel Tan Shader WA for default GPU (#369)

v4.0.5

06 Oct 23:02
Compare
Choose a tag to compare

4.0.5 - "October 6, 2017"

  • Fix TransformFeedback.isSupported bug (#333)
  • Conditionally add shader extensions defines (#330)