Age | Commit message (Expand) | Author |
---|---|---|
2021-05-16 | LibGL: Add missing GLAPI function specifiers | Stephan Unverwerth |
2021-05-14 | LibGL: Implement glFlush() and glFinish() | Stephan Unverwerth |
2021-05-11 | LibGL: Implement glGenLists and a few friends | Ali Mohammad Pur |
2021-05-09 | LibGL: Add supporting code for depth buffer | Stephan Unverwerth |
2021-05-08 | LibGL: Add back face culling functions | Stephan Unverwerth |
2021-05-08 | LibGL: Implement glColor4(ub,f)v | Ali Mohammad Pur |
2021-05-08 | LibGL: Implement glVertex2f(v) | Ali Mohammad Pur |
2021-05-08 | LibGL: Implement glVertex3fv | Ali Mohammad Pur |
2021-05-08 | LibGL: Implement glOrtho and underlying functions | Ali Mohammad Pur |
2021-05-08 | LibGL: Impement glLoadMatrixf and underlying function | Jesse Buhagiar |
2021-05-08 | LibGL: Implement glScalef | Jesse Buhagiar |
2021-05-08 | LibGL: Check for matrix stack over/underflow | Jesse Buhagiar |
2021-05-08 | LibGL: Implement glGetError and underlying function | Jesse Buhagiar |
2021-05-08 | LibGL: Implement a basic OpenGL 1.x compatible library | Jesse Buhagiar |