index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGL
/
SoftwareGLContext.cpp
Age
Commit message (
Expand
)
Author
2021-05-17
Everywhere: Fix a bunch of typos
Linus Groh
2021-05-16
LibGL: Implement glAlphaFunc()
Stephan Unverwerth
2021-05-16
LibGL: Add glBlendFunc() and glShadeModel() to call lists
Stephan Unverwerth
2021-05-16
LibGL: Implement glShadeModel()
Stephan Unverwerth
2021-05-16
LibGL: Add support for GL_BLEND in glEnable() and glDisable()
Stephan Unverwerth
2021-05-16
LibGL: Add defines and stubs for glBlendFunc()
Stephan Unverwerth
2021-05-14
LibGL: Implement glFlush() and glFinish()
Stephan Unverwerth
2021-05-13
LibGfx+Demos: Make Matrix4x4 a true alias for Matrix<4,T>
Stephan Unverwerth
2021-05-13
LibGL: SoftwareRasterizer: Use perspective correct interpolation
Stephan Unverwerth
2021-05-11
LibGL: Implement glGenLists and a few friends
Ali Mohammad Pur
2021-05-09
LibGL: Add supporting code for depth buffer
Stephan Unverwerth
2021-05-08
LibGL: Move polygon clipping to `Clipper` class
Jesse Buhagiar
2021-05-08
LibGL: Add software rasterizer
Stephan Unverwerth
2021-05-08
LibGL: Add back face culling functions
Stephan Unverwerth
2021-05-08
LibGL: Implement glOrtho and underlying functions
Ali Mohammad Pur
2021-05-08
LibGL: Impement glLoadMatrixf and underlying function
Jesse Buhagiar
2021-05-08
LibGL: Implement glScalef
Jesse Buhagiar
2021-05-08
LibGL: Check for matrix stack over/underflow
Jesse Buhagiar
2021-05-08
LibGL: Set GL error on some calls during begin/end
Jesse Buhagiar
2021-05-08
LibGL: Implement glGetError and underlying function
Jesse Buhagiar
2021-05-08
LibGL: Implement a basic OpenGL 1.x compatible library
Jesse Buhagiar