Version: 2.2.0, Package name: glew-2.2.0 |
Maintained by: Brad Smith |
Master sites: |
Description 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. |
Filesize: 816.271 KB |
Version History (View Complete History) |
|
2020-10-08 14:18:25 by Stuart Henderson | Files touched by this commit (5) |
Log message: graphics/glew: update to 2.2.0, from Brad, been through bulk on i386 |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-01-28 01:26:17 by Jonathan Gray | Files touched by this commit (2) |
Log message: 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) |
2016-12-30 06:57:51 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to glew-2.0.0, from Brad, bulk build tests by me and naddy |
2016-08-27 00:01:24 by Anthony J. Bentley | Files touched by this commit (1) |
Log message: Fix glew pkg-config output: use /usr/local instead of /usr. Bug pointed out by Michael Pavone. No response from maintainer. |
2015-05-06 02:47:14 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to glew-1.12.0. from brad (maintainer) |
2015-04-21 12:24:23 by Stuart Henderson | Files touched by this commit (32) |
Log message: add some missing pthread to WANTLIB (using modified portbump, thanks zhuk@) |
2010-10-24 15:21:02 by Antoine Jacoutot | Files touched by this commit (91) |
Log message: Remove USE_X11. |
2010-10-15 04:32:02 by David Coppa | Files touched by this commit (2) |
Log message: Update to glew-1.5.6 From Brad |
2010-04-15 09:02:49 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to 1.5.3, from Brad. |
2009-08-10 00:31:45 by Matthias Kilian | Files touched by this commit (221) |
Log message: WANTLIB changes after xcb addition and bump. |
2009-08-02 06:32:36 by Stuart Henderson | Files touched by this commit (3) |
Log message: - 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) |