summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGL/GL
AgeCommit message (Expand)Author
2021-05-16LibGL: Add missing GLAPI function specifiersStephan Unverwerth
2021-05-14LibGL: Implement glFlush() and glFinish()Stephan Unverwerth
2021-05-11LibGL: Implement glGenLists and a few friendsAli Mohammad Pur
2021-05-09LibGL: Add supporting code for depth bufferStephan Unverwerth
2021-05-08LibGL: Add back face culling functionsStephan Unverwerth
2021-05-08LibGL: Implement glColor4(ub,f)vAli Mohammad Pur
2021-05-08LibGL: Implement glVertex2f(v)Ali Mohammad Pur
2021-05-08LibGL: Implement glVertex3fvAli Mohammad Pur
2021-05-08LibGL: Implement glOrtho and underlying functionsAli Mohammad Pur
2021-05-08LibGL: Impement glLoadMatrixf and underlying functionJesse Buhagiar
2021-05-08LibGL: Implement glScalefJesse Buhagiar
2021-05-08LibGL: Check for matrix stack over/underflowJesse Buhagiar
2021-05-08LibGL: Implement glGetError and underlying functionJesse Buhagiar
2021-05-08LibGL: Implement a basic OpenGL 1.x compatible libraryJesse Buhagiar