Age | Commit message (Expand) | Author |
---|---|---|
2021-12-19 | LibGL: Fix texture sampling texel coordinate calculation | Stephan Unverwerth |
2021-10-08 | Libraries: Fix -Wunreachable-code warnings from clang | Nico Weber |
2021-09-07 | Everywhere: Behaviour => Behavior | Andreas Kling |
2021-08-18 | LibGL: Improve texture sampling performance | Stephan Unverwerth |
2021-08-18 | LibGL: Return white texel when sampling uninitialized texture | Stephan Unverwerth |
2021-08-12 | LibGL: Implement GL_LINEAR texture filter | Stephan Unverwerth |
2021-08-12 | LibGL: Implement "mirrored repeat" wrap mode | Stephan Unverwerth |
2021-08-12 | LibGL: Implement "clamp" wrap mode | Stephan Unverwerth |
2021-08-12 | LibGL: Turn Sampler2D into an actual class | Stephan Unverwerth |