Nigel Stewart
d32f4278e2
Tidy-up for .gitattributes and update_ext.sh
2014-10-24 21:03:11 +10:00
Frank Park
a790eb8129
Fixed a bug with shell script and added .gitattributes
...
Update_ext.sh does not utilize the blacklist correctly with cygwin due
to the argument -name in find is not quoted. Argument *.txt has been
changed to "*.txt" to fix the issue.
Also, it is currently possible for windows users to pull the repo in
CRLF format which destroys the scripts and source files. .gitattributes
were added to prevent this issue.
2014-10-19 01:59:48 -04:00
Nigel Stewart
e2036b5afd
Add experimental OpenGL ES extension support, disabled by default.
...
Move registry into registry/gl, move extensions into extensions/gl.
This allows room for registry/gles and extensions/gles.
Extension filtering moved from update_ext.sh to filter_gl_ext.sh, different logic for OpenGL ES.
2012-10-24 21:49:42 -05:00
Nigel Stewart
81b477d877
Remove various duplicate enums.
2012-10-24 21:49:09 -05:00
Nigel Stewart
027efdea2a
Resolve bug #200 glGetPointerv of GL_KHR_debug hides OpenGL 1.1.
2012-09-17 18:32:31 -05:00
Nigel Stewart
31f9a387e2
Fixup for GLfixed as part of ES2_compatibility.
2012-08-19 12:07:58 -05:00
Nigel Stewart
62d2c87d5a
Fixup for deleting extensions that disappeared from opengl.org
2012-08-14 18:43:08 -05:00
Nigel Stewart
4c1a2460f3
Add OpenGL 4.3 support, and new extensions.
2012-08-06 09:17:50 -05:00
Nigel Stewart
e76dc8df5f
Filter more duplicate enums in auto/bin/update_ext.sh
2012-05-27 16:39:47 -05:00
Nigel Stewart
594fdd6a4e
Filter enums for GL_APPLE_vertex_array_range, GL_ARB_texture_rg, GL_ARB_texture_storage, GL_EXT_paletted_texture - no need to duplicate.
2012-05-26 00:08:50 -05:00
Nigel Stewart
6e29c50eac
Filter out GL_FLOAT and GL_UNSIGNED_INT from GL_AMD_performance_monitor extension.
2012-05-24 22:16:06 -05:00
Nigel Stewart
cc1b20931f
Resolve ID: 3479356 - GL_ARB_gpu_shader_fp64 issue
2012-02-12 15:46:57 -06:00
Nigel Stewart
c06a90bc59
GLX fixup for Patch ID: 3206528 Add support for NV_video_capture
2011-03-11 12:39:50 -06:00
Nigel Stewart
ff1aa06701
Patch ID: 3206528 Add support for NV_video_capture
2011-03-11 11:16:50 -06:00
Nigel Stewart
6acc3d0e85
Support function pointer typedefs in the extension files, rather than hard-coding those directly into the header. Enables support for AMD_debug_output, ARB_debug_output and ARB_cl_event in SCI GLEW branch.
2011-01-01 09:30:11 -06:00
nigels
34d6d381c5
Bug ID: 3072935 glGetPointerv is GL 1.2, not GL_EXT_vertex_array
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@623 783a27ee-832a-0410-bc00-9f386506c6dd
2010-09-22 19:45:36 +00:00
nigels
835cbed5b8
Filter glGetPointerv from GL_ARB_debug_output
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@618 783a27ee-832a-0410-bc00-9f386506c6dd
2010-08-16 19:43:07 +00:00
nigels
5d70415c04
Add various enumerants missing from glew.h currently
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@617 783a27ee-832a-0410-bc00-9f386506c6dd
2010-08-13 20:49:25 +00:00
nigels
7102be81a7
Disable filtering of GL_ARB_separate_shader_objects, resolve build breakage.
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@616 783a27ee-832a-0410-bc00-9f386506c6dd
2010-08-12 00:31:10 +00:00
nigels
376baca6d1
Add support for ARB_viewport_array
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@615 783a27ee-832a-0410-bc00-9f386506c6dd
2010-08-10 04:31:50 +00:00
nigels
f5faea3022
Enable GL_ARB_gpu_shader_fp64
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@600 783a27ee-832a-0410-bc00-9f386506c6dd
2010-05-07 20:43:46 +00:00
nigels
341b043b31
Add support for Nvidia Fermi extensions.
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@595 783a27ee-832a-0410-bc00-9f386506c6dd
2010-04-19 03:52:05 +00:00
nigels
0c26245424
Initial OpenGL 3.3 and 4.0 support
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@590 783a27ee-832a-0410-bc00-9f386506c6dd
2010-03-11 23:28:29 +00:00
nigels
4744f99070
The first three lines of each core or extension file is now: name, URL and GL extension string name. For example GL_NV_geometry_program4 is available iff GL_NV_gpu_program4 appears in the extension string.
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@587 783a27ee-832a-0410-bc00-9f386506c6dd
2010-03-05 18:19:59 +00:00
nigels
e72fe268e8
Touch-ups for GLEW 1.5.2 release. Add dist-src target
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@573 783a27ee-832a-0410-bc00-9f386506c6dd
2009-12-31 17:05:56 +00:00
nigels
60e7e8d349
Add support for GL_NV_explicit_multisample\nReviewed by Milan Ikits
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@539 783a27ee-832a-0410-bc00-9f386506c6dd
2008-10-31 00:29:15 +00:00
ikits
7cda760b4b
Added Nigel's patch #3
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@535 783a27ee-832a-0410-bc00-9f386506c6dd
2008-10-27 01:23:19 +00:00
ikits
3f63c6224c
Year change
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@521 783a27ee-832a-0410-bc00-9f386506c6dd
2007-12-28 01:47:25 +00:00
ikits
b6ef9dd3ad
Bug fixes
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@508 783a27ee-832a-0410-bc00-9f386506c6dd
2007-09-28 19:07:02 +00:00
ikits
3d4da5b2a7
bug fixes and added GL_NV_depth_range_unclamped
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@495 783a27ee-832a-0410-bc00-9f386506c6dd
2007-03-19 02:36:29 +00:00
ikits
7e708af2be
version & year bump
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@469 783a27ee-832a-0410-bc00-9f386506c6dd
2007-03-01 05:11:36 +00:00
ikits
89ad8ec389
bug fixes and copyright year changes
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@427 783a27ee-832a-0410-bc00-9f386506c6dd
2006-02-26 16:45:12 +00:00
ikits
184e91489c
Fixed GL_ARB_transpose_matrix bug
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@418 783a27ee-832a-0410-bc00-9f386506c6dd
2005-05-16 04:13:06 +00:00
ikits
4a06912ddb
fixed bugs 1185517 and 1182116
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@417 783a27ee-832a-0410-bc00-9f386506c6dd
2005-04-22 22:47:23 +00:00
ikits
389547f074
fixed GLhandleARB
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@365 783a27ee-832a-0410-bc00-9f386506c6dd
2005-01-06 06:25:07 +00:00
ikits
d50db91bd0
Year bump in copyright message. Removed obsolete files from auto/src.
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@333 783a27ee-832a-0410-bc00-9f386506c6dd
2005-01-03 07:32:34 +00:00
ikits
2b3e01646d
fixed ATI_fragment_shader problem
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@304 783a27ee-832a-0410-bc00-9f386506c6dd
2004-12-06 05:39:22 +00:00
ikits
82b540177c
removed const correctness fix in GL_ARB_shader_objects
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@282 783a27ee-832a-0410-bc00-9f386506c6dd
2004-09-06 01:13:39 +00:00
ikits
527190f4be
fixed problem with ARB_shader_objects and ARB_vertex_shader
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@246 783a27ee-832a-0410-bc00-9f386506c6dd
2004-03-19 00:53:01 +00:00
ikits
dbb7f8c798
updated copyright notices
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@207 783a27ee-832a-0410-bc00-9f386506c6dd
2004-02-01 20:03:26 +00:00
ikits
d4ea803270
shader objects const bug fix
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@206 783a27ee-832a-0410-bc00-9f386506c6dd
2004-02-01 19:21:36 +00:00
ikits
64ea902d1d
*** empty log message ***
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@204 783a27ee-832a-0410-bc00-9f386506c6dd
2004-02-01 18:18:46 +00:00
ikits
ae49bac8be
fix bugs created by adding GL 1.5
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@198 783a27ee-832a-0410-bc00-9f386506c6dd
2004-01-27 20:35:55 +00:00
ikits
438c1d628a
fixed missing defines in GL_ARB_shader_objects
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@195 783a27ee-832a-0410-bc00-9f386506c6dd
2004-01-20 23:32:23 +00:00
ikits
a65f4fd25f
replaced sed with perl
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@193 783a27ee-832a-0410-bc00-9f386506c6dd
2004-01-13 18:59:49 +00:00
ikits
db6e8598a3
fixed sed problems
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@189 783a27ee-832a-0410-bc00-9f386506c6dd
2004-01-06 21:17:05 +00:00
ikits
5797a89892
bug fix; missing '> tmp'
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@186 783a27ee-832a-0410-bc00-9f386506c6dd
2004-01-05 22:25:14 +00:00
mem
e4057d5b33
Mostly formatting and documentation noops.
...
For VBO:
typedef ptrdiff_t GLsizeiptrARB;
typedef ptrdiff_t GLintptrARB;
as per email discussion with Marco Fabbricatore. See argumentation in
auto/bin/update_ext.sh and auto/src/glew_pre.h.
Windows needs to get this fixed. See glew_pre.h.
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@184 783a27ee-832a-0410-bc00-9f386506c6dd
2004-01-04 14:20:17 +00:00
ikits
32a42fe06a
added support for GL_ARB_vertex_shader, GL_ARB_fragment_shader, and GL_ARB_shader_objects
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@132 783a27ee-832a-0410-bc00-9f386506c6dd
2003-09-26 11:34:59 +00:00
ikits
e68c8d8886
*** empty log message ***
...
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@96 783a27ee-832a-0410-bc00-9f386506c6dd
2003-07-08 16:43:30 +00:00