aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-05-08send null to glBind* when given 0Alon Zakai
2012-05-07make test_cubegeom_mt a proper test of multitexturingAlon Zakai
2012-05-07make glEnableClientState aware of the client active texture, and add a tempor...Alon Zakai
2012-05-07support for gl_NormalAlon Zakai
2012-05-07combine texture and color in immediate modeAlon Zakai
2012-05-07add full support for glColorX both in glBegin/End and outAlon Zakai
2012-05-06fix main loop pausing to handle pauses from main loop and other sources as we...Alon Zakai
2012-05-06add more getProcAddress itemsAlon Zakai
2012-05-06emscripten_pause_main_loop and resumeAlon Zakai
2012-05-06only set color and texture attribs if they existAlon Zakai
2012-05-06add webkit api for keyboard input in fullscreenAlon Zakai
2012-05-05fix movementX|Y workaround with closureAlon Zakai
2012-05-05typo in fullscreenAlon Zakai
2012-05-05fix fullscreen for closureAlon Zakai
2012-05-05make sdl event handling work in closure, and add testingAlon Zakai
2012-05-05export requestFullscreen through closureAlon Zakai
2012-05-05addition getProcAddress functionsAlon Zakai
2012-05-05refactor getProcAddress for closureAlon Zakai
2012-05-05refactor gl code for closure compiler, and add more testingAlon Zakai
2012-05-05color todoAlon Zakai
2012-05-05color support in shaders and emulationAlon Zakai
2012-05-05string cache diffAlon Zakai
2012-05-05rename Browser.getAsyncCall to Runtime.getFuncWrapperAlon Zakai
2012-05-04closure fixAlon Zakai
2012-05-04support for SDL channels and channelFinishedAlon Zakai
2012-05-03more audio stubsAlon Zakai
2012-05-03stub for Mix_FadingChannelAlon Zakai
2012-05-03SDL_GetModStateAlon Zakai
2012-05-03add period and comma to sdl keysAlon Zakai
2012-05-01reuse a buffer for immediate mode renderingAlon Zakai
2012-05-01only create a vertexData view if we actually need oneAlon Zakai
2012-05-01optimize usage of client attributes to avoid allocationsAlon Zakai
2012-05-01use requestAnimationFrameAlon Zakai
2012-05-01cache browser async call helpersAlon Zakai
2012-05-01refactor browser libAlon Zakai
2012-05-01correct mouse wheel directionsAlon Zakai
2012-04-30stub for glPolygonModeAlon Zakai
2012-04-30fix warnOnceAlon Zakai
2012-04-30clean up activated vertex attrib arrays in renderers, fixes bug with only 1/4...Alon Zakai
2012-04-30show missing preloaded image/audio files only onceAlon Zakai
2012-04-29support mouse wheel eventsAlon Zakai
2012-04-29glVertex3fvAlon Zakai
2012-04-29remove unneeded assertionAlon Zakai
2012-04-29add unicode output in sdl key eventsAlon Zakai
2012-04-29add slash to dom=>sdl bindingsAlon Zakai
2012-04-29correct coordinate type in glRotate and add testingAlon Zakai
2012-04-29support for fullscreen and pointer lock, and prevent oom from sdl event queue...Alon Zakai
2012-04-28some browser debugging stuffAlon Zakai
2012-04-28add parents just to be sure in getFastValue - we may get complex statements a...Alon Zakai
2012-04-28fix handling of non-float client attributes, and add test_cubegeom_pre3Alon Zakai