FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - JavaScriptIOT/emscripten · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptIOT
/
emscripten
Public
forked from
emscripten-core/emscripten
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
emscripten
src
on
universal-python
User selector
Datepicker
Commit history
Commits on Oct 24, 2015
removed unnecessary headers from POST requests
reven86
committed
1c7ee32
View commit details
Copy full SHA for 1c7ee32
View code at this point
Browse repository at this point
Commits on Oct 21, 2015
Merge pull request #3864 from Kagami/fix-nodefs-cloexec
Show description for 2f80706
juj
committed
2f80706
View commit details
Copy full SHA for 2f80706
View code at this point
Browse repository at this point
Commits on Oct 20, 2015
call stop(0) in WebAudio as a workaround for a WebKit bug #3861
kripken
committed
3a738fe
View commit details
Copy full SHA for 3a738fe
View code at this point
Browse repository at this point
Ignore O_CLOEXEC flag on NODEFS
Show description for 849f52d
Kagami
committed
849f52d
View commit details
Copy full SHA for 849f52d
View code at this point
Browse repository at this point
Commits on Oct 14, 2015
fix out of memory abort message
kripken
committed
d1bd35d
View commit details
Copy full SHA for d1bd35d
View code at this point
Browse repository at this point
Commits on Oct 8, 2015
remove jansson
kripken
committed
eb80b1b
View commit details
Copy full SHA for eb80b1b
View code at this point
Browse repository at this point
Merge branch 'sdl2_image_formats' of https://github.com/Daft-Freak/emscripten into incoming
kripken
committed
72f4d65
View commit details
Copy full SHA for 72f4d65
View code at this point
Browse repository at this point
add option for specifing image formats to support with SDL2_image and add test
Daft-Freak
committed
780fa39
View commit details
Copy full SHA for 780fa39
View code at this point
Browse repository at this point
partial simd polyfill update from upstream
kripken
committed
88f8ed1
View commit details
Copy full SHA for 88f8ed1
View code at this point
Browse repository at this point
Commits on Oct 5, 2015
Merge branch 'split_memory' into incoming
kripken
committed
99e76e2
View commit details
Copy full SHA for 99e76e2
View code at this point
Browse repository at this point
Merge branch '3785-no-auto-decode' into incoming
kripken
committed
6de12cb
View commit details
Copy full SHA for 6de12cb
View code at this point
Browse repository at this point
support ABORTING_MALLOC modes in split memory, and refactor message when cannot grow memory
kripken
committed
1aba65a
View commit details
Copy full SHA for 1aba65a
View code at this point
Browse repository at this point
Merge branch 'incoming' into split_memory
Show description for aa094fe
kripken
committed
aa094fe
View commit details
Copy full SHA for aa094fe
View code at this point
Browse repository at this point
Commits on Oct 2, 2015
Also add no-thread stubs of emscripten-specific threading functions to library_pthread_stub.js. This allows the same precompiled .bc files to be used later for both pthreads-enabled and disabled bu…
Show description for ccfa418
juj
committed
ccfa418
View commit details
Copy full SHA for ccfa418
View code at this point
Browse repository at this point
Fix typo in reference to computeImageSize in GL.
juj
committed
0b21f1e
View commit details
Copy full SHA for 0b21f1e
View code at this point
Browse repository at this point
rename 'prepare' methods to the better 'preload plugins' terminology
kripken
committed
bda50f6
View commit details
Copy full SHA for bda50f6
View code at this point
Browse repository at this point
stop doing the extra preparation work (decode images, etc.) unless asked to #3785
kripken
committed
b08a8a1
View commit details
Copy full SHA for b08a8a1
View code at this point
Browse repository at this point
Move GL.computeImageSize() to standalone function emscriptenWebGLComputeImageSize(), since it is only referenced by emscriptenWebGLGetTexPixelData(), and as a global function can easily be DCEd awa…
Show description for c7a47d8
juj
committed
c7a47d8
View commit details
Copy full SHA for c7a47d8
View code at this point
Browse repository at this point
Move GL.getTexPixelData() to standalone function emscriptenWebGLGetTexPixelData(), since it is only referenced by texture-related GL functions, and as a global function can easily be DCEd away if n…
Show description for ed43abc
juj
committed
ed43abc
View commit details
Copy full SHA for ed43abc
View code at this point
Browse repository at this point
Move GL.get() to standalone function emscriptenWebGLGet(), since it is only referenced by glGet*(), and as a global function can easily be DCEd away if not needed.
juj
committed
aed25db
View commit details
Copy full SHA for aed25db
View code at this point
Browse repository at this point
Move GL.getUniform() to standalone function emscriptenWebGLGetUniform(), since it is only referenced by rarely used glGetUniform*(), and as a global function can easily be DCEd away if not needed.
juj
committed
2650506
View commit details
Copy full SHA for 2650506
View code at this point
Browse repository at this point
Move GL.getVertexAttrib() to standalone function emscriptenWebGLGetVertexAttrib(), since it is only referenced by rarely used glGetVertexAttrib*(), and as a global function can easily be DCEd away …
Show description for 4b98022
juj
committed
4b98022
View commit details
Copy full SHA for 4b98022
View code at this point
Browse repository at this point
Move GL.getIndexed() to standalone function emscriptenWebGLGetIndexed(), since it is only referenced by rarely used glGetIntegeri_v() and glGetInteger64i_v(), and as a global function can easily be…
Show description for 505db07
juj
committed
505db07
View commit details
Copy full SHA for 505db07
View code at this point
Browse repository at this point
Merge pull request #3782 from juj/webgl2_part_2
Show description for 12c3158
juj
committed
12c3158
View commit details
Copy full SHA for 12c3158
View code at this point
Browse repository at this point
Work around current FF Nightly limitation on SharedArrayBuffer on a pending spec change https://bugzilla.mozilla.org/show_bug.cgi?id=1205390.
juj
committed
b625d19
View commit details
Copy full SHA for b625d19
View code at this point
Browse repository at this point
Fix makeHEAPViews for unsigned integer WebGL entry points to refer to HEAPU32 instead of HEAP32.
juj
committed
9a16e2b
View commit details
Copy full SHA for 9a16e2b
View code at this point
Browse repository at this point
Fix a bug with FULL_ES3 emulation, where mapped buffers were tracked by bound target, when it needs to be tracked by object name instead. Move GL.validateBufferTarget inside FULL_ES3 for dead code …
Show description for 4d081be
juj
committed
4d081be
View commit details
Copy full SHA for 4d081be
View code at this point
Browse repository at this point
Revise error handling in glGetSynciv().
juj
committed
0508b22
View commit details
Copy full SHA for 0508b22
View code at this point
Browse repository at this point
Add WebGL 2 function glGetInternalFormativ().
juj
committed
1e61e79
View commit details
Copy full SHA for 1e61e79
View code at this point
Browse repository at this point
Add WebGL 2 function glGetUniformuiv().
juj
committed
650cf6f
View commit details
Copy full SHA for 650cf6f
View code at this point
Browse repository at this point
Refactor to merge glGetUniformiv() and glGetUniformfv() under a common implementation.
juj
committed
0b0acea
View commit details
Copy full SHA for 0b0acea
View code at this point
Browse repository at this point
Implement WebGL 2 functions glGetVertexAttribIiv() and glGetVertexAttribIuiv().
juj
committed
9ec21e2
View commit details
Copy full SHA for 9ec21e2
View code at this point
Browse repository at this point
Refactor glGetVertexAttribiv() and glGetVertexAttribfv() under a common GL.getVertexAttrib() function.
juj
committed
06df1d8
View commit details
Copy full SHA for 06df1d8
View code at this point
Browse repository at this point
Implement WebGL 2 sync related functions.
juj
committed
fef50f0
View commit details
Copy full SHA for fef50f0
View code at this point
Browse repository at this point
Implement WebGL 2/FULL_ES3 glGetBufferPointerv(). Mark down a noted bug in FULL_ES3 for later fix.
juj
committed
41b7b83
View commit details
Copy full SHA for 41b7b83
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL