Commit Graph

  • 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
  • 816c19c321 For GLEW Bug 201 - Resolve Visual Studio 2012 resource compiler problem also in the other two .rc files. Lauri Nurmi 2015-08-04 08:54:30 +0300
  • ba410e12e2 glxewContextInit fixup - require GLX_ARB_create_context. Nigel Stewart 2015-07-24 12:16:39 +1000
  • d367215cde Windows glewinfo fixup - check for WGL_ARB_create_context Nigel Stewart 2015-07-24 11:52:16 +1000
  • 4c009908e2 Windows glewinfo fixup - expose wglewContextInit and wglewIsSupported. Nigel Stewart 2015-07-24 11:37:01 +1000
  • 4c40805809 Sourceforge Bug 277 - OpenGL 4.5 glGetnTexImage is missing Nigel Stewart 2015-07-17 10:51:32 +1000
  • 67b12efec7 build: cmake-testbuild to work on OS X and with CMake < 3.0 Tamas Kenez 2015-07-12 23:11:53 +0200
  • 0cbd8f648f Merge pull request #48 from tamaskenez/cmake-config-module-2 Nigel Stewart 2015-06-24 08:24:02 +1000
  • d2e6823451 cmake: install config-module Tamas Kenez 2015-06-22 14:06:50 +0200
  • a4a87f9466 Add clang Linux configuraiton. Nigel Stewart 2015-06-18 21:17:44 +1000
  • d932bc3eca Fixup: glxewContextInit now needed for glewinfo purposes. Nigel Stewart 2015-06-18 20:45:29 +1000
  • 3ee3c6218f [CoreSupport] Resolve some Mac compilation warnings. core-context3 Nigel Stewart 2015-02-27 21:06:55 +1000
  • dd768258dc [CoreSupport] Tab indentation for perl scripts Nigel Stewart 2015-02-27 20:37:12 +1000
  • dd0e9e9611 [CoreSupport] Linux/GLX touch-ups for GL 3.0 + extension detection, GLX. Nigel Stewart 2015-02-22 00:37:29 +1000
  • a355631f4b [CoreSupport] Linux/GLX touch-ups for ANSI-C with gcc -pedantic compilation flag Nigel Stewart 2015-02-21 23:44:08 +1000
  • 041e5efc85 [CoreSupport] Linux/GLX touch-ups for extension string parsing and enable lookup. Nigel Stewart 2015-02-21 23:29:40 +1000
  • ed7f3857c1 [CoreSupport] For OpenGL 3.0 onwards use glGetStringi rather than glGetString(GL_EXTENSIONS) Nigel Stewart 2015-02-21 19:42:42 +1000
  • e28450072c [CoreSupport] Represent the extension string(s) as an array of GLboolean - _glewGetExtensionString and _glewGetExtensionEnable Nigel Stewart 2015-02-21 14:09:39 +1000
  • 0b026ffe29 [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
  • 5469959471 [CoreSupport] Add make_initd.pl code generator for declaring all the _glewInit functions Nigel Stewart 2015-02-20 22:09:24 +1000
  • fda28dbfb0 [CoreSupport] Tab indentation for perl scripts Nigel Stewart 2015-06-13 19:44:35 +1000
  • fc84055808 Merge pull request #43 from nigels-com/glewinfo-core Nigel Stewart 2015-06-13 10:57:38 +1000
  • 0c19148d6a glew_utils is no longer used, removing. Nigel Stewart 2015-06-13 10:35:23 +1000
  • 0e88d39f4a Leave extraneous #ifdef blocks Nigel Stewart 2015-06-13 10:18:41 +1000
  • 49eafff105 Use -ansi -pedantic compilation flags for Linux build. Nigel Stewart 2015-02-21 23:44:40 +1000
  • 044b9ff14c Add -ansi -pedantic compilation flags for Mac build, as extra diagnostic information. Nigel Stewart 2015-02-21 21:04:57 +1000
  • 9580ab4226 [CoreSupport] Whitespace fixup for make_def_var.pl Nigel Stewart 2015-02-21 09:02:04 +1000
  • a32da6fa8f Merge b13d553a3e into e943e3c91c Shehzan Mohammed 2015-06-11 08:34:55 +0000
  • b59d32b0ef Merge 0b4daf6e55 into e943e3c91c Edward Rudd 2015-06-10 09:35:00 +0000
  • e943e3c91c Merge pull request #45 from tamaskenez/cmake-install-headers Nigel Stewart 2015-06-10 19:06:56 +1000
  • 9b5d29be72 fix previous commit Tamas Kenez 2015-06-10 10:30:26 +0200
  • 29a0ac0f47 cmake: install named headers instead of directory Tamas Kenez 2015-06-10 10:27:28 +0200
  • e618ce2efb cmake: install header files Tamas Kenez 2015-06-09 14:59:57 +0200
  • 0bbdd5d870 Merge 283abfd6e9 into 7c046e2307 Nigel Stewart 2015-05-29 10:49:05 +0000
  • 211bf29181 [CoreSupport] glewinfo profiles/flags refinement - commandline profile and flags as strings. glewinfo-core Nigel Stewart 2015-05-29 20:45:19 +1000
  • 0720521034 [CoreSupport] glewinfo profiles/flags documentation breadcrumbs. Nigel Stewart 2015-05-29 20:29:08 +1000
  • 60b0fc5c05 [CoreSupport] Mac OS X support for glewinfo GL version/profiles/flags. Nigel Stewart 2015-05-29 20:08:13 +1000
  • 2d0899283f Extend glewinfo to request specific GL versions/profiles/flags. Matthias Bentrup 2015-02-16 14:16:10 +0100