diff --git a/.gitattributes b/.gitattributes index 44b8952..6bd6429 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ -* eol=lf -*.png binary -build/* eol=crlf +* text eol=lf +*.png binary +build/*/* text eol=crlf +CMakeLists.txt text eol=lf diff --git a/.gitignore b/.gitignore index e182c2f..0cdd347 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,10 @@ /build/*/*.suo /build/*/*.vcxproj.user /build/*/tmp/ +/build/cmake/CMakeFiles/ +/build/cmake/CMakeCache.txt +/build/cmake/cmake_install.cmake +/build/cmake/Makefile /auto/extensions /auto/registry /bin diff --git a/auto/core/gl/GL_VERSION_4_2 b/auto/core/gl/GL_VERSION_4_2 index fa75117..c94737a 100644 --- a/auto/core/gl/GL_VERSION_4_2 +++ b/auto/core/gl/GL_VERSION_4_2 @@ -1,6 +1,8 @@ GL_VERSION_4_2 https://www.opengl.org/registry/doc/glspec42.compatibility.20120427.pdf + GL_COPY_READ_BUFFER_BINDING 0x8F36 + GL_COPY_WRITE_BUFFER_BINDING 0x8F37 GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM 0x8E8D GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT 0x8E8E diff --git a/auto/core/gl/GL_VERSION_4_5 b/auto/core/gl/GL_VERSION_4_5 index c51e936..341abfd 100644 --- a/auto/core/gl/GL_VERSION_4_5 +++ b/auto/core/gl/GL_VERSION_4_5 @@ -1,2 +1,4 @@ GL_VERSION_4_5 https://www.opengl.org/registry/doc/glspec45.compatibility.pdf + + GLenum glGetGraphicsResetStatus (void) diff --git a/auto/doc/build.html b/auto/doc/build.html index 03aae75..467a7f3 100644 --- a/auto/doc/build.html +++ b/auto/doc/build.html @@ -42,7 +42,8 @@
  • wget
  • GNU sed
  • gcc compiler
  • +
  • git
  • -Ubuntu:
    sudo apt-get install libXmu-dev libXi-dev libgl-dev dos2unix
    -Fedora:
    sudo yum install libXmu-devel libXi-devel libGL-devel dos2unix
    +Ubuntu:
    sudo apt-get install libXmu-dev libXi-dev libgl-dev dos2unix git wget
    +Fedora:
    sudo yum install libXmu-devel libXi-devel libGL-devel dos2unix git wget
    diff --git a/auto/doc/index.html b/auto/doc/index.html index a6a3d2d..8815623 100644 --- a/auto/doc/index.html +++ b/auto/doc/index.html @@ -13,7 +13,7 @@ Mac OS X, FreeBSD, Irix, and Solaris. GLEW is distributed as source and precompiled binaries.
    The latest release is -1.11.0[08-11-14]: +1.12.0[26-01-15]:

    @@ -27,8 +27,8 @@ The latest release is Source -ZIP |  -TGZ +ZIP |  +TGZ @@ -36,7 +36,7 @@ The latest release is Binaries -Windows 32-bit and 64-bit +Windows 32-bit and 64-bit @@ -60,14 +60,13 @@ An up-to-date copy is also available using git Unsupported snapshots are also available:

    Supported Extensions

    -The latest release contains support for OpenGL 4.4 and the following extensions: +The latest release contains support for OpenGL 4.5 and the following extensions: