Age | Commit message (Expand) | Author |
---|---|---|
2022-10-19 | LibGL: Add buffer API stubs | Jelle Raaijmakers |
2022-09-13 | LibGL: Implement all `glMultiTexCoord*f` API methods | Jelle Raaijmakers |
2022-09-13 | LibGL: Implement all `glRasterPos2*` API methods | Jelle Raaijmakers |
2022-09-11 | LibGL: Implement `glNormal3d` | Jelle Raaijmakers |
2022-09-11 | LibGL: Implement `glMultiTexCoord2fv(ARB)?` APIs | Jelle Raaijmakers |
2022-09-03 | LibGL: Implement `glGetTexImage` | Jelle Raaijmakers |
2022-09-03 | LibGL: Improve constants and types compatibility | Jelle Raaijmakers |
2022-05-11 | LibGL+LibGPU+LibSoftGPU: Implement and expose glClipPlane | RKBethke |
2022-05-09 | LibGL+LibGPU: Implement `glPointSize` | Jelle Raaijmakers |
2022-05-05 | LibGL: Put the OpenGL API wrapper in a single code unit | Jelle Raaijmakers |