Commit Graph

  • 5ce6248594 Update GLEW website with link to glew-20151117.tgz Nigel Stewart 2015-12-06 11:47:55 +1000
  • 53cfa16de7 Merge 80e905a30a into 66c5229ec2 gimhael 2015-11-23 09:35:28 +0000
  • 00b5af3bf5 More cmake migrate for removal of MX core-context5 Nigel Stewart 2015-11-19 21:42:52 +1000
  • 84e6c95850 For mingw32 cross-builds, link msvcrt library for malloc, free, etc Nigel Stewart 2015-11-19 21:35:29 +1000
  • da0893b17a Re-enable Travis build for Core Context mode Nigel Stewart 2015-11-19 21:21:44 +1000
  • 48a30c4ace Remove MX support due to the complexity of supporting both MX and Core contexts Nigel Stewart 2015-11-19 21:12:48 +1000
  • 60f5e2e497 Workaround for core-context4 MX build break, for now Nigel Stewart 2015-10-05 21:12:06 +1000
  • ddfd270b61 [CoreSupport] Use 4th line of extension specification to reused extensions Nigel Stewart 2015-08-30 08:55:10 +1000
  • 434d8a0ce4 Skip #ifdef block for extensions detected purely from extension string. Nigel Stewart 2015-08-29 09:53:27 +1000
  • 9a948f785b Fixup: stdlib.h and string.h needed for Linux gcc 4.8 build. Nigel Stewart 2015-06-18 20:53:45 +1000
  • 0d57b2923c [CoreSupport] Resolve some Mac compilation warnings. Nigel Stewart 2015-02-27 21:06:55 +1000
  • 101bdb9f2f [CoreSupport] Tab indentation for perl scripts Nigel Stewart 2015-02-27 20:37:12 +1000
  • 0f3a888f61 [CoreSupport] Linux/GLX touch-ups for GL 3.0 + extension detection, GLX. Nigel Stewart 2015-02-22 00:37:29 +1000
  • 512392f570 [CoreSupport] Linux/GLX touch-ups for ANSI-C with gcc -pedantic compilation flag Nigel Stewart 2015-02-21 23:44:08 +1000
  • 8e50483848 [CoreSupport] Linux/GLX touch-ups for extension string parsing and enable lookup. Nigel Stewart 2015-02-21 23:29:40 +1000
  • 0be36fe2ef [CoreSupport] For OpenGL 3.0 onwards use glGetStringi rather than glGetString(GL_EXTENSIONS) Nigel Stewart 2015-02-21 19:42:42 +1000
  • b64d99b2df [CoreSupport] Represent the extension string(s) as an array of GLboolean - _glewGetExtensionString and _glewGetExtensionEnable Nigel Stewart 2015-02-21 14:09:39 +1000
  • b406655729 [CoreSupport] Add code generation for sorted array of extension strings, which can index into array of pointers of extension enable flags. Nigel Stewart 2015-02-20 22:47:51 +1000
  • 542044d306 [CoreSupport] Add make_initd.pl code generator for declaring all the _glewInit functions Nigel Stewart 2015-02-20 22:09:24 +1000
  • 9461f5f870 Merge f1aac50e30 into 66c5229ec2 turol 2015-11-17 16:45:30 +0000
  • 66c5229ec2 cmake: allow calling find_package(GLEW) multiple times Tamas Kenez 2015-11-10 11:53:16 +0100
  • c8c0c1e480 OSX install to /usr/local as required by 10.11 El Capitan Nigel Stewart 2015-11-17 21:23:51 +1000
  • f9466c40f8 stick OSX install in /usr/local prefix; 10.11 does not allow writing to /usr/{include,lib} Mischa Spiegelmock 2015-10-31 21:54:34 -0700
  • 0e68232a82 cmake: allow calling find_package(GLEW) multiple times Tamas Kenez 2015-11-10 11:53:16 +0100
  • d7796d82de Merge 3ac6e97b1e into 06891ebb35 Mischa Spiegelmock 2015-11-01 04:54:58 +0000
  • 3ac6e97b1e stick OSX install in /usr/local prefix; 10.11 does not allow writing to /usr/{include,lib} Mischa Spiegelmock 2015-10-31 21:54:34 -0700
  • 06891ebb35 OSMesaMakeCurrent for glewCreateContext in GLEW_OSMESA mode. Nigel Stewart 2015-10-12 20:17:34 +1000
  • e2b81c6ccc Merge 358e7c1baf into c5c60068f7 Gyusun Yeom 2015-10-10 01:42:25 +0000
  • c5c60068f7 Add ".rc" files to each libraries and executables for Windows build Gyusun Yeom 2015-10-06 14:14:06 +0900
  • fd49b2baff Touch-ups for GLEW_OSMESA build support Nigel Stewart 2015-10-08 22:03:16 +1000
  • 11e24d4a9b Hack in crude OSMesa support Julian Squires 2014-06-24 11:03:28 -0400
  • 4718d42dde Regal-mode support for cmake build Nigel Stewart 2015-10-10 11:22:12 +1000
  • bf2cd13450 Travis and Makefile refinements - less logging, cmake build coverage in Travis Nigel Stewart 2015-10-10 11:18:35 +1000
  • 057fc8f0fc Makefile - less logging for dos2unix, unix2dos, archiving. headless-for-testing Nigel Stewart 2015-10-10 11:12:38 +1000
  • 0c60f67c1b Makefile - less logging for dos2unix, unix2dos, archiving. Nigel Stewart 2015-10-10 11:12:01 +1000
  • f4dfaecb49 Makefile - less logging for dos2unix, unix2dos, archiving. Nigel Stewart 2015-10-10 11:10:22 +1000
  • 29806bf358 Generalise Travis build - cmake OSMESA mode too Nigel Stewart 2015-10-10 11:03:05 +1000
  • a92b192557 Generalise Travis build - Linux, OSMesa, cmake Nigel Stewart 2015-10-10 11:00:55 +1000
  • 24269113a2 Simplify Makefile.linux-osmesa Nigel Stewart 2015-10-10 10:38:11 +1000
  • ac8d4860a9 Simplify Makefile.linux-osmesa Nigel Stewart 2015-10-10 10:36:31 +1000
  • 85c4f9f2ee Add cmake support for Regal build mode. Nigel Stewart 2015-10-10 10:33:33 +1000
  • 8021e609ae For OSMesa support - build fix Nigel Stewart 2015-10-10 10:27:12 +1000
  • 2c27d82f3f For OSMesa support - build fix Nigel Stewart 2015-10-10 10:18:18 +1000
  • c899049e33 For OSMesa support - build fix Nigel Stewart 2015-10-10 10:04:08 +1000
  • 771d75e722 More refinements for OSMesa support - still not working Nigel Stewart 2015-10-10 09:26:00 +1000
  • 6835e0841c For OSMesa branch, build for SYSTEM=linux-osmesa Nigel Stewart 2015-10-08 22:18:07 +1000
  • 3de0ebcbc2 fixup Nigel Stewart 2015-10-08 22:12:58 +1000
  • 5d6a1652be fixup Nigel Stewart 2015-10-08 22:08:34 +1000
  • b03e7c12dc fixup Nigel Stewart 2015-10-08 22:06:02 +1000
  • 729d7365d6 fixup Nigel Stewart 2015-10-08 22:03:16 +1000
  • d2af6d3918 Hack in crude OSMesa support Julian Squires 2014-06-24 11:03:28 -0400
  • 358e7c1baf Add ".rc" files to each libraries and executables for Windows build Gyusun Yeom 2015-10-06 14:14:06 +0900
  • 403cfc52a2 Workaround for core-context4 MX build break, for now core-context4 Nigel Stewart 2015-10-05 21:12:06 +1000
  • 7d41c0bc20 Migrating README.txt to README.md Nigel Stewart 2015-10-05 18:20:39 +1000
  • 8032e2e93d Travis build config added Nigel Stewart 2015-10-05 14:46:24 +1000
  • ba913841ae Migrating README.txt to README.md Nigel Stewart 2015-10-05 18:20:39 +1000
  • b857752922 Migrating README.txt to README.md travis Nigel Stewart 2015-10-05 19:52:05 +1000
  • 91318b39d4 Migrating README.txt to README.md Nigel Stewart 2015-10-05 19:46:01 +1000
  • de42173fb6 Migrating README.txt to README.md Nigel Stewart 2015-10-05 19:45:01 +1000
  • fcce67c161 Migrating README.txt to README.md Nigel Stewart 2015-10-05 19:43:13 +1000
  • 06db1109c6 Migrating README.txt to README.md Nigel Stewart 2015-10-05 18:28:04 +1000
  • 13b3fa9a31 Migrating README.txt to README.md Nigel Stewart 2015-10-05 18:25:28 +1000
  • 84e874ffc2 Migrating README.txt to README.md Nigel Stewart 2015-10-05 18:23:19 +1000
  • c1210ea513 Migrating README.txt to README.md Nigel Stewart 2015-10-05 18:20:39 +1000
  • c9ec523858 Travis build config added Nigel Stewart 2015-10-05 14:46:24 +1000
  • 78d236af9c [CoreSupport] Use 4th line of extension specification to reused extensions Nigel Stewart 2015-08-30 08:55:10 +1000
  • 6a7c8544e1 Skip #ifdef block for extensions detected purely from extension string. Nigel Stewart 2015-08-29 09:53:27 +1000
  • 26972a2938 Fixup: stdlib.h and string.h needed for Linux gcc 4.8 build. Nigel Stewart 2015-06-18 20:53:45 +1000
  • c22d3544aa [CoreSupport] Resolve some Mac compilation warnings. Nigel Stewart 2015-02-27 21:06:55 +1000
  • f85539c599 [CoreSupport] Tab indentation for perl scripts Nigel Stewart 2015-02-27 20:37:12 +1000
  • 6bbb8d34df [CoreSupport] Linux/GLX touch-ups for GL 3.0 + extension detection, GLX. Nigel Stewart 2015-02-22 00:37:29 +1000
  • bd64010b4d [CoreSupport] Linux/GLX touch-ups for ANSI-C with gcc -pedantic compilation flag Nigel Stewart 2015-02-21 23:44:08 +1000
  • 3b59230003 [CoreSupport] Linux/GLX touch-ups for extension string parsing and enable lookup. Nigel Stewart 2015-02-21 23:29:40 +1000
  • 6a211c753f [CoreSupport] For OpenGL 3.0 onwards use glGetStringi rather than glGetString(GL_EXTENSIONS) Nigel Stewart 2015-02-21 19:42:42 +1000
  • 004b086464 [CoreSupport] Represent the extension string(s) as an array of GLboolean - _glewGetExtensionString and _glewGetExtensionEnable Nigel Stewart 2015-02-21 14:09:39 +1000
  • 4f0f59f8f3 [CoreSupport] Add code generation for sorted array of extension strings, which can index into array of pointers of extension enable flags. Nigel Stewart 2015-02-20 22:47:51 +1000
  • 47c498d3d6 [CoreSupport] Add make_initd.pl code generator for declaring all the _glewInit functions Nigel Stewart 2015-02-20 22:09:24 +1000
  • cbd0dce3c5 GLEW 1.13.0 fixup for log.html Nigel Stewart 2015-08-10 22:25:34 +1000
  • 75a7d59fa5 Merge branch 'master' into subset subset Nigel Stewart 2015-08-10 22:06:43 +1000
  • f0067bb115 Bump version to 1.13.0, updated documentation. glew-1.13.0 Nigel Stewart 2015-08-10 21:46:09 +1000
  • 80e905a30a Fix forward compatible compatibility profiles. Matthias Bentrup 2015-02-11 09:48:53 +0100
  • 6b47b2f3b5 Update core GL specs with functions that exist in extensions too. Matthias Bentrup 2015-02-07 11:02:52 +0100
  • 510ac5680c Add deleters to functions that exist both in core and extensions. Matthias Bentrup 2015-02-07 10:01:01 +0100
  • f6cc5ed156 Mark core functions that have been deprecated/removed. Matthias Bentrup 2015-02-05 10:14:42 +0100
  • b569f7c965 Add optional deleter expression to GL function definitions. Matthias Bentrup 2015-02-05 09:53:34 +0100
  • bb55cb4b31 Pass context profile mask and context flags to init functions. Matthias Bentrup 2015-02-05 09:32:21 +0100
  • a862219acb Get GL extension strings via glGetStringi() if GL version is >= 3.0. Matthias Bentrup 2015-02-04 15:44:01 +0100
  • f64f38f5bb Load core function pointers before checking the extension string. Matthias Bentrup 2015-02-04 15:27:59 +0100
  • 9e3e40d974 glxewInit and wglewInit fixup. Nigel Stewart 2015-08-07 17:10:09 +1000
  • 470652935c glxewInit and wglewInit for non-MX mode. Nigel Stewart 2015-08-07 17:04:27 +1000
  • d4a0a8401c Refactoring glxewIsSupported and wglewIsSupported for backwards compatibility. Nigel Stewart 2015-08-07 16:53:47 +1000
  • 08806061a4 Refactoring wglewInit, glxewInit for better consistency. Nigel Stewart 2015-08-07 16:41:04 +1000
  • 54b537afda No longer using deprecated AGL framework on Mac for visualinfo Nigel Stewart 2015-08-07 12:23:36 +1000
  • e1815b2729 OpenGL 4.5 omissions - GetnUniformdv, GetnCompressedTexImage, CONTEXT_FLAG_ROBUST_ACCESS_BIT yy-yyaa 2015-06-22 21:16:10 +0800
  • 0cc7dd8cc5 OpenGL 4.2 adds TRANSFORM_FEEDBACK_ACTIVE, TRANSFORM_FEEDBACK_PAUSED yy-yyaa 2015-06-22 21:16:10 +0800
  • 754e051049 Specification filtering refinement - omit contacts, include contacts and notice Nigel Stewart 2015-08-06 10:43:12 +1000
  • d80fd5514f Specification filtering refinement - no overview or issues sections Nigel Stewart 2015-08-06 10:33:23 +1000
  • 5ae027a8cd Merge pull request #53 from tamaskenez/master Nigel Stewart 2015-08-05 10:26:52 +1000
  • 4b75493364 VC12 - Use .rc files for glewinfo and visualinfo Nigel Stewart 2015-08-05 10:02:19 +1000
  • fd152a143b Merge pull request #54 from lanurmi/rc-line-split Nigel Stewart 2015-08-05 09:53:15 +1000