Commit Graph

140 Commits

Author SHA1 Message Date
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 043de344c2 Blacklist ARB/separate_shader_objects and ARB/viewport_array for now, fix build breaks.
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@613 783a27ee-832a-0410-bc00-9f386506c6dd
2010-07-29 13:33:05 +00:00
nigels 43dd29cf8f Improved GL_NV_vdpau_interop support
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@608 783a27ee-832a-0410-bc00-9f386506c6dd
2010-06-29 23:58:41 +00:00
nigels 91fe4e2bb1 Add support for AMD_debug_output, recently added to opengl.org repository.
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@601 783a27ee-832a-0410-bc00-9f386506c6dd
2010-05-21 19:15:29 +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 13a4bbaa12 Fix for glewinfo extension string checking.
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@591 783a27ee-832a-0410-bc00-9f386506c6dd
2010-03-11 23:32:28 +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 628edd3c0b Only check OpenGL extension string if there is a non-empty string to check for. GL_VERSION_* are detected from the version info.
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@589 783a27ee-832a-0410-bc00-9f386506c6dd
2010-03-10 15:37:02 +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 1601537107 Fix for GL_EXT_direct_state_access parsing when there is a ) at the end of a line in an unfinished < > comment. Make sure all of the unfinished comment is removed.
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@563 783a27ee-832a-0410-bc00-9f386506c6dd
2009-11-11 23:52:12 +00:00
nigels 9843c9ebc0 tfogal@sci.utah.edu: A patch I sent earlier was missing a \n in a debug print.
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@561 783a27ee-832a-0410-bc00-9f386506c6dd
2009-11-09 17:40:24 +00:00
nigels 96a9cfd886 Add support for GLint64, GLuint64 and GLsync
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@557 783a27ee-832a-0410-bc00-9f386506c6dd
2009-08-05 14:11:26 +00:00
nigels 75a173df62 recognize lower case hexadecimal for enumerant value parsing - patch by tfogal@alumni.unh.edu
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@556 783a27ee-832a-0410-bc00-9f386506c6dd
2009-08-03 17:03:50 +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
nigels a50f565478 Add shell script sh-bang, needed for Cygwin to work\nReviewed by Milan Ikits
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@537 783a27ee-832a-0410-bc00-9f386506c6dd
2008-10-28 01:30:56 +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 892fb743ac Fixed strict refs problem on cygwin
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@529 783a27ee-832a-0410-bc00-9f386506c6dd
2008-10-26 16:07:59 +00:00
ikits c8bd15de14 Bug fix
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@523 783a27ee-832a-0410-bc00-9f386506c6dd
2007-12-28 02:04:26 +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 42fc0825c2 fix registry parsing
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@515 783a27ee-832a-0410-bc00-9f386506c6dd
2007-12-27 19:09:10 +00:00
ikits 36fa404a4d switch to new opengl registry
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@513 783a27ee-832a-0410-bc00-9f386506c6dd
2007-12-27 18:25: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 c9a40e3cee const correctness change
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@498 783a27ee-832a-0410-bc00-9f386506c6dd
2007-03-19 13:33:36 +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 5a1dfd429a it's about time again
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@487 783a27ee-832a-0410-bc00-9f386506c6dd
2007-03-03 05:25:52 +00:00
ikits 1bc1d49abd improved formatting of exacts
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@479 783a27ee-832a-0410-bc00-9f386506c6dd
2007-03-02 04:40:31 +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 c9714214f9 added debug support for glewIsSupported
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@447 783a27ee-832a-0410-bc00-9f386506c6dd
2006-11-21 04:13:59 +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 41affc7565 fixed GLhalf bug
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@374 783a27ee-832a-0410-bc00-9f386506c6dd
2005-01-29 04:36:24 +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 471af2c0d6 extended glewIsSupported
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@343 783a27ee-832a-0410-bc00-9f386506c6dd
2005-01-04 05:31:44 +00:00
ikits 7d2fe795e9 bug fixes
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@337 783a27ee-832a-0410-bc00-9f386506c6dd
2005-01-04 03:29:39 +00:00
ikits f85ff37abc bug fixes
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@336 783a27ee-832a-0410-bc00-9f386506c6dd
2005-01-04 03:05:50 +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 661431ee70 Single file now compiles with VC71. Kept multi-file split for future use.
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@331 783a27ee-832a-0410-bc00-9f386506c6dd
2005-01-03 07:05:38 +00:00
ikits 254737d17b added customized subset selection
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@326 783a27ee-832a-0410-bc00-9f386506c6dd
2004-12-31 08:50:04 +00:00
ikits 6e35a3c7a5 fixed problems with mx builds; update project files
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@320 783a27ee-832a-0410-bc00-9f386506c6dd
2004-12-29 07:24:49 +00:00
ikits a576f04909 Version bump; added glewIsSupported; split source file, it is too big for VC7.1
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@319 783a27ee-832a-0410-bc00-9f386506c6dd
2004-12-29 05:43:35 +00:00
ikits 9a294ee851 fixed GLX_ token in glew.h bug
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@312 783a27ee-832a-0410-bc00-9f386506c6dd
2004-12-06 08:14:52 +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
mem 4e53d48347 Add some comments; some whitespace changes
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@276 783a27ee-832a-0410-bc00-9f386506c6dd
2004-06-27 22:34:11 +00:00
ikits ef12b6f7a2 fixed GLEW_MX bugs
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@262 783a27ee-832a-0410-bc00-9f386506c6dd
2004-05-09 09:26:51 +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 b2ad2321c1 *** empty log message ***
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@239 783a27ee-832a-0410-bc00-9f386506c6dd
2004-02-19 18:02:09 +00:00
ikits 289f546734 *** empty log message ***
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@238 783a27ee-832a-0410-bc00-9f386506c6dd
2004-02-19 17:53:59 +00:00
ikits 055a3884a7 *** empty log message ***
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@237 783a27ee-832a-0410-bc00-9f386506c6dd
2004-02-19 09:43:14 +00:00
ikits c2f1d189a8 *** empty log message ***
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@234 783a27ee-832a-0410-bc00-9f386506c6dd
2004-02-19 08:17:28 +00:00
ikits 7214d0be63 *** empty log message ***
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@233 783a27ee-832a-0410-bc00-9f386506c6dd
2004-02-19 07:49:16 +00:00
ikits fecaa911f5 *** empty log message ***
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@232 783a27ee-832a-0410-bc00-9f386506c6dd
2004-02-19 07:37:07 +00:00
ikits 8074d7df86 *** empty log message ***
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@231 783a27ee-832a-0410-bc00-9f386506c6dd
2004-02-19 07:28:13 +00:00
ikits 4d82054139 added binary compatibility for the single pipe version (through global variables) -- GLEW_MX is not a compilation switch
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@227 783a27ee-832a-0410-bc00-9f386506c6dd
2004-02-19 04:37:07 +00:00
ikits f7a917ba23 *** empty log message ***
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@223 783a27ee-832a-0410-bc00-9f386506c6dd
2004-02-02 03:03:13 +00:00
ikits 04f2f79b2e fixed glxew problems
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@211 783a27ee-832a-0410-bc00-9f386506c6dd
2004-02-01 22:10:42 +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 e05b00b463 added glew mx
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@203 783a27ee-832a-0410-bc00-9f386506c6dd
2004-02-01 18:13:06 +00:00
ikits e21be8b86a added glew mx
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@202 783a27ee-832a-0410-bc00-9f386506c6dd
2004-02-01 18:13:05 +00:00
ikits 37e20813dc *** empty log message ***
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@201 783a27ee-832a-0410-bc00-9f386506c6dd
2004-01-28 02:51:11 +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 f63a72a44d replaced sed with perl
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@190 783a27ee-832a-0410-bc00-9f386506c6dd
2004-01-06 21:58:02 +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 31f6e6221e fixed 2X_BIT bug
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@172 783a27ee-832a-0410-bc00-9f386506c6dd
2003-12-13 17:44:01 +00:00
ikits 412814404b added Solaris support
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@154 783a27ee-832a-0410-bc00-9f386506c6dd
2003-10-27 05:28:55 +00:00
ikits a17580e044 *** empty log message ***
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@153 783a27ee-832a-0410-bc00-9f386506c6dd
2003-10-27 03:11:08 +00:00
ikits d8f5c71357 *** empty log message ***
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@152 783a27ee-832a-0410-bc00-9f386506c6dd
2003-10-27 02:34:05 +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 cd64fd9607 removed WGL_{ARB,EXT}_extensions_string dependency
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@120 783a27ee-832a-0410-bc00-9f386506c6dd
2003-09-15 15:35:32 +00:00
ikits ef757f2529 *** empty log message ***
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@118 783a27ee-832a-0410-bc00-9f386506c6dd
2003-09-12 04:46:10 +00:00
ikits 644fa321b4 changed order of boolean propagation to make sure partial extensions are initialized properly
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@116 783a27ee-832a-0410-bc00-9f386506c6dd
2003-08-27 19:54:41 +00:00
ikits 397ac3fd63 *** empty log message ***
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@108 783a27ee-832a-0410-bc00-9f386506c6dd
2003-07-16 07:49:57 +00:00
ikits 3ec71404e3 fixed void * problem
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@106 783a27ee-832a-0410-bc00-9f386506c6dd
2003-07-16 07:28:44 +00:00
ikits cac690ca3e *** empty log message ***
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@98 783a27ee-832a-0410-bc00-9f386506c6dd
2003-07-08 17:56:49 +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
mem b1c4045781 cd to the directory even if it already existed :-P
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@90 783a27ee-832a-0410-bc00-9f386506c6dd
2003-07-07 11:29:51 +00:00
mem 1de60eb87c Forgot this
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@88 783a27ee-832a-0410-bc00-9f386506c6dd
2003-07-06 21:14:26 +00:00
mem 2b9775d8d3 Merge Milan's 1.1.x
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@80 783a27ee-832a-0410-bc00-9f386506c6dd
2003-07-06 15:01:13 +00:00