Age | Commit message (Expand) | Author |
---|---|---|
2021-12-12 | LibGL: Simplify Texture2D reading; add support for RGB565 | Jelle Raaijmakers |
2021-12-11 | LibGL: Improve mipmap lookup in Texture2D | Jelle Raaijmakers |
2021-12-11 | LibGL: Implement `GL_(UN)PACK_ALIGNMENT` | Jelle Raaijmakers |
2021-12-11 | LibGL: Use `Array::back()` for last mipmap selection | Jelle Raaijmakers |
2021-09-02 | LibGL: Implement glTexSubImage2D | Stephan Unverwerth |
2021-08-26 | LibGL: Implement glPixelStorei | Stephan Unverwerth |
2021-08-18 | LibGL: Allow glTexImage2D to create uninitialized textures | Stephan Unverwerth |
2021-08-18 | LibGL: Fix interpretation of BGRA byte order | Stephan Unverwerth |
2021-08-12 | LibGL: Turn Sampler2D into an actual class | Stephan Unverwerth |
2021-05-30 | LibGL: Introduce Texture base class for all texture types | Stephan Unverwerth |