naddy
af6a79943b
drop RCS Ids
2022-03-11 19:22:04 +00:00
sthen
a4449754d5
graphics/glew: update to 2.2.0, from Brad, been through bulk on i386
2020-10-08 20:18:25 +00:00
jsg
4e8b648762
modify glew.h for recent Mesa versions
...
Mesa >= 18.2.5 has newer OpenGL headers from Khronos which change the
include guards.
ok brad (MAINTAINER)
2019-01-28 08:26:17 +00:00
sthen
01143c9948
update to glew-2.0.0, from Brad, bulk build tests by me and naddy
2016-12-30 13:57:51 +00:00
ajacoutot
006f773ca5
Update to glew-1.12.0.
...
from brad (maintainer)
2015-05-06 08:47:14 +00:00
brad
97bf08c9a9
Update to GLEW 1.10.0.
...
ok sthen@
2013-09-11 18:13:20 +00:00
ajacoutot
cf091e28ab
Update to glew-1.9.0.
...
from Brad (maintainer)
2012-08-27 12:40:19 +00:00
pascal
01cbd4d9c0
Update to glew 1.7.0, from Brad. Dependencies are happy.
...
ok phesssler@
2011-11-16 22:42:02 +00:00
sthen
0c678ecfa6
update to 1.5.3, from Brad.
2010-04-15 15:02:49 +00:00
sthen
a4318369a4
- don't strip the shared lib when installing
...
- make sure to pass the PIC flag to the compiler when linking
the shared lib
from Brad (maintainer)
2009-08-02 12:32:36 +00:00
sthen
96da4e2934
import graphics/glew:
...
The goal of the OpenGL Extension Wrangler Library (GLEW) is to assist
C/C++ OpenGL developers with two tedious tasks: initializing and using
extensions and writing portable applications. GLEW provides an efficient
run-time mechanism to determine whether a certain extension is supported
by the driver or not. OpenGL core and extension functionality is exposed
via a single header file.
2009-04-13 23:24:01 +00:00