ladybird/Libraries/LibWeb/WebGL/Extensions
Shannon Booth fd44da6829 LibWeb/Bindings: Emit one bindings header and cpp per IDL
Previously, the LibWeb bindings generator would output multiple per
interface files like Prototype/Constructor/Namespace/GlobalMixin
depending on the contents of that IDL file.

This complicates the build system as it means that it does not know
what files will be generated without knowledge of the contents of that
IDL file.

Instead, for each IDL file only generate a single Bindings/<IDLFile>.h
and Bindings/<IDLFile>.cpp.
2026-04-21 07:36:13 +02:00
..
ANGLEInstancedArrays.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
ANGLEInstancedArrays.h LibWeb: Ensure all extension factory functions have the same signature 2026-03-11 20:19:45 +01:00
ANGLEInstancedArrays.idl
EXTBlendMinMax.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
EXTBlendMinMax.h LibWeb: Ensure all extension factory functions have the same signature 2026-03-11 20:19:45 +01:00
EXTBlendMinMax.idl LibWeb/WebGL: Implement EXT_blend_minmax extension 2025-04-07 23:21:11 +02:00
EXTColorBufferFloat.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
EXTColorBufferFloat.h LibWeb: Ensure all extension factory functions have the same signature 2026-03-11 20:19:45 +01:00
EXTColorBufferFloat.idl LibWeb/WebGL2: Implement EXT_color_buffer_float extension 2025-03-06 12:59:28 +01:00
EXTRenderSnorm.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
EXTRenderSnorm.h LibWeb: Ensure all extension factory functions have the same signature 2026-03-11 20:19:45 +01:00
EXTRenderSnorm.idl LibWeb/WebGL2: Implement the EXT_render_snorm extension 2025-10-20 15:33:33 +02:00
EXTTextureFilterAnisotropic.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
EXTTextureFilterAnisotropic.h LibWeb: Ensure all extension factory functions have the same signature 2026-03-11 20:19:45 +01:00
EXTTextureFilterAnisotropic.idl LibWeb/WebGL: Implement the EXT_texture_filter_anisotropic extension 2025-10-20 15:33:33 +02:00
EXTTextureNorm16.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
EXTTextureNorm16.h LibWeb: Ensure all extension factory functions have the same signature 2026-03-11 20:19:45 +01:00
EXTTextureNorm16.idl LibWeb/WebGL2: Implement the EXT_texture_norm16 extension 2025-10-20 15:33:33 +02:00
OESElementIndexUint.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
OESElementIndexUint.h LibWeb: Ensure all extension factory functions have the same signature 2026-03-11 20:19:45 +01:00
OESElementIndexUint.idl LibWeb: Implement the OES_element_index_uint WebGL extension 2026-02-02 11:22:52 -07:00
OESStandardDerivatives.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
OESStandardDerivatives.h LibWeb: Ensure all extension factory functions have the same signature 2026-03-11 20:19:45 +01:00
OESStandardDerivatives.idl LibWeb: Implement WebGL extension OES_standard_derivatives 2025-11-06 19:02:36 +01:00
OESVertexArrayObject.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
OESVertexArrayObject.h LibWeb: Ensure all extension factory functions have the same signature 2026-03-11 20:19:45 +01:00
OESVertexArrayObject.idl
WebGLCompressedTextureS3tc.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
WebGLCompressedTextureS3tc.h LibWeb: Ensure all extension factory functions have the same signature 2026-03-11 20:19:45 +01:00
WebGLCompressedTextureS3tc.idl LibWeb/WebGL: Implement WEBGL_compressed_texture_s3tc extension 2025-02-09 01:00:51 +01:00
WebGLCompressedTextureS3tcSrgb.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
WebGLCompressedTextureS3tcSrgb.h LibWeb: Ensure all extension factory functions have the same signature 2026-03-11 20:19:45 +01:00
WebGLCompressedTextureS3tcSrgb.idl LibWeb/WebGL: Implement the WEBGL_compressed_texture_s3tc_srgb extension 2025-10-20 15:33:33 +02:00
WebGLDrawBuffers.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
WebGLDrawBuffers.h LibWeb: Ensure all extension factory functions have the same signature 2026-03-11 20:19:45 +01:00
WebGLDrawBuffers.idl
WebGLVertexArrayObjectOES.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
WebGLVertexArrayObjectOES.h
WebGLVertexArrayObjectOES.idl