ladybird/Libraries/LibWeb/WebGL
InvalidUsernameException 88c4814de6 LibGfx+LibWeb: Extract bitmap-to-buffer conversion into LibGfx
This factors the conversion logic to be independent from WebGL code,
allowing us to write unit tests for it that can run in CI (since WebGL
can't run in CI).
2025-11-28 18:32:48 +01:00
..
Extensions LibWeb: Implement WebGL extension OES_standard_derivatives 2025-11-06 19:02:36 +01:00
EventNames.cpp LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
EventNames.h LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
OpenGLContext.cpp LibWeb: Correctly report available WebGL extensions 2025-11-01 16:53:39 -07:00
OpenGLContext.h LibWeb: Add a webgl_version getter to OpenGLContext 2025-11-05 02:19:32 +01:00
Types.h LibWeb: Deduplicate the WebGL null_terminated_string helper 2025-11-05 02:19:32 +01:00
Types.idl LibWeb/WebGL: Define Float32List exactly like in the spec 2025-09-30 16:47:16 +02:00
WebGL2RenderingContext.cpp LibWeb: Allow WebGL getParameter when WEBGL_draw_buffers is enabled 2025-11-06 19:02:36 +01:00
WebGL2RenderingContext.h LibWeb: Allow WebGL getParameter when WEBGL_draw_buffers is enabled 2025-11-06 19:02:36 +01:00
WebGL2RenderingContext.idl
WebGL2RenderingContextBase.idl LibWeb: Implement WebGL2's getBufferSubData() 2025-10-30 16:20:33 -07:00
WebGL2RenderingContextImpl.cpp LibWeb: Implement WebGL getParameter(GL_VERTEX_ARRAY_BINDING) 2025-11-27 19:19:54 +01:00
WebGL2RenderingContextImpl.h Everywhere: Avoid large rebuilds when editing (Immutable)Bitmap headers 2025-11-28 18:32:48 +01:00
WebGL2RenderingContextOverloads.cpp LibWeb: Bind WebGL uniform locations to their respective program 2025-11-27 19:19:54 +01:00
WebGL2RenderingContextOverloads.h LibWeb: Split off WebGL2RenderingContextImpl to Impl and Overloads 2025-11-05 02:19:32 +01:00
WebGL2RenderingContextOverloads.idl LibWeb: Implement WebGL2's readPixels with a byte offset argument 2025-10-30 16:20:33 -07:00
WebGLActiveInfo.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
WebGLActiveInfo.h
WebGLActiveInfo.idl
WebGLBuffer.cpp LibWeb: Ensure WebGL buffers don't mix between index and other data 2025-11-27 19:19:54 +01:00
WebGLBuffer.h LibWeb: Ensure WebGL buffers don't mix between index and other data 2025-11-27 19:19:54 +01:00
WebGLBuffer.idl
WebGLContextAttributes.cpp LibJS+LibWeb+WebContent: Port JS::PropertyKey to UTF-16 2025-08-05 07:07:15 -04:00
WebGLContextAttributes.h
WebGLContextEvent.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
WebGLContextEvent.h
WebGLContextEvent.idl
WebGLFramebuffer.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
WebGLFramebuffer.h
WebGLFramebuffer.idl
WebGLObject.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
WebGLObject.h LibWeb/WebGL2: Check if WebGLSync object belongs to the current context 2025-10-21 23:29:50 +02:00
WebGLObject.idl
WebGLProgram.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
WebGLProgram.h LibWeb/WebGL: Return vertex shader from Program::attached_vertex_shader 2025-05-26 17:16:42 +03:00
WebGLProgram.idl
WebGLQuery.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
WebGLQuery.h
WebGLQuery.idl
WebGLRenderbuffer.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
WebGLRenderbuffer.h
WebGLRenderbuffer.idl
WebGLRenderingContext.cpp LibWeb: Allow WebGL getParameter when WEBGL_draw_buffers is enabled 2025-11-06 19:02:36 +01:00
WebGLRenderingContext.h LibWeb: Allow WebGL getParameter when WEBGL_draw_buffers is enabled 2025-11-06 19:02:36 +01:00
WebGLRenderingContext.idl
WebGLRenderingContextBase.cpp LibGfx+LibWeb: Extract bitmap-to-buffer conversion into LibGfx 2025-11-28 18:32:48 +01:00
WebGLRenderingContextBase.h LibGfx+LibWeb: Extract bitmap-to-buffer conversion into LibGfx 2025-11-28 18:32:48 +01:00
WebGLRenderingContextBase.idl LibWeb/WebGL: Implement getRenderbufferParameter() 2025-11-27 15:51:59 +01:00
WebGLRenderingContextImpl.cpp LibWeb: Clear m_current_program when the program gets deleted 2025-11-27 19:19:54 +01:00
WebGLRenderingContextImpl.h Everywhere: Avoid large rebuilds when editing (Immutable)Bitmap headers 2025-11-28 18:32:48 +01:00
WebGLRenderingContextOverloads.cpp LibWeb: Bind WebGL uniform locations to their respective program 2025-11-27 19:19:54 +01:00
WebGLRenderingContextOverloads.h LibWeb: Split off WebGLRenderingContextImpl to Impl and Overloads 2025-11-05 02:19:32 +01:00
WebGLRenderingContextOverloads.idl LibWeb/WebGL: Define Int32List exactly like in the spec 2025-09-30 17:57:46 +02:00
WebGLSampler.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
WebGLSampler.h
WebGLSampler.idl
WebGLShader.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
WebGLShader.h LibWeb/WebGL: Track the shaders attached to a program 2025-01-21 21:36:05 +01:00
WebGLShader.idl
WebGLShaderPrecisionFormat.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
WebGLShaderPrecisionFormat.h
WebGLShaderPrecisionFormat.idl
WebGLSync.cpp LibWeb/WebGL2: Check if WebGLSync object belongs to the current context 2025-10-21 23:29:50 +02:00
WebGLSync.h LibWeb/WebGL2: Check if WebGLSync object belongs to the current context 2025-10-21 23:29:50 +02:00
WebGLSync.idl
WebGLTexture.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
WebGLTexture.h
WebGLTexture.idl
WebGLTransformFeedback.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
WebGLTransformFeedback.h
WebGLTransformFeedback.idl
WebGLUniformLocation.cpp LibWeb: Bind WebGL uniform locations to their respective program 2025-11-27 19:19:54 +01:00
WebGLUniformLocation.h LibWeb: Bind WebGL uniform locations to their respective program 2025-11-27 19:19:54 +01:00
WebGLUniformLocation.idl
WebGLVertexArrayObject.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
WebGLVertexArrayObject.h
WebGLVertexArrayObject.idl