Commit Graph

  • 094647cb14 BUILD: respect DESTDIR variable hasufell 2013-07-24 01:41:27 +0200
  • c10aa3ceba Fix for subset mode, define GLEW_SUBSET_GL_VERSION_3_0 for glGetStringi purposes. Nigel Stewart 2013-07-22 11:08:58 -0500
  • f0c9d3fe88 Merge branch 'master' into subset Nigel Stewart 2013-07-22 11:07:22 -0500
  • a6c3e7dad0 GLEW release version 1.10.0 glew-1.10.0 Nigel Stewart 2013-07-22 07:20:46 -0500
  • 4853c8effe Documentation updates for GLEW 1.10.0 release. Nigel Stewart 2013-07-21 21:01:37 -0500
  • 87ce8715b2 Add support for OpenGL 4.4 Nigel Stewart 2013-07-21 21:00:30 -0500
  • 7b433cd402 auto/bin/update_registry.sh isn't used anymore. Nigel Stewart 2013-07-21 01:40:05 -0500
  • 9898ca210d Regularize paths in VC10 projects with back slash. Nigel Stewart 2013-07-20 23:46:05 -0500
  • 2ce935a13f Revamp dist-src and dist-win32 Makefile targets. Nigel Stewart 2013-07-20 22:11:31 -0500
  • b56f8e70e8 Revert "Use git instead of clone to download OpenGL registry." Nigel Stewart 2013-07-20 22:06:29 -0500
  • e0242aa735 Revamp VC10 projects based on patch from Matias Ghioldi Nigel Stewart 2013-07-20 22:04:33 -0500
  • 18ae6909fe Fixup URLs for ANGLE and REGAL extensions. Nigel Stewart 2013-07-16 11:00:52 -0500
  • 91d0292a03 Add support for parsing ANGLE and REGAL specs from glew branch of git repo. Nigel Stewart 2013-07-16 10:54:11 -0500
  • e6356a331e Merge branch 'master' into subset Nigel Stewart 2013-07-15 12:57:50 -0500
  • 35d2affdb8 Project web update for 07-15-13 including updated source snapshot. Nigel Stewart 2013-07-15 11:39:28 -0500
  • 974679c6d8 Use git instead of clone to download OpenGL registry. Nigel Stewart 2013-07-14 13:02:16 -0500
  • 477c99177a Filter out DSA fp64 functions - not widely available. Nigel Stewart 2013-04-02 12:27:52 -0500
  • 40c5ac7d3f GL 1.2 enumerants: GL_MAX_ELEMENTS_VERTICES GL_MAX_ELEMENTS_INDICES Nigel Stewart 2013-04-02 11:35:42 -0500
  • 1cbe650d27 Documentation updates - new project links, snapshot files, github repo. Nigel Stewart 2013-03-18 22:51:07 -0500
  • 14854b4ae6 Revert commit b7b516bf88. Can't leave APIENTRY defined, it conflicts with windef.h definition of APIENTRY. Nigel Stewart 2013-03-18 22:23:02 -0500
  • db6dbecb7a For #212 BaseVertex family: invalid type of "indices" parameter Convert void* to GLvoid * in function parameters. TODO - const and void** Nigel Stewart 2013-03-18 22:22:53 -0500
  • b7b516bf88 Leave APIENTRY defined at the conclusion of glew.h, since APIENTRY is part of the GL interface for GL_ARB_debug_output purposes, etc. Nigel Stewart 2013-02-15 20:18:56 -0600
  • 41c1305a89 Re-write .pc files unconditionally, in case GLEW_DEST is specified on command line. #189 Generated .pc files are "easy to break" Nigel Stewart 2012-11-11 13:09:20 -0600
  • 38b7f7d09f In glew.h, check for __gltypes_h_ and define it avoid glew.h conflicts with Mac OpenGL.framework/Headers/gltypes.h #206 Different definitions of GLhandleARB in GLEW and OS X headers Nigel Stewart 2012-11-11 11:53:21 -0600
  • 58ac24cf5c Add the line "Requires: glu" to glew.pc - needed in general, GLU dependency can be opted-out of, optionally. #204 GLU requirement and pkg-config file Nigel Stewart 2012-11-11 11:50:41 -0600
  • 71b38cfeb4 dos2unix for Linux/Mac build from .zip package. Issue #205 config.guess / MacOSX 10.8 / bad interpreter Nigel Stewart 2012-11-11 11:43:37 -0600
  • f747c8362c Merge master into subset. Nigel Stewart 2012-10-24 21:56:37 -0500
  • d5fc1620f8 Documentation updates. Nigel Stewart 2012-09-17 21:55:47 -0500
  • de35ee0215 Fixup for filter_gl_ext.sh Nigel Stewart 2012-10-24 18:36:37 -0500
  • 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. Nigel Stewart 2012-10-24 14:07:29 -0500
  • 7563efa7e3 Update documentation to point at new git repository. Nigel Stewart 2012-10-24 08:37:05 -0500
  • 81b477d877 Remove various duplicate enums. Nigel Stewart 2012-09-27 13:17:01 -0500
  • 025cdbe1e9 GL_KHR_debug can be parsed from upstream, now. Nigel Stewart 2012-09-20 13:10:55 -0500
  • 8e4d04a53b Workaround for bug #199 glPopDebugGroup() missing. Need to upstream fix to http://www.opengl.org/registry/specs/KHR/debug.txt too. Nigel Stewart 2012-09-17 18:46:19 -0500
  • 027efdea2a Resolve bug #200 glGetPointerv of GL_KHR_debug hides OpenGL 1.1. Nigel Stewart 2012-09-17 18:32:31 -0500
  • 0580fdd09b For Bug #202 GLX_AMD_gpu_association entry points are missing Nigel Stewart 2012-09-17 18:21:01 -0500
  • c8962f9112 Patch #38 Makefile.openbsd Nigel Stewart 2012-09-17 17:54:25 -0500
  • aeb1d33096 #39 patch for PPC64 linux Makefile Nigel Stewart 2012-09-17 17:42:14 -0500
  • 6ceace91e7 Detect ES 2.0 __gl2_h_ header too. Nigel Stewart 2012-08-27 22:20:33 -0500
  • 57eeedef9c Rename GL_REGAL_enable GL_LOADER_REGAL to GL_DRIVER_REGAL Nigel Stewart 2012-08-22 23:03:20 -0500
  • 31f9a387e2 Fixup for GLfixed as part of ES2_compatibility. Nigel Stewart 2012-08-19 12:07:58 -0500
  • d93aee1bbd Add GL_REGAL_ES1_0_compatibility and GL_REGAL_ES1_1_compatibility Nigel Stewart 2012-08-18 21:58:57 -0500
  • 287c58f930 Add build support for NaCL - Google Native Client. Nigel Stewart 2012-08-16 14:26:32 -0500
  • 2de0716a46 Initial NaCL support for GLEW - it's not Windows or Linux/X11. Nigel Stewart 2012-08-16 14:01:11 -0500
  • 62d2c87d5a Fixup for deleting extensions that disappeared from opengl.org Nigel Stewart 2012-08-14 18:43:08 -0500
  • 35f724ebee Add GL_REGAL_enable extension, point to github for Regal extensions. Nigel Stewart 2012-08-14 18:42:34 -0500
  • 19a563a6fd Add OpenGL 4.3 links. Nigel Stewart 2012-08-13 12:01:41 -0500
  • 62616c381a Update GL_REGAL_log to support a callback function. Nigel Stewart 2012-08-12 20:21:27 -0500
  • 6d14805de5 MX-mode glxew export fix, as recommended by Stefan Eilemann. Nigel Stewart 2012-08-07 23:51:27 -0500
  • 38a3d85754 Ignore enums that end in ? - these values are not specified or known. Nigel Stewart 2012-08-07 22:06:41 -0500
  • 0a04f18c01 Use -fPIC for Linux and Darwin builds. See: https://bugs.launchpad.net/ubuntu/+source/glew/+bug/811789 Nigel Stewart 2012-08-07 21:54:20 -0500
  • 4b298d2227 Subset patch for subset branch only. Nigel Stewart 2011-04-23 15:37:52 -0500
  • 60e85a9815 Remove more duplicates from core/GL_ARB_internalformat_query2 Nigel Stewart 2012-08-06 13:57:38 -0500
  • a25abc0c20 Remove duplicate of NUM_SAMPLE_COUNTS - belongs to GL_ARB_internalformat_query Nigel Stewart 2012-08-06 13:39:19 -0500
  • e2f62ea821 Fixup for log.html - 1.9.0 supports GL 4.3 glew-1.9.0 Nigel Stewart 2012-08-06 11:50:43 -0500
  • 855f98aa17 Documentation updates for GLEW 1.9.0 Nigel Stewart 2012-08-06 10:56:17 -0500
  • 4c1a2460f3 Add OpenGL 4.3 support, and new extensions. Nigel Stewart 2012-08-06 09:17:50 -0500
  • 3828cfb38c Don't link with GLU, no longer needed. Nigel Stewart 2012-08-05 23:59:29 -0500
  • 064f87e7b6 Add Regal-supported ES related GL_EXT_debug_marker. Nigel Stewart 2012-07-29 12:48:18 -0500
  • 5b0724197a Updated GL_REGAL_log enums Nigel Stewart 2012-07-26 10:06:26 -0500
  • f2bbb3163c Permanent enum values for GL_REGAL_log Nigel Stewart 2012-07-23 18:43:58 -0500
  • 8b89f17a16 Fixup: REGAL_CALL isn't relevant. Nigel Stewart 2012-07-23 16:30:49 -0500
  • b222f636fc Documentation update - REGAL extensions. Nigel Stewart 2012-07-23 16:29:00 -0500
  • 4cbc97cdc1 Regal-related extension specifications added. Nigel Stewart 2012-07-23 16:25:52 -0500
  • 4b07c93946 Fixup: glewinfo on Mac needs to call RegalMakeCurrent manually. Nigel Stewart 2012-07-23 16:19:50 -0500
  • a53c68ddd7 Bump version to GLEW 1.8.0 glew-1.8.0 Nigel Stewart 2012-07-17 23:54:43 -0500
  • 3460dd42f1 Fixup: makefile typo. Nigel Stewart 2012-07-17 22:46:09 -0500
  • 5f346a3ef3 Fixup: GLEWAPIENTRY for glewContextIsSupported in MX mode. Nigel Stewart 2012-07-17 22:37:43 -0500
  • cad03beb35 For Windows VC builds, share the .rc files moved into build directory. Nigel Stewart 2012-07-17 22:06:18 -0500
  • 3e2ee26c7e Update stale HTML links to extension specifications. Nigel Stewart 2012-07-10 16:07:06 -0500
  • 69233bf7f3 Bump GLEW 1.8.0 release date to 07-17-2012. Nigel Stewart 2012-07-17 21:34:38 -0500
  • b357b2534f Documentation added for upcoming GLEW 1.8.0 release. Nigel Stewart 2012-07-09 16:07:34 -0500
  • d679f9bfc2 GL_NV_path_rendering with fixes in auto/core, for now. Nigel Stewart 2012-07-09 09:20:34 -0500
  • 246650641b Fixup: GLXEW_VAR_EXPORT changeover broke GLXEW_VERSION_1_0 and GLXEW_VERSION_1_1 variables. Nigel Stewart 2012-05-29 21:02:35 -0500
  • 05e1fba5f5 Treat Additions to Chapter as a section Nigel Stewart 2012-05-27 17:13:29 -0500
  • 97e2cceb65 Fixup - scripts need space between "GLvoid *" and function name Nigel Stewart 2012-05-27 17:12:32 -0500
  • e76dc8df5f Filter more duplicate enums in auto/bin/update_ext.sh Nigel Stewart 2012-05-27 16:39:47 -0500
  • 14c5a1401c char -> GLchar fixups for GL_ARB_separate_shader_objects Nigel Stewart 2012-05-27 16:39:07 -0500
  • 905f963f9e GLvoid * fixup for GL_ATI_map_object_buffer Nigel Stewart 2012-05-27 16:38:22 -0500
  • a3297b8f1d Duplicate GL_UNSIGNED_NORMALIZED from GL_ARB_framebuffer_object. Nigel Stewart 2012-05-27 16:37:32 -0500
  • c7c5d62ad2 .gitignore refinements Nigel Stewart 2012-05-26 00:09:16 -0500
  • 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. Nigel Stewart 2012-05-26 00:08:50 -0500
  • 848ddb0c31 Fixup; char -> GLchar for function parameters. Nigel Stewart 2012-05-26 00:07:59 -0500
  • 50944b4a88 Add VertexStream1{sifd}v? MIA from GL_ATI_vertex_streams. Nigel Stewart 2012-05-26 00:06:11 -0500
  • 8eeb2d4d3a GL_ANY_SAMPLES_PASSED provided by GL_ARB_occlusion_query2, no need to duplicate in GL_VERSION_3_3 Nigel Stewart 2012-05-26 00:03:37 -0500
  • 6e29c50eac Filter out GL_FLOAT and GL_UNSIGNED_INT from GL_AMD_performance_monitor extension. Nigel Stewart 2012-05-24 22:13:59 -0500
  • 65ff20ef58 Improvements for VC10 32-bit build. Nigel Stewart 2012-05-11 19:01:24 -0500
  • d75069af96 Initial VC10 projects, imported from VC6. Nigel Stewart 2012-05-09 17:32:34 -0500
  • 38f6a950a9 More GLEWAPIENTRY fixups for Windows build Nigel Stewart 2012-05-07 10:42:10 -0500
  • 4d2f756f74 More GLEWAPIENTRY fixups for Windows build Nigel Stewart 2012-05-07 09:05:12 -0500
  • 439fc9dd91 GLXEW_EXPORT an WGLEW_EXPORT replaced with WGLEW_FUN_EXPORT, WGLEW_VAR_EXPORT Nigel Stewart 2012-05-04 23:36:14 -0500
  • 538147f387 GLEWAPIENTRY no longer needed in Makefile Nigel Stewart 2012-05-04 23:35:12 -0500
  • fb23996802 Move the GLXEW_EXPORT and WGLEW_EXPORT logic into src/glxew_mid.h and src/wglew_mid.h Nigel Stewart 2012-05-04 23:25:23 -0500
  • 5ab68cca34 Leave GLEWAPIENTRY defined, rather than cleaning it up. glxew.h and wglew.h depend on it. Nigel Stewart 2012-05-04 16:09:59 -0500
  • d779443f86 Fixups for GLEWAPIENTRY on Linux and Windows Nigel Stewart 2012-05-04 16:05:07 -0500
  • cb7c643fab Fixups for GLEWAPIENTRY on Apple Nigel Stewart 2012-05-04 15:57:29 -0500
  • 126f14f960 Check for __REGAL_H__ in addition to __GL_H__ etc Nigel Stewart 2012-05-04 15:24:02 -0500
  • b850a88492 Fixup for Windows build concerning GLEWAPIENTRY Nigel Stewart 2012-05-04 14:54:08 -0500
  • a6423f4d98 More #ifdef __ANDROID__ support for the GLEW build. Nigel Stewart 2012-05-04 14:45:49 -0500
  • e81e12ded0 Initial #ifdef __ANDROID__ support for the GLEW build. Nigel Stewart 2012-05-04 14:15:10 -0500