summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGL/SoftwareRasterizer.h
AgeCommit message (Expand)Author
2021-05-16LibGL: Implement glAlphaFunc()Stephan Unverwerth
2021-05-16LibGL: Add support for GL_BLEND in glEnable() and glDisable()Stephan Unverwerth
2021-05-09LibGL: Add depth tests and writes to SoftwareRasterizerStephan Unverwerth
2021-05-09LibGL: Add supporting code for depth bufferStephan Unverwerth
2021-05-08LibGL: Add software rasterizerStephan Unverwerth