0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #13 from cscott/c58afc4c408d75cc5580d165a2279ff40e4454b6 More... over 12 years ago
Set root path to reflect the current javascript file when using load(). More... over 12 years ago
Merge pull request #11 from cscott/da3e43e2e41ea35f048a2ebebe3ba2d814d66551 More... over 12 years ago
Hook up v8-typed-array to v8-gl. More... over 12 years ago
Import v8-typed-array from https://github.com/cscott/v8-gl. More... over 12 years ago
Accept TypedArray argument to Gles.texImage2D(). More... over 12 years ago
Update Gles.uniform*fv and Gles.uniformMatrix*fv to match WebGL prototype. More... over 12 years ago
Allow Gles.depthMask() to take a JavaScript boolean as well as GL_TRUE/GL_FALSE. More... over 12 years ago
Update Gles.getParameter() switch statement to match WebGL spec. More... over 12 years ago
Accept additional parameters to vertexAttribPointer(). More... over 12 years ago
Improve error checking in glesbind.cpp. More... over 12 years ago
Handle Typed Array arguments to the Gles.bufferData method. More... over 12 years ago
Avoid OOM when running script file from current directory. More... over 12 years ago
Nicer exception reporting (filename, linenumber, position). More... over 12 years ago
Gles.clearDepthf -> Gles.clearDepth More... over 12 years ago
Add 'read' built-in to get file contents as a string. More... over 12 years ago
Add missing glGetString() cases to GLESglGetParameterCallback. More... over 12 years ago
Don't try to use GL symbols which aren't included in GLES. More... over 12 years ago
Merge pull request #10 from cscott/9d396a3aef1dd066f7d3fc6184b992047026b6b4 More... over 12 years ago
Add missing gles/lib/matrix.js file. More... over 12 years ago
Merge pull request #8 from cscott/master More... over 12 years ago
Allow building only some of the bindings (for example on GLES-only platforms). More... over 12 years ago
Quiet some compiler warnings about &&/|| precedence. More... over 12 years ago
Workaround missing GLUT functions on non-Mac OS X platforms. More... over 12 years ago
Add missing #includes for building on Linux. More... over 12 years ago
Point to Plask. More... almost 13 years ago
Change README. More... over 13 years ago
Removing handleScopes for Glu(t) and Gl callbacks More... over 14 years ago
Remove incorrect uses of HandleScopes that were causing debug mode crashes for using a destroyed (zapped) handle. More... over 14 years ago
Ambiguous Utils changed for V8GLUtils More... over 14 years ago