Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-17 | LibGL+LibSoftGPU: Implement the stencil buffer | Jelle Raaijmakers | |
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-09 | AK/SIMD: Suppress psabi warnings and add explanatory comment | Stephan Unverwerth | |
2022-01-09 | AK: Add SIMDExtras.h with SIMD related functions | Stephan Unverwerth | |
Adds a header to AK with helper functions for writing vectorized code. Co-authored-by: Hendiadyoin <leon2002.la@gmail.com> |