mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 03:12:07 -05:00
720d21411b
This commit implements glGenLists(), glNewList(), glDeleteLists(), and glCallList(). The 'compiled' records are implemented as a vector of member function pointers and tuples containing their arguments, and a mechanism is implemented to allow the recorded calls to copy-capture values from the time of the call; this is currently only used with glLoadMatrix. |
||
---|---|---|
.. | ||
GL | ||
Clipper.cpp | ||
Clipper.h | ||
CMakeLists.txt | ||
DepthBuffer.cpp | ||
DepthBuffer.h | ||
GLColor.cpp | ||
GLContext.cpp | ||
GLContext.h | ||
GLLists.cpp | ||
GLMat.cpp | ||
GLStruct.h | ||
GLUtils.cpp | ||
GLVert.cpp | ||
SoftwareGLContext.cpp | ||
SoftwareGLContext.h | ||
SoftwareRasterizer.cpp | ||
SoftwareRasterizer.h |