index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
library_gl.js
Age
Commit message (
Expand
)
Author
2014-01-09
Optimize glEnableClientState by avoiding it to be called with different param...
Jukka Jylänki
2014-01-09
Optimize GL FFP emulation layer by omitting redundant glUseProgram for identi...
Jukka Jylänki
2014-01-09
Minor optimization to FFP emulation: Use integers instead of strings as key t...
Jukka Jylänki
2014-01-09
Fix GL emulation problems that caused particles and ground to disappear in Ba...
Jukka Jylänki
2014-01-03
fix output in glGetFramebufferAttachmentParameteriv
Alon Zakai
2014-01-03
properly handle getParameter returning null when it means a null object (e.g....
Alon Zakai
2014-01-01
ensure we add precision in gl emulation to both fragment and vertex shaders
Alon Zakai
2014-01-01
fix gl typos
Alon Zakai
2013-12-17
add OpenGL Desktop/ES 2.0 hardware instancing extensions compatibility functions
Antoine Lambert
2013-12-17
use GL_ASSERTIONS instead of ASSERTIONS
Antoine Lambert
2013-12-17
add support for WebGL hardware instancing through extension ANGLE_instanced_a...
Antoine Lambert
2013-12-13
Fix glGetIntegerv(GL_SHADER_BINARY_FORMATS) to not write anything to the out ...
Jukka Jylänki
2013-12-13
Generate an GL_INVALID_VALUE error when user calls glGetXXX() with a null out...
Jukka Jylänki
2013-12-03
Fixed glSampleCoverage signature (vi to vii)
onnoj
2013-11-28
cleanup and consolidate glGet
Alon Zakai
2013-11-27
Merge pull request #1863 from juj/gl_emulation_opts_rebased
Alon Zakai
2013-11-27
GL_IMPLEMENTATION_COLOR_READ_TYPE and GL_IMPLEMENTATION_COLOR_READ_FORMAT
Alon Zakai
2013-11-27
Cast GL emulation matrix version numbers back to integers after increment. Co...
Jukka Jylänki
2013-11-26
Add new GL emulation related #define GL_FFP_ONLY which is used to signal that...
Jukka Jylänki
2013-11-26
Skip looping twice over textures in GL emulation renderer prepare() code. Cle...
Jukka Jylänki
2013-11-26
Name GL functions that show up as anonymous in the profile.
Jukka Jylänki
2013-11-26
Version immediate mode GL matrix stack data, so that the matrices don't need ...
Jukka Jylänki
2013-11-26
Fix GL logging message when GL_UNSAFE_OPTS is disabled.
Jukka Jylänki
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
[next]