Skip to content

Releases: emscripten-ports/regal

version_7

02 Dec 14:30
cee02e8
Compare
Choose a tag to compare

Fixes compared to previous version_6, that will let emscripten port compile correctly

Upstream release

02 Dec 11:45
9ba65ea
Compare
Choose a tag to compare

Various updates/enhancements

  • Enabled pthread support
  • General cleanup
  • Disabled HTTP and JSON modules
  • Disabled FRAME module (not needed, this reduce size)
  • Enabled GL_OES_standard_derivatives extension (available on 100% of browsers), that might be needed for some glsl shaders
  • Added support for missing builting gl_ModelViewMatrixInverseTranspose

version_5

28 Nov 13:45
b2af9a3
Compare
Choose a tag to compare
Merge pull request #7 from claudeha/bugfix-quad-strip

Looks good to me. Merged

version_4

03 Jan 11:07
e126ffe
Compare
Choose a tag to compare
Merge pull request #5 from gabrielcuvillier/master

Implemented handling of gl_TexCoord builtin attribute in Shaders

version_3

02 Jan 22:02
3ece627
Compare
Choose a tag to compare
Merge pull request #4 from gabrielcuvillier/master

Merge upstream with latest changes

version_2

17 Dec 11:35
1708973
Compare
Choose a tag to compare
Merge pull request #2 from gabrielcuvillier/master

Properly take into account REGAL_THREAD_LOCKING define at build time

version_1: Make Fixed Function pipeline shaders work again

14 Dec 19:26
Compare
Choose a tag to compare
There was an issue with converting the scale value to float if it is a "round" value (eg. "2.0"). This is putting an integer in the shader instead of a float, and it break things for vector multiplication