serenity/Userland/Libraries/LibGL
Jelle Raaijmakers ae82b14e59 LibGL+LibWeb: Remove WebGL-specific API from GLContext
The OpenGL API has ways to retrieve these values, so let's make sure to
implement them. :^)
2022-12-25 15:48:59 +01:00
..
Buffer
GL LibGL+LibWeb: Remove WebGL-specific API from GLContext 2022-12-25 15:48:59 +01:00
Shaders LibGL: Pass generated GPU IR to GPU side compiler when linking program 2022-12-17 22:39:09 -07:00
Tex
Buffer.cpp LibGL: Generate GL_OUT_OF_MEMORY error in glBufferData when OOM 2022-12-07 11:46:37 +01:00
ClipPlane.cpp
CMakeLists.txt LibGL: Generate the API wrappers 2022-12-20 10:42:31 +01:00
ContextParameter.cpp LibGL+LibWeb: Remove WebGL-specific API from GLContext 2022-12-25 15:48:59 +01:00
GLAPI.json LibGL: Generate the API wrappers 2022-12-20 10:42:31 +01:00
GLContext.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
GLContext.h LibGL+LibWeb: Remove WebGL-specific API from GLContext 2022-12-25 15:48:59 +01:00
Image.cpp
Image.h
Lighting.cpp LibGL: Implement glLightModel integer normalization 2022-12-20 10:42:31 +01:00
List.cpp
Matrix.cpp
NameAllocator.cpp LibGL: Remove Texture note leftovers from the NameAllocator class 2022-12-17 22:39:09 -07:00
NameAllocator.h
Shader.cpp LibGL+LibSoftGPU: Add GPU side shader infrastructure 2022-12-17 22:39:09 -07:00
Stencil.cpp
Texture.cpp
Vertex.cpp LibGL: Use buffers in vertex pointer functions and glDrawElements 2022-11-26 09:38:13 +01:00