aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-20some debug outputAlon Zakai
2014-06-20fix getUniformLocation on indexed valuesAlon Zakai
2014-06-20enable proxied version of test_gles2_uniform_arraysAlon 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-20support also_proxied without reftestingAlon Zakai
2014-06-20getActiveAttribAlon Zakai
2014-06-20handle ACTIVE_ATTRIBUTESAlon Zakai
2014-06-20debugPrint option for gl proxyingAlon Zakai
2014-06-20enable browser.test_gles2_uniform_arraysAlon Zakai
2014-06-20fps debugging stuffAlon Zakai
2014-06-20fake requestAnimationFrame properlyAlon Zakai
2014-06-19allow later SDL_SetVideoMode calls to not mention GL, and add GL to the ↵Alon Zakai
flags if so, so we stay in GL mode
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
2014-06-18fix useProgram(null)Alon Zakai
2014-06-18more prefetched gl parametersAlon Zakai
2014-06-18send 2d image data from worker only from canvas context that is the screenAlon Zakai
2014-06-18proxy pixelStoreiAlon Zakai
2014-06-18commented worker dumpingAlon Zakai
2014-06-18commentAlon Zakai
2014-06-17PROXY_TO_WORKER_FILENAME optionAlon Zakai
2014-06-17fix reftesting on proxy testsAlon Zakai
2014-06-17proxy glDeleteTexture, glIsTexture; enable proxied browser.test_cube_explosionAlon Zakai