Commit Graph

  • db5fa843c9 For bug 2974730: glPointParameteriv and glPointParameterfv take const array params nigels 2010-03-26 14:37:47 +0000
  • 7aa5032789 Documentation updates nigels 2010-03-11 23:37:05 +0000
  • 13a4bbaa12 Fix for glewinfo extension string checking. nigels 2010-03-11 23:32:28 +0000
  • 0c26245424 Initial OpenGL 3.3 and 4.0 support nigels 2010-03-11 23:28:29 +0000
  • 628edd3c0b Only check OpenGL extension string if there is a non-empty string to check for. GL_VERSION_* are detected from the version info. nigels 2010-03-10 15:37:02 +0000
  • 839c21e270 GL_NV_vertex_program4 GL_NV_geometry_program4 GL_NV_fragment_program4 are available iff GL_NV_gpu_program4 is in the OpenGL extension string. nigels 2010-03-10 15:35:12 +0000
  • 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. nigels 2010-03-05 18:19:59 +0000
  • 3285bcd840 More documentation that wasn't updated for GLEW 1.5.3 glew-1.5.3 nigels 2010-03-04 18:23:47 +0000
  • 23b90a2e11 Another web/documentation typo for 1.5.3 nigels 2010-03-04 06:48:39 +0000
  • 715cac4c63 Little touch-up for GLEW 1.5.3 documentation. nigels 2010-03-04 04:08:40 +0000
  • 0eb615148f Last minute touch-ups for 1.5.3 release nigels 2010-03-01 05:09:30 +0000
  • 85e5f5492e Updated version to 1.5.3, documentation nigels 2010-03-01 03:55:17 +0000
  • ea93a407da Updated version to 1.5.3, documentation nigels 2010-03-01 03:53:39 +0000
  • db0b45aa68 Update extension documentation for GLX_INTEL_swap_event, GL_AMD_seamless_cubemap_per_texture and GL_AMD_shader_stencil_export nigels 2010-02-28 19:11:55 +0000
  • 15471cbd9f Create bin and lib dir for dist-src, do dos2unix/unix2dos for .pm and .rc files too nigels 2010-02-28 18:40:09 +0000
  • a62f07a20c Fix for bug 2945172 - GLEW_VERSION_3_1 and GLEW_VERSION_3_2 are not initialized in, glewContextInit(), only GLEW_VERSION_3_0 is set nigels 2010-02-28 18:39:04 +0000
  • 94314188f3 Fix for bug 2948943 - Missing enumsGL_BUFFER_ACCESS_FLAGS nigels 2010-02-28 18:38:07 +0000
  • f94ab6a09b Update config.guess to libtool-2.2.6b.tar.gz from http://www.gnu.org/software/libtool/ nigels 2010-02-28 18:36:58 +0000
  • 0d04f76ced Add pkg-config support, based on patch by Eric Anholt nigels 2010-01-07 17:03:40 +0000
  • 76519aa8c6 Added release notes for GLEW 1.5.2, regenerated .html documentation. glew-1.5.2 nigels 2009-12-31 22:11:11 +0000
  • e72fe268e8 Touch-ups for GLEW 1.5.2 release. Add dist-src target nigels 2009-12-31 17:05:56 +0000
  • cf0a8739ca svn propdel svn:executable nigels 2009-12-31 17:02:54 +0000
  • f8bc52f769 Set native eol-style for HTML files. nigels 2009-12-31 16:07:51 +0000
  • 59e9d1e9e4 Add dist-win32 target for building win32 binary .zip archive nigels 2009-12-31 16:05:28 +0000
  • 45a3e3981a Set DLL base address to 0x62AA0000, rather than defaulting to 0x10000000 nigels 2009-12-31 03:35:09 +0000
  • 669686d036 Updated documentation, in preparation for GLEW 1.5.2 nigels 2009-12-31 00:06:32 +0000
  • e9f2eb00f2 Templated documentation generation Makefile integration. nigels 2009-12-31 00:05:15 +0000
  • 44e4a41799 Add templated documentation generation for reducing release workflow nigels 2009-12-30 23:37:32 +0000
  • 94a2390e65 Patch 2865218 - gl.h for SnowLeopard uses __X_GL_H rather than __gl_h_ or __GL_H__ nigels 2009-12-03 05:46:19 +0000
  • 23d0bc6157 tfogal 'at' alumni.unh.edu - build binaries from the object files instead of directly from the source files. nigels 2009-11-17 02:50:58 +0000
  • 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. nigels 2009-11-11 23:52:12 +0000
  • a9c3b929aa tfogal@sci.utah.edu: NVIDIAs video_capture.txt extension is breaking the build nigels 2009-11-09 17:42:03 +0000
  • 9843c9ebc0 tfogal@sci.utah.edu: A patch I sent earlier was missing a \n in a debug print. nigels 2009-11-09 17:40:24 +0000
  • 29a8f3c642 Set eol-style to native for misc headers and text files nigels 2009-10-07 15:36:15 +0000
  • 18afc380f8 Add GL 3.2 Core support nigels 2009-09-09 19:52:59 +0000
  • 6a71ba4b34 Fix for bug 2833174 - TransformFeedbackVaryings parameter mismatch nigels 2009-08-07 21:10:15 +0000
  • 96a9cfd886 Add support for GLint64, GLuint64 and GLsync nigels 2009-08-05 14:11:26 +0000
  • 75a173df62 recognize lower case hexadecimal for enumerant value parsing - patch by tfogal@alumni.unh.edu nigels 2009-08-03 17:03:50 +0000
  • 8de12f59f0 preliminary spec file for GL 3.1 ikits 2009-07-27 21:41:47 +0000
  • 18d358e0d6 fix bugs 2737009 and 2698776 nigels 2009-05-23 04:25:54 +0000
  • 67636dd2af ID: 2785080 USE consistently nigels 2009-05-16 21:55:29 +0000
  • c1f2127035 Workaround Mesa GLUT incompatibility. Same fix as Mandriva 2009 rpm: libglew-devel-1.5.0-2mdv2009.0 glut.h depends on GLAPIENTRY being defined via gl.h nigels 2009-04-01 16:35:23 +0000
  • a41f08bff5 Clear text file svn:executable attribute. nigels 2009-04-01 16:31:10 +0000
  • ffa96fc016 In relation to bug 2237650, it can happen on Cygwin that APIENTRY is defined, but not WINAPI. It's WINAPI that matters to wglew.h nigels 2009-03-31 21:32:03 +0000
  • ceb6fe2e85 For bug 2636621, reorganise and simplify OpenGL version string parsing. Ensure OpenGL 3.0 is properly detected. nigels 2009-03-31 21:16:33 +0000
  • a8ddad81de Resolve bugs 2237657, 2272725, 2544715, 2237650 and apply patches 2489303, 2320783. nigels 2009-03-23 18:43:36 +0000
  • ada95db57b Use uname instead of arch since Debian/Ubunutu/etc do not have arch nigels 2009-02-20 05:59:07 +0000
  • b7b9914963 Migrate blacklist to use new filenames for OES_fixed_point and OES_query_matrix. nigels 2009-02-19 06:29:23 +0000
  • 8b600cea8e bug fix glew-1.5.1 ikits 2008-11-03 21:07:30 +0000
  • f9ea3f9026 One small change ikits 2008-11-03 06:12:34 +0000
  • 0621c3047c Prepare for the 1.5.1 release ikits 2008-11-03 05:44:14 +0000
  • faa9d69709 Fix for Apple OSX - GLint is always 32 bit\nReviewed by Milan Ikits, Stephane Denis nigels 2008-11-02 22:37:19 +0000
  • 60e7e8d349 Add support for GL_NV_explicit_multisample\nReviewed by Milan Ikits nigels 2008-10-31 00:29:15 +0000
  • 1fd235c367 added OpenGL 3.0 spec file ikits 2008-10-28 22:16:12 +0000
  • a50f565478 Add shell script sh-bang, needed for Cygwin to work\nReviewed by Milan Ikits nigels 2008-10-28 01:30:56 +0000
  • 17e55dfb29 Replace license in doc files (2168685) ikits 2008-10-27 01:32:09 +0000
  • 7cda760b4b Added Nigel's patch #3 ikits 2008-10-27 01:23:19 +0000
  • 2cb3a94ea7 Bug fix (1966659) ikits 2008-10-27 01:00:33 +0000
  • 236a07b9fb Bug fixes (1979482 and 2053859) ikits 2008-10-27 00:52:35 +0000
  • 60489035f0 disable crt security complaints ikits 2008-10-27 00:33:54 +0000
  • 4424228216 Temp fix by moving offending extensions to the blacklist ikits 2008-10-27 00:26:24 +0000
  • 5db6f8039c Bump version number ikits 2008-10-26 16:11:18 +0000
  • 892fb743ac Fixed strict refs problem on cygwin ikits 2008-10-26 16:07:59 +0000
  • ab2791fadc Bug fix glew-1.5.0 ikits 2007-12-28 03:08:00 +0000
  • f4f720b620 bug fix ikits 2007-12-28 03:05:25 +0000
  • ba29ad0a7d Drop Irix/Solaris builds ikits 2007-12-28 03:00:16 +0000
  • 36600b5e3b minor ikits 2007-12-28 02:16:28 +0000
  • c8bd15de14 Bug fix ikits 2007-12-28 02:04:26 +0000
  • 34af7ad89a Prepare for release ikits 2007-12-28 01:57:53 +0000
  • 3f63c6224c Year change ikits 2007-12-28 01:47:25 +0000
  • 23fe60c0f0 minor ikits 2007-12-28 01:05:06 +0000
  • 2a3114f78f Added major, minor, and micro version strings ikits 2007-12-28 00:24:07 +0000
  • 3f734c5097 add glew license to docs ikits 2007-12-27 19:40:16 +0000
  • 97b85c636c updated change log ikits 2007-12-27 19:32:54 +0000
  • 74e2850066 bug fix ikits 2007-12-27 19:28:47 +0000
  • 42fc0825c2 fix registry parsing ikits 2007-12-27 19:09:10 +0000
  • 52d585fcba changed licenses in the documentation ikits 2007-12-27 18:53:48 +0000
  • 36fa404a4d switch to new opengl registry ikits 2007-12-27 18:25:25 +0000
  • 8a520920bf added missing functions ikits 2007-12-27 18:25:02 +0000
  • 9686063616 Add license file ikits 2007-11-14 05:02:09 +0000
  • c310991a64 License change ikits 2007-11-14 04:31:48 +0000
  • c5f864a6aa License change ikits 2007-11-14 04:31:28 +0000
  • b6ef9dd3ad Bug fixes ikits 2007-09-28 19:07:02 +0000
  • 0d18f7f948 one more ikits 2007-04-27 04:27:13 +0000
  • 5bc12a8b4c getting ready for the release ikits 2007-04-27 04:26:18 +0000
  • 41a425ad4b doc update ikits 2007-04-27 03:13:04 +0000
  • 5067661b03 fixed GLEW_MX wgl initialization bug ikits 2007-04-27 03:05:05 +0000
  • 41e3429ce3 add log entries for next release ikits 2007-04-26 03:13:25 +0000
  • 95f36720a8 automatically include license into the binary win32 distribution ikits 2007-03-22 02:08:15 +0000
  • 386f64b1d0 updated todo list ikits 2007-03-21 23:36:26 +0000
  • 6e0485e351 const correctness change for wgl and glx ikits 2007-03-19 13:41:21 +0000
  • c9a40e3cee const correctness change ikits 2007-03-19 13:33:36 +0000
  • 4eac405113 version bump ikits 2007-03-19 03:17:11 +0000
  • 343ce85251 force CRLF ikits 2007-03-19 02:44:34 +0000
  • 3d4da5b2a7 bug fixes and added GL_NV_depth_range_unclamped ikits 2007-03-19 02:36:29 +0000
  • 865603cd1f Fix typo ikits 2007-03-18 18:56:42 +0000
  • 5904244685 Fixed download links ikits 2007-03-04 16:46:06 +0000
  • 4418ad258f Getting ready for the release ikits 2007-03-04 15:25:15 +0000
  • 5a1dfd429a it's about time again ikits 2007-03-03 05:25:52 +0000
  • 2e56d766c7 fix cygming build ikits 2007-03-02 17:22:15 +0000