summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/WebGL
AgeCommit message (Expand)Author
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-16LibGL: Make GL::create_context fallibleAndrew Kaster
2022-09-13LibWeb: Add some missing includesHendiadyoin1
2022-09-06LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap()Andreas Kling
2022-09-06LibWeb: Remove now-unused Bindings::Wrapper classAndreas Kling
2022-09-06LibWeb: Use cached_web_prototype() as much as possibleAndreas Kling
2022-09-06LibWeb: Make 2D and 3D canvas rendering contexts GC-allocatedAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOM::Event and all its subclasses GC-allocatedAndreas Kling
2022-08-23LibWeb: Replace GlobalObject with VM in remaining AOs [Part 4/4]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::throw_completion()Linus Groh
2022-08-14LibWeb: Use "unrestricted float/double" where we should in IDLSam Atkins
2022-07-12LibWeb: Don't crash when failing to create WebGL context on non-SerenityAndreas Kling
2022-06-27LibWeb/WebGL: Add WebGLRenderingContextBase.canvasLuke Wilde
2022-06-27LibWeb/WebGL: Forward the render context ref count to HTMLCanvasElementLuke Wilde
2022-06-13LibWeb/WebGL: Implement WebGLRenderingContextBase.depthRange()Luke Wilde
2022-06-13LibWeb/WebGL: Implement WebGLRenderingContextBase.lineWidth()Luke Wilde
2022-06-13LibWeb/WebGL: Implement error handling and getError()Luke Wilde
2022-06-13LibWeb/WebGL: Add WebGLRenderingContextBase.isContextLost()Luke Wilde
2022-06-13LibWeb/WebGL: Add a bunch of simple forwarding functionsLuke Wilde
2022-06-13LibWeb/WebGL: Add extensions APIs to WebGLRenderingContextBaseLuke Wilde
2022-06-13LibWeb: Add ability to present LibGL framebuffer and add clearingLuke Wilde
2022-06-13LibWeb: Add the ability to retrieve a WebGL context from getContextLuke Wilde
2022-06-13LibWeb: Introduce the WebGL namespace and add WebGLContextEventLuke Wilde