Commit Graph

  • 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
  • 283abfd6e9 [CoreSupport] Mac OS X support for glewinfo GL version/profiles/flags. core-context2 Nigel Stewart 2015-05-29 20:08:13 +1000
  • 9d1aa00702 Extend glewinfo to request specific GL versions/profiles/flags. Matthias Bentrup 2015-02-16 14:16:10 +0100
  • 2e757f4b95 [CoreSupport] Resolve some Mac compilation warnings. Nigel Stewart 2015-02-27 21:06:55 +1000
  • 741c93e52c [CoreSupport] Tab indentation for perl scripts Nigel Stewart 2015-02-27 20:37:12 +1000
  • 38fcc6db5b [CoreSupport] Linux/GLX touch-ups for GL 3.0 + extension detection, GLX. Nigel Stewart 2015-02-22 00:37:29 +1000
  • 3259e68433 Use -ansi -pedantic compilation flags for Linux build. Nigel Stewart 2015-02-21 23:44:40 +1000
  • 8a0c6a00cd [CoreSupport] Linux/GLX touch-ups for ANSI-C with gcc -pedantic compilation flag Nigel Stewart 2015-02-21 23:44:08 +1000
  • d1d8e4da71 [CoreSupport] Linux/GLX touch-ups for extension string parsing and enable lookup. Nigel Stewart 2015-02-21 23:29:40 +1000
  • b7643b466f Add -ansi -pedantic compilation flags for Mac build, as extra diagnostic information. Nigel Stewart 2015-02-21 21:04:57 +1000
  • 3b24e502dc [CoreSupport] For OpenGL 3.0 onwards use glGetStringi rather than glGetString(GL_EXTENSIONS) Nigel Stewart 2015-02-21 19:42:42 +1000
  • 72ad8c79f7 [CoreSupport] Represent the extension string(s) as an array of GLboolean - _glewGetExtensionString and _glewGetExtensionEnable Nigel Stewart 2015-02-21 14:09:39 +1000
  • aab9f5a808 [CoreSupport] Whitespace fixup for make_def_var.pl Nigel Stewart 2015-02-21 09:02:04 +1000
  • 0157bd8a9a [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
  • 9384b86bd8 [CoreSupport] Add make_initd.pl code generator for declaring all the _glewInit functions Nigel Stewart 2015-02-20 22:09:24 +1000
  • b13d553a3e Reset the SONAME symlinks Shehzan Mohammed 2015-05-28 19:54:21 -0400
  • 264d566999 Fix how darwin library names are generated Shehzan Mohammed 2015-05-28 18:20:27 -0400
  • 6d6407f57c Fix the symbolic links for libraries on unix based systems Shehzan Mohammed 2015-05-28 16:26:13 -0400
  • 4e66d66ac4 Merge 1084b73e1c into 7c046e2307 Julian Squires 2015-04-16 04:18:43 +0000
  • 9f4208d1a7 Merge 3091aad3b3 into 7c046e2307 rconde01 2015-04-09 14:00:20 +0000
  • 9202ec1682 Merge branch 'master' into subset Nigel Stewart 2015-03-29 11:57:57 +1000
  • 7c046e2307 For github pull request #33 - GLEW version in glew.h Nigel Stewart 2015-03-29 11:43:56 +1000
  • c2061e66c0 Merge cf8213ea11 into 06430b007b Alexey 2015-03-29 01:26:15 +0000
  • 06430b007b First try AR, then try LIBTOOL... Nigel Stewart 2015-03-26 19:35:52 +1000
  • 1fed499560 Merge pull request #35 from BastiaanOlij/master Nigel Stewart 2015-03-26 19:34:41 +1000
  • aee8b6ff69 Renamed ARFLAGS.STATIC to simply ARFLAGS BastiaanOlij 2015-03-26 13:24:03 +1100
  • 69cbc3532f Changed approach to be slightly more resilient to regression issues BastiaanOlij 2015-03-23 21:16:49 +1100
  • 573eeabd8e [Mac] Migrate glewinfo on Mac from AGL to CGL, with the possibility of running in (core) OpenGL 3.2 mode. Nigel Stewart 2015-02-21 20:53:05 +1000
  • cc6695b60c Merge pull request #34 from xantares/master Nigel Stewart 2015-03-20 20:15:07 +1000
  • 0c9ab41431 Changing over makefiles so LDFLAGS.STATIC is used. Also added makefile.darwin-universal for creating a universal static library that can be used properly. BastiaanOlij 2015-03-15 18:55:29 +1100
  • e35345d4db [CoreSupport] Resolve some Mac compilation warnings. core-context Nigel Stewart 2015-02-27 21:06:55 +1000
  • 6571358ea7 [CoreSupport] Tab indentation for perl scripts Nigel Stewart 2015-02-27 20:37:12 +1000
  • b565769b01 fix compile definitions for glewmx too xantares 2015-02-26 11:10:12 +0000
  • 516c9adf41 set right export definitions for shared/static libs xantares 2015-02-26 11:00:25 +0000
  • 9a8e815da8 [cmake] get version from config/version xantares 2015-02-26 10:54:39 +0000
  • 6a1765cab8 [CoreSupport] Linux/GLX touch-ups for GL 3.0 + extension detection, GLX. Nigel Stewart 2015-02-22 00:37:29 +1000
  • 0383d167d1 Use -ansi -pedantic compilation flags for Linux build. Nigel Stewart 2015-02-21 23:44:40 +1000
  • 889acff213 [CoreSupport] Linux/GLX touch-ups for ANSI-C with gcc -pedantic compilation flag Nigel Stewart 2015-02-21 23:44:08 +1000
  • ec325c78da [CoreSupport] Linux/GLX touch-ups for extension string parsing and enable lookup. Nigel Stewart 2015-02-21 23:29:40 +1000
  • 674a2310f3 Add -ansi -pedantic compilation flags for Mac build, as extra diagnostic information. Nigel Stewart 2015-02-21 21:04:57 +1000
  • 9a5a4cdaed [CoreSupport] Migrate glewinfo on Mac from AGL to CGL, with the possibility of running in (core) OpenGL 3.2 mode. Nigel Stewart 2015-02-21 20:53:05 +1000
  • e02cac5b3b [CoreSupport] For OpenGL 3.0 onwards use glGetStringi rather than glGetString(GL_EXTENSIONS) Nigel Stewart 2015-02-21 19:42:42 +1000
  • 02ccdadb86 [CoreSupport] Represent the extension string(s) as an array of GLboolean - _glewGetExtensionString and _glewGetExtensionEnable Nigel Stewart 2015-02-21 14:09:39 +1000
  • a10e865e7d [CoreSupport] Whitespace fixup for make_def_var.pl Nigel Stewart 2015-02-21 09:02:04 +1000
  • 631d78d653 [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
  • 3c826ad11c [CoreSupport] Add make_initd.pl code generator for declaring all the _glewInit functions Nigel Stewart 2015-02-20 22:09:24 +1000
  • 4fcd4688a5 [cmake] Move cmake build into build/cmake to avoid collision with established GNUmake build system. Nigel Stewart 2015-02-19 21:44:16 +1000
  • 40513e0bb4 Merge github pull request #28 Nigel Stewart 2015-02-19 21:11:24 +1000
  • cf8213ea11 Library version can now be extracted from header stopiccot 2015-02-07 19:49:37 +0300
  • ed4fe8ebc4 set project name to glew xantares 2015-02-09 16:06:11 +0100
  • 9f99bf1f42 Merge 914ec92398 into 6722500d95 Alexey 2015-02-07 16:40:40 +0000
  • 914ec92398 Fixing cmake scripts for OS X stopiccot 2015-01-30 01:53:20 +0300
  • 0b4daf6e55 adjust generation code so that the init functions can call other extension loader functions.. Edward Rudd 2014-11-21 18:12:06 -0500
  • b5fce8d088 rework extension handling in GLEW so that they are put into a hash structure for faster lookup and also handle getting extensions in a core context. Edward Rudd 2014-11-21 16:26:34 -0500
  • 9110e99e03 Merge branch 'master' into subset Nigel Stewart 2015-02-06 20:31:46 +1000
  • a5f0612349 build static & shared xantares 2015-02-06 09:33:39 +0100
  • 6722500d95 Merge pull request #27 from stopiccot/fixing_gitattributes Nigel Stewart 2015-02-06 13:41:43 +1000
  • eabab9a9df Merge branch 'master' into subset Nigel Stewart 2015-02-05 17:35:18 +1000
  • b1822129a0 Update CMakeLists.txt xantares 2015-02-04 21:45:12 +0100
  • e6cd59d9b5 rewrite cmake infrastructure xantares 2015-02-04 21:27:12 +0100