ladybird/Userland/Libraries/LibGL
Jelle Raaijmakers 65d4fb7649 LibGL: Set W-coordinate to 1 in glRect*
According to the spec, these calls should be identical to an invocation
of `glVertex2*`, which sets the W-coordinate to 1 by default.

This fixes the credits sequence rendering of Tux Racer.
2022-04-20 14:12:56 +02:00
..
GL LibGL: Add stub for glCopyTexSubImage2D 2022-04-09 11:40:33 +02:00
Tex LibGL: Add border_color to Sampler2D 2022-04-09 11:40:33 +02:00
CMakeLists.txt LibGL+LibGPU+LibSoftGPU: Load SoftGPU driver dynamically 2022-04-06 11:32:24 +02:00
GLBlend.cpp Everywhere: Use s.unverwerth@serenityos.org :^) 2021-05-29 12:30:08 +01:00
GLColor.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GLContext.cpp LibGL: Set W-coordinate to 1 in glRect* 2022-04-20 14:12:56 +02:00
GLContext.h LibGL: Implement GLContext::frontbuffer() 2022-04-17 09:58:29 +04:30
GLDraw.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GLFog.cpp LibGL: Implement glFogi 2021-08-25 23:50:54 +04:30
GLLights.cpp LibGL: Implement glMateriali{v} 2022-01-26 16:44:11 +01:00
GLLists.cpp LibGL: Implement glIsList 2021-12-12 21:51:08 +01:00
GLMap.cpp LibGL: Stub lots of map-related methods 2021-12-27 11:58:43 +01:00
GLMatrix.cpp LibGL: Rename GLMat.cpp to GLMatrix.cpp 2022-01-20 10:35:01 +01:00
GLStencil.cpp LibGL+LibSoftGPU: Implement the stencil buffer 2022-01-17 12:49:00 +01:00
GLTexture.cpp LibGL: Add stub for glCopyTexSubImage2D 2022-04-09 11:40:33 +02:00
GLUtils.cpp LibGL: Add stub glClipPlane 2022-04-09 11:40:33 +02:00
GLVert.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GLVertexArrays.cpp LibGL: Implement glArrayElement 2022-04-09 11:40:33 +02:00