1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-11 09:32:08 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Jelle Raaijmakers
11c807ebd1 LibGL+LibSoftGPU: Implement the stencil buffer
This implements an 8-bit front stencil buffer. Stencil operations are
SIMD optimized. LibGL changes include:

* New `glStencilMask` and `glStencilMaskSeparate` functions
* New context parameter `GL_STENCIL_CLEAR_VALUE`
2022-01-17 12:49:00 +01:00