aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-06-23use readFile in dlopen, instead of hackish internals-only usage of contents; ...HEAD1.20.0-0amatus1masterAlon Zakai
2014-06-23do not trigger SDL resize events from SDL_SetVideoModeAlon Zakai
2014-06-23fix aniso checking, and proxy the aniso extension parameter properlyAlon Zakai
2014-06-23Merge branch 'incoming' into proxyGLAlon Zakai
2014-06-23remove unneeded assertionAlon Zakai
2014-06-23remove fixArgsAlon Zakai
2014-06-23simplify delete proxying logicAlon Zakai
2014-06-23avoid creating slices for each command in gl proxy clientAlon Zakai
2014-06-23remove number of args from gl proxy protocolAlon Zakai
2014-06-23stop passing string call names in gl proxyingAlon Zakai
2014-06-20prevent shader regex from mixing up linesAlon Zakai
2014-06-20fix spurious parsing of uniforms in some casesAlon Zakai
2014-06-20fix getUniformLocation on indexed valuesAlon Zakai
2014-06-20fake console.error in workerAlon Zakai
2014-06-20uniform3fvAlon Zakai
2014-06-20fix a few attribute and uniform errorsAlon Zakai
2014-06-20getActiveAttribAlon Zakai
2014-06-20handle ACTIVE_ATTRIBUTESAlon Zakai
2014-06-20debugPrint option for gl proxyingAlon Zakai
2014-06-20fps debugging stuffAlon Zakai
2014-06-20fake requestAnimationFrame properlyAlon Zakai
2014-06-20[browser library] Fix error in strict mode.Bruce Mitchener
2014-06-19allow later SDL_SetVideoMode calls to not mention GL, and add GL to the flags...Alon Zakai
2014-06-19do not recreate GL contextAlon Zakai
2014-06-19client perf debuggingAlon Zakai
2014-06-19set window.scrollX|Y in workers to a fake 0Alon Zakai
2014-06-19share prefetched gl data among all instances of WebGLWorkerAlon Zakai
2014-06-19fire resize listener from sdl consistently each timeAlon Zakai
2014-06-19drop objects on client when delete'dAlon Zakai
2014-06-19only send gl commandbuffer if contains contentAlon Zakai
2014-06-19add missing deleteFramebuffer, deleteRenderbuffer argument fixingAlon Zakai
2014-06-19assume pointer lock in workers, to get some mouse support workingAlon Zakai
2014-06-18silently ignore invalid textures in glDeleteTextures, per the specAlon Zakai
2014-06-18support null arguments in deleteXAlon Zakai
2014-06-18proxy lineWidthAlon Zakai
2014-06-18track the current programAlon Zakai
2014-06-18handle grayscale images in sdl image loading no-rawData pathAlon Zakai
2014-06-18scissor, colorMaskAlon Zakai
2014-06-18fake Audio in workersAlon Zakai
2014-06-18proxy framebufferRenderbufferAlon Zakai
2014-06-18proxy some renderbuffer stuffAlon Zakai
2014-06-18fake checkFramebufferStatusAlon Zakai
2014-06-18proxy framebufferTexture2DAlon Zakai
2014-06-18handle texImage2D with pixels === nullAlon Zakai
2014-06-18proxy framebuffer stuffAlon Zakai
2014-06-18handle (ignore) null locations in uniform[XY]Alon Zakai
2014-06-18proxy depthMask, depthRange, blendFuncAlon Zakai
2014-06-18only proxy canvas messages for the module canvasAlon Zakai
2014-06-18proxy compressedTexImage2DAlon Zakai
2014-06-18proxy deleteBufferAlon Zakai