1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 12:47:34 +00:00
serenity/Userland/Libraries/LibGL
Stephan Unverwerth e8f66f821c LibGL: Add depth tests and writes to SoftwareRasterizer
Tests against and writes to the depth buffer when GL_DEPTH_TEST is
enabled via glEnable(). Currently fragment z is always compared against
existing depth with GL_LESS.
2021-05-09 15:58:35 +02:00
..
GL LibGL: Add supporting code for depth buffer 2021-05-09 15:58:35 +02:00
Clipper.cpp LibGL: Move polygon clipping to Clipper class 2021-05-08 10:13:22 +02:00
Clipper.h LibGL: Move polygon clipping to Clipper class 2021-05-08 10:13:22 +02:00
CMakeLists.txt LibGL: Add depth buffer class 2021-05-09 15:58:35 +02:00
DepthBuffer.cpp LibGL: Add depth buffer class 2021-05-09 15:58:35 +02:00
DepthBuffer.h LibGL: Add depth buffer class 2021-05-09 15:58:35 +02:00
GLColor.cpp LibGL: Implement glColor4(ub,f)v 2021-05-08 10:13:22 +02:00
GLContext.cpp LibGL: Add software rasterizer 2021-05-08 10:13:22 +02:00
GLContext.h LibGL: Add supporting code for depth buffer 2021-05-09 15:58:35 +02:00
GLMat.cpp LibGL: Implement glOrtho and underlying functions 2021-05-08 10:13:22 +02:00
GLStruct.h LibGL: Implement a basic OpenGL 1.x compatible library 2021-05-08 10:13:22 +02:00
GLUtils.cpp LibGL: Add supporting code for depth buffer 2021-05-09 15:58:35 +02:00
GLVert.cpp LibGL: Implement glVertex2f(v) 2021-05-08 10:13:22 +02:00
SoftwareGLContext.cpp LibGL: Add supporting code for depth buffer 2021-05-09 15:58:35 +02:00
SoftwareGLContext.h LibGL: Add supporting code for depth buffer 2021-05-09 15:58:35 +02:00
SoftwareRasterizer.cpp LibGL: Add depth tests and writes to SoftwareRasterizer 2021-05-09 15:58:35 +02:00
SoftwareRasterizer.h LibGL: Add depth tests and writes to SoftwareRasterizer 2021-05-09 15:58:35 +02:00