1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-17 11:47:37 +00:00
serenity/Userland/Libraries/LibGL
Stephan Unverwerth c2d84efaae LibGfx+Demos: Make Matrix4x4 a true alias for Matrix<4,T>
Matrix4x4 was defined as a derived class of Matrix<N,T> before.
Furthermore, some code was duplicated and it was overall just messy.
This commit turns Matrix4x4 into a simple alias for Matrix<4,T>.
2021-05-13 22:24:42 +02:00
..
GL LibGL: Implement glGenLists and a few friends 2021-05-11 14:09:17 +01: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: Implement glGenLists and a few friends 2021-05-11 14:09:17 +01: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: Implement glGenLists and a few friends 2021-05-11 14:09:17 +01:00
GLLists.cpp LibGL: Implement glGenLists and a few friends 2021-05-11 14:09:17 +01:00
GLMat.cpp LibGfx: Make Matrix class consistently row-major 2021-05-13 22:24:42 +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 LibGfx+Demos: Make Matrix4x4 a true alias for Matrix<4,T> 2021-05-13 22:24:42 +02:00
SoftwareGLContext.h LibGL: Implement glGenLists and a few friends 2021-05-11 14:09:17 +01:00
SoftwareRasterizer.cpp LibGL: SoftwareRasterizer: Use perspective correct interpolation 2021-05-13 08:34:26 +02:00
SoftwareRasterizer.h LibGL: Add depth tests and writes to SoftwareRasterizer 2021-05-09 15:58:35 +02:00