summaryrefslogtreecommitdiff
path: root/graphics/glew/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* graphics/glew: update to 2.2.0Jan Beich2020-06-062-13/+17
| | | | | | | | | Changes: https://github.com/nigels-com/glew/compare/glew-2.1.0...555aa3ffc085 Approved by: zeising (maintainer) Differential Revision: https://reviews.freebsd.org/D25162 Notes: svn path=/head/; revision=538091
* Update to 2.1.0Niclas Zeising2017-11-182-9/+74
| | | | | | | | | | | | | | | | | | | | | Some hilights from release notes: * adds support for OpenGL 4.6 * adds support for OSMesa and EGL * Removes support for MX and removes related libraries Use upstream install target instead of our own do-install: Fix the pkgconfig script to actually tell something at least closer to the truth. Add missing GL dependencies. Library version bump. PR: 223370 Submitted by: zeising exp-run by: antoine Approved by: antoine Notes: svn path=/head/; revision=454453
* - Update to version 1.12.0Marcus von Appen2015-02-081-3/+3
| | | | | | | | | This update adds a couple of nvidia extensions and fixes some minor bugs. Changelog: http://glew.sourceforge.net/log.html Notes: svn path=/head/; revision=378635
* - Fix tools linkage and unbreak installationMarcus von Appen2014-08-171-3/+18
| | | | | | | Reported by: many Notes: svn path=/head/; revision=365213
* - Update to version 1.11.0, which adds support for OpenGL 4.5Marcus von Appen2014-08-173-54/+18
| | | | | | | Changelog: http://glew.sourceforge.net/log.html Notes: svn path=/head/; revision=365183
* - Fix the include path reported by pkg-config --cflagsMarcus von Appen2013-10-101-4/+12
| | | | | | | Submitted by: acm@ Notes: svn path=/head/; revision=330016
* - Update to 1.9.0Marcus von Appen2012-10-042-8/+10
| | | | Notes: svn path=/head/; revision=305282
* - Update to 1.6.0Marcus von Appen2011-05-091-14/+18
| | | | Notes: svn path=/head/; revision=273886
* - Update to 1.5.2.Marcus von Appen2010-04-021-13/+0
| | | | Notes: svn path=/head/; revision=252011
* Unbreak build on amd64.Marcus von Appen2009-05-171-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=234100
* Update to 1.5.1Marcus von Appen2009-05-133-26/+20
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=233845
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Fix SONAMESergey Matveychuk2006-01-211-1/+8
| | | | | | | | PR: ports/92095 Submitted by: maintainer Notes: svn path=/head/; revision=154062
* - Fix undefined symbol errors when including glut.h just after glew.h inSergey Matveychuk2006-01-181-0/+13
| | | | | | | | | | | applications which depends on both of them. - Bumped PORTREVISION. PR: ports/91944 Submitted by: maintainer Notes: svn path=/head/; revision=153826
* - Update to 1.3.1Pav Lucistnik2005-03-062-23/+26
| | | | | | | | PR: ports/78423 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer) Notes: svn path=/head/; revision=130487
* Fix stupid bug introduced by previous commit.Volker Stolz2005-01-211-34/+21
| | | | | | | | PR: ports/76512 Submitted by: maintainer Notes: svn path=/head/; revision=127001
* Fix build on amd64.Kirill Ponomarev2005-01-081-8/+11
| | | | Notes: svn path=/head/; revision=125767
* - Revert my previous commit, it was completely bogus [1]Pav Lucistnik2004-04-021-2/+1
| | | | | | | | | | - Respect CFLAGS [2] Requested by: maintainer [1] Submitted by: maintainer [2] Notes: svn path=/head/; revision=105930
* - Fix build on AMD64Kirill Ponomarev2004-01-251-2/+2
| | | | | | | | | PR: 61866 Submitted by: maintainer Noticed by: bento via kris Notes: svn path=/head/; revision=99034
* Add glew 1.1.4,Kirill Ponomarev2004-01-011-0/+47
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. PR: 60717 Submitted by: Igor Pokrovsky <tiamat@comset.net> Notes: svn path=/head/; revision=97041