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
/
SoftwareRasterizer.cpp
Age
Commit message (
Expand
)
Author
2021-08-12
LibGL: Turn Sampler2D into an actual class
Stephan Unverwerth
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-05-31
LibGL: Use Texture Units in Rasterizer and Context
Jesse Buhagiar
2021-05-30
LibGL: Implement glBindTexture()
Stephan Unverwerth
2021-05-30
LibGL: Introduce Texture base class for all texture types
Stephan Unverwerth
2021-05-29
Everywhere: Use s.unverwerth@serenityos.org :^)
Stephan Unverwerth
2021-05-26
LibGL: Add texture sampling to SW Rasterizer
Jesse Buhagiar
2021-05-24
LibGL: Implement glReadPixels()
Stephan Unverwerth
2021-05-16
LibGL: Implement alpha testing in SoftwareRasterizer
Stephan Unverwerth
2021-05-16
LibGL: Implement glShadeModel()
Stephan Unverwerth
2021-05-16
LibGL: Implement color blending
Stephan Unverwerth
2021-05-13
LibGL: SoftwareRasterizer: Use perspective correct interpolation
Stephan Unverwerth
2021-05-13
LibGL: Generate coverage and depth masks in the software rasterizer
Stephan Unverwerth
2021-05-13
LibGL: Use integer math in rasterizer coverage calculations
Stephan Unverwerth
2021-05-09
LibGL: Add depth tests and writes to SoftwareRasterizer
Stephan Unverwerth
2021-05-08
LibGL: Add software rasterizer
Stephan Unverwerth