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-23
use correct bufferData method when passing a NULL pointer
Anthony Pesch
2014-01-22
Merge pull request #1905 from juj/glGetTexEnv
Alon Zakai
2014-01-22
Fix default vertex color to (1,1,1,1) and properly enable correct attribute s...
Jukka Jylänki
2014-01-18
handle #if !X in preprocessor
Alon Zakai
2014-01-18
Fix GL emulation cleanup to properly update the state it changes.
Jukka Jylänki
2014-01-18
Fix FFP GL emulation directives. The form !GL_FFP_ONLY is not supported, use ...
Jukka Jylänki
2014-01-17
Fix GL_FFP_ONLY path to enable/disable vertex attribute arrays as a response ...
Jukka Jylänki
2014-01-15
Optimize FFP GL shader generation in the case when GL_COMBINE is used. This m...
Jukka Jylänki
2014-01-15
Optimize rendering from client-side memory by maintaining a set of doublebuff...
Jukka Jylänki
2014-01-15
Further optimize FFP GL getRenderer() operation.
Jukka Jylänki
2014-01-14
Fix GLImmediate signature after rebase.
Jukka Jylänki
2014-01-14
Add test for glGetTexEnv implementation. Fix output of GL_TEXTURE_ENV_COLOR c...
Jukka Jylänki
2014-01-14
Fix typo in case of abort_noSupport in library_gl.js.
Jukka Jylänki
2014-01-14
Implement glGetTexEnviv and glGetTexEnvfv in GL emulation mode.
Jukka Jylänki
2014-01-14
Fix (harmless) out-of-bounds access on vertex attribute indices in GL emulati...
Jukka Jylänki
2014-01-14
Fix typo in GL library abort function case.
Jukka Jylänki
2014-01-14
Fix GL emulation regression with VBO data caused by commit https://github.com...
Jukka Jylänki
2014-01-13
Reintroduce liveClientAttributes to optimize the case where GL emulation code...
Jukka Jylänki
2014-01-10
Optimize GL emulation prepareClientAttributes. Fix issues where the slow path...
Jukka Jylänki
2014-01-09
Fix preprocessor ifdef in GL emulation library.
Jukka Jylänki
2014-01-09
Add var GLctx; declaration to GL init to avoid polluting global namespace. Re...
Jukka Jylänki
2014-01-09
Rename GLImmediate.matrix.lib to GLImmediate.matrixLib to not alias with GLIm...
Jukka Jylänki
2014-01-09
Simplify GL emulation matrix stack initialization. Update code after rebase.
Jukka Jylänki
2014-01-09
Simplify verbose object dereference hierarchy in library_gl.js by storing glo...
Jukka Jylänki
2014-01-09
Simplify verbose object dereference chains in GL library by consistently usin...
Jukka Jylänki
2014-01-09
Make caching of last bound GL_ARRAY_BUFFER in FFP emulation mode safe and alw...
Jukka Jylänki
2014-01-09
Optimize glBindBuffer when GL emulation modes are not used. In that case, cur...
Jukka Jylänki
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
[next]