summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGL/SoftwareRasterizer.h
AgeCommit message (Expand)Author
2021-05-30LibGL: Implement glBindTexture()Stephan Unverwerth
2021-05-30LibGL: Introduce Texture base class for all texture typesStephan Unverwerth
2021-05-29Everywhere: Use s.unverwerth@serenityos.org :^)Stephan Unverwerth
2021-05-26LibGL: Add texture sampling to SW RasterizerJesse Buhagiar
2021-05-24LibGL: Implement glReadPixels()Stephan Unverwerth
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