..
GL
LibGL: Change GLsizei from unsigned to signed integral type
2021-05-26 16:36:53 +04:30
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 glShadeModel()
2021-05-16 15:53:58 +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
GLBlend.cpp
LibGL: Implement glAlphaFunc()
2021-05-16 19:27:23 +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 glReadPixels() stub with argument validation
2021-05-24 19:03:25 +01:00
GLLights.cpp
LibGL: Implement glShadeModel()
2021-05-16 15:53:58 +02: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: Implement glReadPixels() stub with argument validation
2021-05-24 19:03:25 +01:00
GLVert.cpp
LibGL: Implement all of glVertex{2,3,4}{d,dv,f,fv,i,iv,s,sv}
2021-05-19 23:18:13 +02:00
SoftwareGLContext.cpp
LibGL: Implement glReadPixels()
2021-05-24 19:03:25 +01:00
SoftwareGLContext.h
LibGL: Implement glReadPixels() stub with argument validation
2021-05-24 19:03:25 +01:00
SoftwareRasterizer.cpp
LibGL: Implement glReadPixels()
2021-05-24 19:03:25 +01:00
SoftwareRasterizer.h
LibGL: Implement glReadPixels()
2021-05-24 19:03:25 +01:00