aboutsummaryrefslogtreecommitdiff
path: root/graphics/glew
Commit message (Collapse)AuthorAgeFilesLines
* - Bring back a part of revision 1.4 which was correctPav Lucistnik2004-04-021-0/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=105932
* - Revert my previous commit, it was completely bogus [1]Pav Lucistnik2004-04-022-8/+1
| | | | | | | | | | - Respect CFLAGS [2] Requested by: maintainer [1] Submitted by: maintainer [2] Notes: svn path=/head/; revision=105930
* - Respect ${CC} and ${CFLAGS}Pav Lucistnik2004-04-011-0/+6
| | | | | | | | PR: ports/65047 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=105912
* - Update to version 1.2.1Kirill Ponomarev2004-04-013-12/+11
| | | | | | | | PR: ports/65035 Submitted by: maintainer Notes: svn path=/head/; revision=105866
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - 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-015-0/+115
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