Age | Commit message (Expand) | Author |
2013-11-26 | Cache the currently active FFP emulation renderer object. If renderer-related... | Jukka Jylänki |
2013-11-26 | Optimize GL emulation performance by packing the GLTexEnv renderer key to a t... | Jukka Jylänki |
2013-11-26 | Simplify the key state used for identifying used vertex attribute set. The fu... | Jukka Jylänki |
2013-11-26 | Remove vertex attribute size and type information from being part of the FFP ... | Jukka Jylänki |
2013-11-26 | Added new configuration parameter support 'GL_MAX_TEXTURE_IMAGE_UNITS' to the... | Jukka Jylänki |
2013-11-14 | Implement more complete glGetXXv() for GLES2 binary shader format and shader ... | Jukka Jylänki |
2013-11-14 | Implement support for glGetProgramiv(GL_ACTIVE_UNIFORM_MAX_LENGTH) and glGetP... | Jukka Jylänki |
2013-11-10 | Make GL library more spec conformant by not throwing exceptions on errors, bu... | Jukka Jylänki |
2013-11-08 | Merge pull request #1764 from juj/name_more_functions | Alon Zakai |
2013-11-07 | Implement GLES2 glShaderBinary and glReleaseShaderCompiler functions as no-op... | Jukka Jylänki |
2013-11-07 | Add more names for functions that show up in Firefox profiler as anonymous. | Jukka Jylänki |
2013-11-04 | Give names to most manually assigned functions in the .js files, in form "var... | Jukka Jylänki |
2013-11-01 | Adds to a test case verifying glGetIntegerv returns | Michael J. Bishop |
2013-10-31 | change getTexUnitType assertion to warnOnce | Alon Zakai |
2013-10-29 | put assertions in performance-sensitive code behind ASSERTIONS flag | Alon Zakai |
2013-10-28 | fix glGetString and eglQueryString, and optimize emulated glGetString | Alon Zakai |
2013-10-26 | cache string allocations in glGetString and eglQueryString | Alon Zakai |
2013-10-14 | Merge branch 'implemet_glcolor4ubv' of github.com:chino/emscripten into incoming | Alon Zakai |
2013-10-13 | warn on missing library deps, remove an obsolete VFS dep, and add a necessary... | Alon Zakai |
2013-10-13 | opengl: implement glColor4ubv | Daniel Aquino |
2013-10-10 | Fix whitespace in GL.populateUniformTable. | Jukka Jylänki |
2013-10-10 | Advertise all GL extensions both with and without the "GL_" prefix that deskt... | Jukka Jylänki |
2013-10-09 | Add a whitelist of GL extensions to enable at startup. | Jukka Jylänki |
2013-10-08 | Add a note that the previous commits shift the performance landscape to be he... | Jukka Jylänki |
2013-10-02 | Fix the handling of uniform arrays in the GL interop layer. In GL, arrays of ... | Jukka Jylänki |
2013-09-25 | Also validate size and stride parameters in calls to glVertexAttribPointer. | Jukka Jylänki |
2013-09-25 | Add debug check under GL_ASSERTIONS that the alignment restrictions for verte... | Jukka Jylänki |
2013-09-24 | Merge pull request #1656 from juj/gl_id_validation | juj |
2013-09-24 | Add more validation to the GL layer when GL_ASSERTIONS is enabled. This catch... | Jukka Jylänki |
2013-09-24 | Fix indentation in previous commit. | Jukka Jylänki |
2013-09-24 | Enable WEBGL_depth_texture on GL context init. WEBGL_depth_texture is an exte... | Jukka Jylänki |
2013-09-04 | handle glBufferData usages that are not in WebGL; fixes #1589 | Alon Zakai |
2013-09-04 | fix repeated calls to glDraw* where the count changes but not the client attr... | Alon Zakai |
2013-08-16 | allow overriding a gl function with the same name, and keep the original acce... | Alon Zakai |
2013-08-16 | do not warn on gl emulation code if INCLUDE_FULL_LIBRARY is set, only error a... | Alon Zakai |
2013-08-16 | simplify and automate GetProcAddress logic, and move it out of GL emulation | Alon Zakai |
2013-08-16 | convert gl emulation compilation errors to warnings and runtime errors | Alon Zakai |
2013-08-15 | move shader compile status check behind GL_DEBUG | Anthony Pesch |
2013-08-15 | make legacy gl emulation an opt-in option, LEGACY_GL_EMULATION | Alon Zakai |
2013-08-06 | Merge pull request #1459 from j4m3z0r/gl_delete_buffers_nocrash | Alon Zakai |
2013-08-05 | Coding conventions fix. | James Gregory |
2013-08-04 | Modify glDeleteBuffers changes per azakai's comments. | James Gregory |
2013-08-04 | mention DISABLE_GL_EMULATION option when initializing gl emulation | Alon Zakai |
2013-08-02 | Ensure glDeleteBuffers silently processes non-existent names, per spec. | James Gregory |
2013-07-24 | Merge pull request #1428 from juj/gl_num_compressed_formats | Alon Zakai |
2013-07-24 | Implement glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS). | Jukka Jylänki |
2013-07-22 | change error message to assert | ToadKing |
2013-07-19 | fix glGetAttachedShaders | ToadKing |
2013-07-11 | glGenTextures: correct the setting of the object name. | Douglas T. Crosher |
2013-07-10 | * Replace the 'scan' function, which maps a WebGL object to an | Douglas T. Crosher |