Skip to content
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
bb0430c
Add WebGL 2 functions glVertexAttribI4iv and glVertexAttribI4uiv.
juj Sep 8, 2015
0690a55
Add WebGL 2 functions glVertexAttribI4i and glVertexAttribI4ui.
juj Sep 8, 2015
c446152
Update instanced rendering/ANGLE_instanced_arrays extension to work o…
juj Sep 8, 2015
b6d04f5
Implement WebGL2 glDrawRangeElements(), with a workaround.
juj Sep 8, 2015
d41630c
Add WebGL 2 passthrough to glCopyBufferSubData, fix typo in glVertexA…
juj Sep 8, 2015
ba07644
Enable using vertex array objects in WebGL 2 mode.
juj Sep 8, 2015
72a64c2
Add no-op stubs of GLES3 entry points glProgramParameteri(), glGetPro…
juj Sep 8, 2015
a380a75
Add WebGL 2 functions glUniform{1234}ui and glUniform{1234}uiv.
juj Sep 8, 2015
e272894
Fix syntax error in the handling of addition of WebGL 2 pass through …
juj Sep 8, 2015
3fb8b1a
Add WebGL 2 entry points for nonsquare matrices.
juj Sep 8, 2015
503c0da
Move WebGL 2 transform feedback functions to the list of autogenerate…
juj Sep 8, 2015
58b75db
Move more trivial WebGL 2 passthrough functions to being autogenerated.
juj Sep 8, 2015
7b7e043
Add WebGL2 glCopyTexSubImage3D() function entry point.
juj Sep 8, 2015
7eeedb9
Fix WebGL 2 passthrough entry points to omit the gl- prefix.
juj Sep 8, 2015
632f30a
Remove bad asserts in glCompressedTexImage2D() and glCompressedTexSub…
juj Sep 8, 2015
7b675d8
Add WebGL 2 entry points glCompressedTexImage3D() and glCompressedTex…
juj Sep 8, 2015
000fac6
Add WebGL 2 function glGetFragDataLocation().
juj Sep 8, 2015
89e24cc
Add missing WebGL1 glBlendColor__sig field.
juj Sep 8, 2015
5723c10
Add WebGL 2 entry points glClearBufferiv(), glClearBufferuiv(), glCle…
juj Sep 8, 2015
2d360ce
Add WebGL 2 function glFramebufferTextureLayer.
juj Sep 8, 2015
0f3c679
Improve WebGL 2 handling of VAOs: Since VAOs are in core, they are no…
juj Sep 8, 2015
32df780
Fix handling of instancing when running in WebGL 2: -s USE_WEBGL2=1 d…
juj Sep 8, 2015
f4f6461
Simplify VAO extension vs core WebGL 2 entry point handling.
juj Sep 8, 2015
f45f4ea
Simplify WebGL instancing entrypoints handling with extension vs WebG…
juj Sep 8, 2015
b479f04
Simplify entrypoint handling to WebGL draw buffers extension vs core …
juj Sep 8, 2015
571f3e3
Remove unnecessary returns.
juj Sep 8, 2015
5d57a9a
Add semicolons.
juj Sep 9, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading