Pinned
145 contributions in the last year
Less
More
Activity overview
Contributed to
SerenityOS/serenity,
sunverwerth/olcjam2020,
Quaker762/serenity
and 2 other
repositories
Contribution activity
May 2021
Created 25 commits in 1 repository
Created a pull request in SerenityOS/serenity that received 8 comments
LibGL: Software Rasterizer refactorings
To make further development easier the rasterizer needs to be streamlined a little. We need to use fixed point arithmetic for the most part because…
+289
−122
•
8
comments
Opened 10 other pull requests in 2 repositories
SerenityOS/serenity
9
merged
- LibGL: Implement glReadBuffer() and glReadPixels()
- LibGL: Implement glHint()
- LibGL: Implement all of glVertex{2,3,4}{d,dv,f,fv,i,iv,s,sv}
- LibGL: Implement glAlphaFunc()
- LibGL: Implement glShadeModel()
- LibGL: implement different blending modes
- LibGL: Implement glFlush() and glFinish()
- LibGfx: Fix Matrices
- LibGL: Add Depth Buffer
