aboutsummaryrefslogtreecommitdiff
path: root/src/library_gl.js
AgeCommit message (Expand)Author
2013-02-22Added support in glGetBooleanv GL_VERTEX_ARRAY.Michael J. Bishop
2013-02-21aliases for OES vertex array functionsAlon Zakai
2013-02-20do not forward enable/disable of GL_TEXTURE_2D to WebGL enable/disable, it is...Alon Zakai
2013-02-20add more glGetIntegerv constantsAlon Zakai
2013-02-20TODO: multiple array buffers in vao (for each vertex attrib pointer separately)Alon Zakai
2013-02-20glGetPointervAlon Zakai
2013-02-20vertex array object support in gl emulationAlon Zakai
2013-02-19warn only once on glTexEnv*Alon Zakai
2013-02-19Added some symbol compatibility for OpenGL1.1.Michael Bishop
2013-02-19Added support for `glFrustumf`.Michael J. Bishop
2013-02-17another gl workaroundAlon Zakai
2013-02-15ensure no writes out of the buffer area in glReadPixelsAlon Zakai
2013-02-14fix and test glIsProgramAlon Zakai
2013-02-14fix gl flush assertionAlon Zakai
2013-02-08gles workaroundAlon Zakai
2013-02-08gl assertionAlon Zakai
2013-02-08fix comparisonAlon Zakai
2013-02-08check for restriding exceeding the temp buffer sizeAlon Zakai
2013-02-08make gl temp buffer size adjustableAlon Zakai
2013-02-06do not throw on an incorrect glEnableClientState, just warnAlon Zakai
2013-02-06support packed attributes in gl emulation code, perform restriding manuallyAlon Zakai
2013-02-06better checks for stride in prepareClientAttributesAlon Zakai
2013-02-06fix gluPerspective and add testAlon Zakai
2013-01-31fix glIsTexture from throwing a warning on null-ified textures, and add testingAlon Zakai
2013-01-30optimize gl constant compile-time multiplicationsAlon Zakai
2013-01-23sdl and gl error stubsAlon Zakai
2013-01-20refactor getProcAddressAlon Zakai
2013-01-20refactor gl emulation codeAlon Zakai
2013-01-19fix glColorAlon Zakai
2013-01-19refactor gl emulation code that replaces drawing functions at runtimeAlon Zakai
2013-01-19support glBegin on GL_POINTS; fixes #793Alon Zakai
2013-01-16- remove erroneous, trailing comma at the end of the previously added gluOrth...Michael Riss
2013-01-16Added the gluOrtho2D function.Michael Riss
2013-01-11fix glVertex3fAlon Zakai
2013-01-11fix gl lib alias calling from js lib codeAlon Zakai
2012-12-31getProcAddress fixesAlon Zakai
2012-12-13Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-12clamp glColor floats to [0,1]Alon Zakai
2012-12-07generate separate type-specific function tablesAlon Zakai
2012-11-23fix glBufferSubDataAlon Zakai
2012-11-13glVertex2fv, +testsAlon Zakai
2012-10-17return identical ids from glGetUniformLocation when we need toAlon Zakai
2012-08-05optimize rendererCache lookupsAlon Zakai
2012-08-05keep rendererComponents denseAlon Zakai
2012-08-05fix glEnd rendererComponents bugAlon Zakai
2012-08-05ensure all renderer cache items are dense, except for programAlon Zakai
2012-08-05refactor to always access attributes quickly by their idAlon Zakai
2012-08-05optimize byteSizeByTypeAlon Zakai
2012-08-05keep GL lookup tables denseAlon Zakai
2012-07-25allow apps to link both GL and SDL 2D backends and use just oneAlon Zakai