Age | Commit message (Expand) | Author |
---|---|---|
2023-01-01 | LibGL: Implement `GL_TEXTURE_ENV_COLOR` | Jelle Raaijmakers |
2022-11-26 | LibGL: Add some tests for the buffer API | cflip |
2022-10-16 | LibGL: Immediately dereference vertex attribute data in display lists | Jelle Raaijmakers |
2022-09-11 | LibGL+LibGPU+LibSoftGPU: Implement matrix stack per texture unit | Jelle Raaijmakers |
2022-08-27 | LibGL+LibGPU+LibSoftGPU: Implement texture pixel format support | Jelle Raaijmakers |
2022-08-27 | LibGL+LibGPU+LibSoftGPU: Implement flexible pixel format conversion | Jelle Raaijmakers |
2022-05-09 | LibGL+LibGPU+LibSoftGPU: Implement point and line drawing | Jelle Raaijmakers |
2022-04-20 | LibGL: Set W-coordinate to 1 in `glRect*` | Jelle Raaijmakers |
2022-04-17 | Tests: Implement reference image testing for LibGL | Jelle Raaijmakers |