Commit Graph

  • 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
  • 40fc2a9823 Fixing gitattribute stopiccot 2015-01-30 01:34:39 +0300
  • 9fedd9e053 Bump version to 1.12.0, updated documentation. glew-1.12.0 Nigel Stewart 2015-01-24 22:23:50 +1000
  • 138a0b42f4 Update config.guess from http://git.savannah.gnu.org/cgit/config.git/plain/config.guess Nigel Stewart 2015-01-24 17:38:07 +1000
  • f8e9fed4b3 Update config.guess from http://git.savannah.gnu.org/cgit/config.git/plain/config.guess Nigel Stewart 2015-01-24 17:38:07 +1000
  • 29098a377c Merge branch 'master' into subset Nigel Stewart 2015-01-24 17:26:02 +1000
  • b52fa4654d Bump copyright year to 2015 Nigel Stewart 2015-01-24 17:21:59 +1000
  • c3e6ce6b61 Sourceforge Bug 253 - CFLAGS for Solaris need PIC specified Nigel Stewart 2015-01-24 17:08:19 +1000
  • e37f6728fe Sourceforge Bug 263 - Fixed include path for pkg-config Nigel Stewart 2015-01-24 17:03:51 +1000
  • 12f15cf2a6 Merge pull request #23 from goldhoorn/master Nigel Stewart 2015-01-24 16:51:58 +1000
  • e6a117de9b add missing glGetGraphicsResetStatus function to VERSION_4_5 Carsten Neumann 2014-12-29 13:34:43 -0600
  • df1be76bfc Merge 28b34fa033 into 5eaf283c70 Carsten Neumann 2015-01-07 09:45:07 +0000
  • 5eaf283c70 #264 FreeBSD: missing -fPIC when linking libglew Nigel Stewart 2015-01-07 19:43:34 +1000
  • 28b34fa033 add missing glGetGraphicsResetStatus function to VERSION_4_5 Carsten Neumann 2014-12-29 13:34:43 -0600
  • f1aac50e30 Fix glewGetExtension on core context Turo Lamminen 2014-12-22 00:29:59 +0200
  • c8fea198b3 Fix glewContextInit on core context Turo Lamminen 2014-12-22 00:17:40 +0200
  • 4e8d324205 Merge branch 'master' into subset Nigel Stewart 2014-12-11 21:45:21 +1000
  • cbe15308bf Merge remote-tracking branch 'improve_config' Nigel Stewart 2014-12-11 21:43:48 +1000
  • 0a5ec2211c Merge 765b219893 into f1eae16bb8 Togo Nishigaki 2014-12-11 11:37:12 +0000
  • f1eae16bb8 Sourceforge bug 260 Missing defines: GL_COPY_{READ|WRITE}_BUFFER_BINDING Nigel Stewart 2014-12-11 19:34:52 +1000
  • 1084b73e1c Hack in crude OSMesa support Julian Squires 2014-06-24 11:03:28 -0400
  • 404df2ee70 cmake build on Linux needs to link X11 Nigel Stewart 2014-12-01 20:13:15 +1000
  • daf318d02f Corrected package_config file. Matthias Goldhoorn 2014-11-12 15:50:46 +0100
  • 8b138bcd46 added CMakeLists.txt Togo Nishigaki 2014-11-09 22:25:45 +0900
  • 765b219893 improved config/Makefile.linux-mingw* to support any host easily Togo Nishigaki 2014-11-04 09:37:00 +0900
  • 06db711223 Merge pull request #19 from omniavinco/master Nigel Stewart 2014-10-24 21:05:45 +1000
  • d32f4278e2 Tidy-up for .gitattributes and update_ext.sh Nigel Stewart 2014-10-24 21:03:11 +1000
  • ff92992cc5 Fixed .gitattributes Frank Park 2014-10-19 02:07:45 -0400
  • e400e097ea Fixed .gitattributes Frank Park 2014-10-19 02:04:50 -0400
  • 62f3c733f1 Ignored png and vs projects in gitattributes Frank Park 2014-10-19 02:03:49 -0400
  • 67155de5c2 Merge remote-tracking branch 'origin/master' Frank Park 2014-10-19 02:00:39 -0400
  • a790eb8129 Fixed a bug with shell script and added .gitattributes Frank Park 2014-10-19 01:59:48 -0400
  • 1682c7ae3e Fixed a bug with shell script and added gitattributes to prevent non-binary pulls Frank Park 2014-10-19 01:54:39 -0400
  • 933e322dd5 Sort the enums in a stable manner omniavinco 2014-10-16 23:46:52 +0900
  • bffebf81cc Add web links to README.txt Nigel Stewart 2014-10-14 19:33:04 +1000
  • 3f48639825 Linux gcc 4.8 now builds clean with -Wcast-qual flag. Nigel Stewart 2014-10-14 19:24:49 +1000
  • d99211a9d3 Filtering for GL_NV_framebuffer_mixed_samples extension added. Nigel Stewart 2014-10-06 21:53:58 +1000
  • f796232672 For mingw builds, define GLEW_BUILD unconditionally for shared libs only. Nigel Stewart 2014-09-27 13:05:04 +1000
  • b9be4b6c99 GLEW Bug #215 Readme - is wrong Nigel Stewart 2014-09-27 11:51:15 +1000
  • d04fd20cec Touch-up: Sort the enums (tokens) in a stable manner for consistency in include files. Nigel Stewart 2014-09-27 11:34:59 +1000
  • 6b5f533a7a Update snapshots available for download Nigel Stewart 2014-09-18 21:31:24 +1000
  • f2faf55123 Merge pull request #16 from BryceMehring/master Nigel Stewart 2014-09-18 21:16:18 +1000