summaryrefslogtreecommitdiff
path: root/include/GL/glcorearb.h
AgeCommit message (Collapse)AuthorFilesLines
2017-06-25Update Khronos-supplied headerskhronos-updateNicolai Hähnle1-123/+2097
Taken from commit 676834dd529d620ee25090e738d2607dfde003d8 of https://github.com/KhronosGroup/OpenGL-Registry.git
2016-06-10GL: update glcorearb.h to svn 32433Ilia Mirkin1-38/+70
This brings in the fixed glClearNamedFramebufferfi definition, as well as a lot of GLsizei -> GLsizeiptr changes. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Cc: "11.2 12.0" <mesa-stable@lists.freedesktop.org>
2014-08-12mesa: pull Khronos glcorearb.h header into include/GL/Brian Paul1-0/+3589
Apps that only want to use core functionality should #include this header. This version covers everything up to OpenGL 4.5. Reviewed-by: Matt Turner <mattst88@gmail.com>