ladybird/Userland/Libraries/LibGL
Luke Wilde 68d9d4e247 LibGL: Add ability to retrieve current clear values from GLContext
This allows WebGL to preserve the clear values as it performs an
implicit clear to certain values.
2022-06-13 21:45:27 +01:00
..
GL LibGL+LibGPU+LibSoftGPU: Implement and expose glClipPlane 2022-05-11 23:09:47 +02:00
Tex LibGL: Add border_color to Sampler2D 2022-04-09 11:40:33 +02:00
ClipPlanes.cpp LibGL+LibGPU+LibSoftGPU: Implement and expose glClipPlane 2022-05-11 23:09:47 +02:00
CMakeLists.txt LibGL+LibGPU+LibSoftGPU: Implement and expose glClipPlane 2022-05-11 23:09:47 +02:00
ContextParameter.cpp LibGL+LibGPU+LibSoftGPU: Implement and expose glClipPlane 2022-05-11 23:09:47 +02:00
GLAPI.cpp LibGL+LibGPU+LibSoftGPU: Implement and expose glClipPlane 2022-05-11 23:09:47 +02:00
GLContext.cpp LibGL: Reject GL_LEFT and GL_RIGHT in glCullFace 2022-06-04 22:25:16 +01:00
GLContext.h LibGL: Add ability to retrieve current clear values from GLContext 2022-06-13 21:45:27 +01:00
Lighting.cpp LibGL: Split up GLContext implementation into logical units 2022-05-05 20:50:14 +02:00
Lists.cpp LibGL: Split up GLContext implementation into logical units 2022-05-05 20:50:14 +02:00
Matrix.cpp LibGL: Split up GLContext implementation into logical units 2022-05-05 20:50:14 +02:00
Stencil.cpp LibGL: Split up GLContext implementation into logical units 2022-05-05 20:50:14 +02:00
Textures.cpp LibGL: Check that texture name is allocated before marking it as free 2022-06-02 13:14:39 +02:00
Vertex.cpp LibGL: Split up GLContext implementation into logical units 2022-05-05 20:50:14 +02:00