]> git.sesse.net Git - casparcg/commit
2.0. - Changed from GLEE to GLEW which is more frequently updated with the latest...
authorRonag <Ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Sun, 7 Aug 2011 11:10:02 +0000 (11:10 +0000)
committerRonag <Ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Sun, 7 Aug 2011 11:10:02 +0000 (11:10 +0000)
commit26e1868f722601a49479992fe12feae7b5fcf93c
tree986d80961296ffe0a95509706abea3c471b4286a
parent4c96b4064a92f65beead3cb2453d727187bed40f
2.0. - Changed from GLEE to GLEW which is more frequently updated with the latest OGL extensions.
     - Use GL_ARB_SYNC instead of FENCE_NV, fences now work on both NVIDIA and AMD.
     - Make fence optional, if fence is not supported, then run without.
16 files changed:
glew-1.6.0/LICENSE.txt [new file with mode: 0644]
glew-1.6.0/README.txt [new file with mode: 0644]
glew-1.6.0/TODO.txt [new file with mode: 0644]
glew-1.6.0/bin/glew32.dll [new file with mode: 0644]
glew-1.6.0/bin/glew32mx.dll [new file with mode: 0644]
glew-1.6.0/bin/glewinfo.exe [new file with mode: 0644]
glew-1.6.0/bin/glewinfo.txt [new file with mode: 0644]
glew-1.6.0/bin/visualinfo.exe [new file with mode: 0644]
glew-1.6.0/bin/visualinfo.txt [new file with mode: 0644]
glew-1.6.0/include/GL/glew.h [new file with mode: 0644]
glew-1.6.0/include/GL/glxew.h [new file with mode: 0644]
glew-1.6.0/include/GL/wglew.h [new file with mode: 0644]
glew-1.6.0/lib/glew32.lib [new file with mode: 0644]
glew-1.6.0/lib/glew32mx.lib [new file with mode: 0644]
glew-1.6.0/lib/glew32mxs.lib [new file with mode: 0644]
glew-1.6.0/lib/glew32s.lib [new file with mode: 0644]