Age | Commit message (Expand) | Author |
2014-06-23 | use readFile in dlopen, instead of hackish internals-only usage of contents; ...HEAD1.20.0-0amatus1master | Alon Zakai |
2014-06-23 | do not trigger SDL resize events from SDL_SetVideoMode | Alon Zakai |
2014-06-23 | fix aniso checking, and proxy the aniso extension parameter properly | Alon Zakai |
2014-06-23 | Merge branch 'incoming' into proxyGL | Alon Zakai |
2014-06-23 | remove unneeded assertion | Alon Zakai |
2014-06-23 | remove fixArgs | Alon Zakai |
2014-06-23 | simplify delete proxying logic | Alon Zakai |
2014-06-23 | avoid creating slices for each command in gl proxy client | Alon Zakai |
2014-06-23 | remove number of args from gl proxy protocol | Alon Zakai |
2014-06-23 | stop passing string call names in gl proxying | Alon Zakai |
2014-06-20 | prevent shader regex from mixing up lines | Alon Zakai |
2014-06-20 | fix spurious parsing of uniforms in some cases | Alon Zakai |
2014-06-20 | fix getUniformLocation on indexed values | Alon Zakai |
2014-06-20 | fake console.error in worker | Alon Zakai |
2014-06-20 | uniform3fv | Alon Zakai |
2014-06-20 | fix a few attribute and uniform errors | Alon Zakai |
2014-06-20 | getActiveAttrib | Alon Zakai |
2014-06-20 | handle ACTIVE_ATTRIBUTES | Alon Zakai |
2014-06-20 | debugPrint option for gl proxying | Alon Zakai |
2014-06-20 | fps debugging stuff | Alon Zakai |
2014-06-20 | fake requestAnimationFrame properly | Alon Zakai |
2014-06-20 | [browser library] Fix error in strict mode. | Bruce Mitchener |
2014-06-19 | allow later SDL_SetVideoMode calls to not mention GL, and add GL to the flags... | Alon Zakai |
2014-06-19 | do not recreate GL context | Alon Zakai |
2014-06-19 | client perf debugging | Alon Zakai |
2014-06-19 | set window.scrollX|Y in workers to a fake 0 | Alon Zakai |
2014-06-19 | share prefetched gl data among all instances of WebGLWorker | Alon Zakai |
2014-06-19 | fire resize listener from sdl consistently each time | Alon Zakai |
2014-06-19 | drop objects on client when delete'd | Alon Zakai |
2014-06-19 | only send gl commandbuffer if contains content | Alon Zakai |
2014-06-19 | add missing deleteFramebuffer, deleteRenderbuffer argument fixing | Alon Zakai |
2014-06-19 | assume pointer lock in workers, to get some mouse support working | Alon Zakai |
2014-06-18 | silently ignore invalid textures in glDeleteTextures, per the spec | Alon Zakai |
2014-06-18 | support null arguments in deleteX | Alon Zakai |
2014-06-18 | proxy lineWidth | Alon Zakai |
2014-06-18 | track the current program | Alon Zakai |
2014-06-18 | handle grayscale images in sdl image loading no-rawData path | Alon Zakai |
2014-06-18 | scissor, colorMask | Alon Zakai |
2014-06-18 | fake Audio in workers | Alon Zakai |
2014-06-18 | proxy framebufferRenderbuffer | Alon Zakai |
2014-06-18 | proxy some renderbuffer stuff | Alon Zakai |
2014-06-18 | fake checkFramebufferStatus | Alon Zakai |
2014-06-18 | proxy framebufferTexture2D | Alon Zakai |
2014-06-18 | handle texImage2D with pixels === null | Alon Zakai |
2014-06-18 | proxy framebuffer stuff | Alon Zakai |
2014-06-18 | handle (ignore) null locations in uniform[XY] | Alon Zakai |
2014-06-18 | proxy depthMask, depthRange, blendFunc | Alon Zakai |
2014-06-18 | only proxy canvas messages for the module canvas | Alon Zakai |
2014-06-18 | proxy compressedTexImage2D | Alon Zakai |
2014-06-18 | proxy deleteBuffer | Alon Zakai |