1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-19 02:55:07 +00:00
serenity/Userland/Libraries/LibGL
RKBethke 0836912a6d LibGL+LibGPU+LibSoftGPU: Implement and expose glClipPlane
This commit implements glClipPlane and its supporting calls, backed
by new support for user-defined clip planes in the software GPU clipper.

This fixes some visual bugs seen in the Quake III port, in which mirrors
would only reflect correctly from close distances.
2022-05-11 23:09:47 +02: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+LibGPU+LibSoftGPU: Implement and expose glClipPlane 2022-05-11 23:09:47 +02:00
GLContext.h LibGL+LibGPU+LibSoftGPU: Implement and expose glClipPlane 2022-05-11 23:09:47 +02: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: Split up GLContext implementation into logical units 2022-05-05 20:50:14 +02:00
Vertex.cpp LibGL: Split up GLContext implementation into logical units 2022-05-05 20:50:14 +02:00