Age | Commit message (Expand) | Author |
---|---|---|
2022-09-13 | LibGL: Implement `GL_TEXTURE_LOD_BIAS` for texture objects | Jelle Raaijmakers |
2022-09-11 | LibGL+LibGPU+LibSoftGPU: Implement `GL_GENERATE_MIPMAP` | Jelle Raaijmakers |
2022-04-06 | LibGL+LibGPU+LibSoftGPU: Add virtual base class for Images | Stephan Unverwerth |
2022-03-10 | Libraries: Use default constructors/destructors in LibGL | Lenny Maiorani |
2021-12-24 | LibGL: Attach device image to texture object and upload image data | Stephan Unverwerth |
2021-05-30 | LibGL: Introduce Texture base class for all texture types | Stephan Unverwerth |
2021-05-26 | LibGL: Implement Texture State Management | Jesse Buhagiar |