Commit Graph

  • b28298f329 Fixed call to CGPointMake. Camilla Berglund 2012-07-29 14:07:01 +0200
  • a3c4b96c91 Removed commented-out code, added error reporting. Camilla Berglund 2012-07-23 18:40:31 +0200
  • 3bb04b3a76 Merge branch 'master' into EGL Camilla Berglund 2012-07-23 18:04:32 +0200
  • 52ebc0db85 Fixed use of wrong point type. Camilla Berglund 2012-07-23 00:50:52 +0200
  • dd298ab908 Fixed copypaste errors. Camilla Berglund 2012-07-23 00:48:30 +0200
  • 03d526097d Comment fix. Camilla Berglund 2012-07-23 00:48:18 +0200
  • f457223bdf Minor context creation fixes. Camilla Berglund 2012-07-22 17:06:37 +0200
  • 3f9fa39564 Merge branch 'master' into EGL Camilla Berglund 2012-07-22 16:19:24 +0200
  • df6d4bc58a Added glfw3native.h to installation. Camilla Berglund 2012-07-22 15:42:18 +0200
  • d83119a874 Added explicit access to native handles. Camilla Berglund 2012-07-22 15:24:35 +0200
  • b069391cc0 Formatting. Camilla Berglund 2012-07-22 02:01:42 +0200
  • ccca5d71fe Use EGL_KHR_create_context with GLES as well. Camilla Berglund 2012-07-22 02:00:00 +0200
  • bddc95c017 Removed references to GLX in EGL port. Camilla Berglund 2012-07-22 01:38:15 +0200
  • edd554c115 Added support for EGL_KHR_create_context. Camilla Berglund 2012-07-22 01:33:42 +0200
  • 3b6ec4e775 Added client API window hint. Camilla Berglund 2012-07-22 01:10:59 +0200
  • e9c82a82b2 Added eglext.h header. Camilla Berglund 2012-07-21 23:51:44 +0200
  • b78fd85e11 Moved glext.h inclusion back. Camilla Berglund 2012-07-21 23:51:08 +0200
  • bd179634dc Formatting. Camilla Berglund 2012-07-20 18:11:26 +0200
  • ea1506ba67 Fixed EGLConfig nomenclature, simplified refresh. Camilla Berglund 2012-07-20 18:04:43 +0200
  • 0f4cdd5194 Fixed invalid attribute list terminator. Camilla Berglund 2012-07-20 17:40:20 +0200
  • 2796ecb556 Updated platform API tags. Camilla Berglund 2012-07-20 03:28:03 +0200
  • 5417130f96 Added new options to version string. Camilla Berglund 2012-07-20 03:03:33 +0200
  • 546124f1fb Fixed invalid file mode. Camilla Berglund 2012-07-20 02:10:59 +0200
  • 1a05d6db70 Renamed GLX implementation file. Camilla Berglund 2012-07-20 02:10:39 +0200
  • c9c94e44d2 Formatting. Camilla Berglund 2012-07-20 02:08:01 +0200
  • ddb497c5d5 Removed hard-coded EGL config limit. Camilla Berglund 2012-07-20 02:02:20 +0200
  • f4880b9206 Merge branch 'multi-monitor' of github.com:elmindreda/glfw into multi-monitor Camilla Berglund 2012-07-20 01:05:57 +0200
  • f559b217af Merge branch 'master' into multi-monitor Camilla Berglund 2012-07-20 01:05:09 +0200
  • af925681dd Merge branch 'master' into EGL Camilla Berglund 2012-07-20 00:59:35 +0200
  • fd688e0332 Formatting. Camilla Berglund 2012-07-20 00:19:58 +0200
  • fd4967b01a Removed superfluous casts. Camilla Berglund 2012-07-20 00:17:58 +0200
  • d3d972aa9d Fixed typo in dlopen macro. Camilla Berglund 2012-07-20 00:15:36 +0200
  • 251964f84f Began decoupling EGL code from X11. Camilla Berglund 2012-07-20 00:14:52 +0200
  • 26a843043c Formatting, removed trivial comments. Camilla Berglund 2012-07-19 23:51:51 +0200
  • 3fd17741bc Added macro for including the GLES2 header. Camilla Berglund 2012-07-19 23:20:47 +0200
  • be12cbca15 Added separate platform headers for EGL and GLX. Camilla Berglund 2012-07-19 23:01:51 +0200
  • f004aa0f82 Formatting. Camilla Berglund 2012-07-19 22:14:08 +0200
  • 311b9df102 Added error for unsupported call. Camilla Berglund 2012-07-19 22:11:45 +0200
  • 11143baa95 Merge pull request #9 from Cloudef/EGL Camilla Löwy Berglund 2012-07-19 07:49:07 -0700
  • 5e36fb0e38 Formatting. Camilla Berglund 2012-07-19 02:35:34 +0200
  • c1931eda37 Formatting, limited to MSVC. Camilla Berglund 2012-07-19 02:15:01 +0200
  • 0627a2c2eb Added option for MSVC static runtime library. Jorge Rodriguez 2012-07-19 02:12:33 +0200
  • 6b1344af3c Use GLFWglproc return type Jari Vetoniemi 2012-07-17 23:06:30 +0300
  • db0a4b599d Fix GLubyte warning, by casting to (char*) Jari Vetoniemi 2012-07-17 22:29:09 +0300
  • 739be03373 Obey the OPENGL_ES2_PROFILE hint Jari Vetoniemi 2012-06-30 22:35:26 +0300
  • 2e7d91ea5a Only consider OpenGL ES contexes EGL_WINDOW_BIT is compared agaist wrong attribute Jari Vetoniemi 2012-06-30 22:25:26 +0300
  • 5cf8b8d3fa Remove useless define Cloudef 2012-05-11 23:02:38 +0300
  • 2815630688 Reflect X visual changes to EGL code Cloudef 2012-04-26 02:26:01 +0300
  • 819b09d479 Add member struct defines for window's context members so code can be shared Cloudef 2012-04-25 09:36:38 +0300
  • 478eac2fe0 Create window surface and add fallback for visual info retival Cloudef 2012-04-25 09:35:47 +0300
  • e06515eaa0 Improve OpenGL version parsing from string Cloudef 2012-04-25 09:35:02 +0300
  • 28db982d0a Add x11_fullscreen.c to the source list Cloudef 2012-04-25 09:34:42 +0300
  • d99e2385c1 Add temporary #ifdef in x11_fullscreen so EGL compiles Cloudef 2012-04-25 09:34:00 +0300
  • 29b4ed4e9a Don't build tests and examples when building with EGL Cloudef 2012-04-25 09:33:29 +0300
  • c878281487 Add EGL platform opengl implentation Cloudef 2012-04-25 07:58:27 +0300
  • 812ebe200d Add EGL X11 platform header Cloudef 2012-04-25 07:58:07 +0300
  • 27a7cc5aa8 Add FindEGL.cmake module Cloudef 2012-04-25 07:57:21 +0300
  • 778a76683a Add EGL X11 platform header Cloudef 2012-04-25 07:56:50 +0300
  • 85067ede2e Add EGL related configurations Cloudef 2012-04-25 07:56:34 +0300
  • 1327c124a4 Seperate Context from Window in CMakeLists, add option to build for EGL Cloudef 2012-04-25 07:56:17 +0300
  • 7fb251c626 Merge pull request #8 from Mith/master Camilla Löwy Berglund 2012-07-17 04:44:44 -0700
  • 173e321ea6 fix MESA_swap_control copy-pasta Simon Voordouw 2012-07-17 08:28:43 +0200
  • ddc4d5e8a2 Removed OS name from MinGW files. Camilla Berglund 2012-07-15 16:55:50 +0200
  • aa328c0bbd Added support for GLX_MESA_swap_interval. Camilla Berglund 2012-07-15 16:48:39 +0200
  • bd630c4e83 Added missing newline. Camilla Berglund 2012-07-11 00:33:32 +0200
  • a0429e4b6e Removed duplicate type declarations. Camilla Berglund 2012-07-11 00:33:19 +0200
  • 9498ac52b9 Simplified Win32 video mode enumeration. Camilla Berglund 2012-07-06 22:52:53 +0200
  • c68a4aa2ef Formatting. Camilla Berglund 2012-07-06 17:47:09 +0200
  • e188f6c4e1 Replaced manual duplication with strdup. Camilla Berglund 2012-07-06 14:37:02 +0200
  • 73622a2f3c Formatting. Camilla Berglund 2012-07-06 14:36:29 +0200
  • 247ee76b5c Added monitor physical dimensions to output. Camilla Berglund 2012-07-06 14:08:01 +0200
  • db066b4f46 Win32 Unicode fixes. Camilla Berglund 2012-07-06 13:55:54 +0200
  • 78bc624ba9 Fixed use of removed functions. Camilla Berglund 2012-07-05 18:52:06 +0200
  • c06f838d88 Merge branch 'master' into multi-monitor Camilla Berglund 2012-07-05 16:15:01 +0200
  • 34c93a5124 Disabled window restoration on Cocoa. Camilla Berglund 2012-07-02 15:24:02 +0200
  • e7c4e77214 Fixed cursor positioning in fullscreen on Cocoa. Camilla Berglund 2012-07-02 15:23:36 +0200
  • ee66e5fa10 Merged fix for bug #3528964. Camilla Berglund 2012-07-02 00:36:20 +0200
  • cef9dea1d2 Unified nomenclature for cursor positions. Camilla Berglund 2012-06-22 13:53:02 +0200
  • e6896a499c Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-06-21 13:36:04 +0200
  • cea0e30499 Fixed cursor centering using wrong mode. Camilla Berglund 2012-06-21 13:35:35 +0200
  • acdda3ef4f Added toolchain files for MinGW-w64 on Cygwin. Camilla Berglund 2012-06-17 16:35:48 +0200
  • 14bcc51f3b Removed config macro values. Camilla Berglund 2012-06-12 03:00:16 +0200
  • 41be34eadf Fixed window position on Win32. Camilla Berglund 2012-06-12 02:29:18 +0200
  • 11743758f8 Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-06-11 14:30:19 +0200
  • 9871b5dc79 Removed deprecated macro. Camilla Berglund 2012-06-11 14:14:00 +0200
  • 0c49e9ec87 Fixed function pointer casting. Camilla Berglund 2012-06-11 14:13:05 +0200
  • 31b06a0ae0 Win32 window position work. Camilla Berglund 2012-06-11 14:02:25 +0200
  • ed9890f110 Fixed typecast warning. Camilla Berglund 2012-06-11 13:47:06 +0200
  • fb2dbd6a53 Fixed Win32 warning. Camilla Berglund 2012-06-08 01:53:41 +0200
  • 9cc0abffc5 Rewrote joystick test. Camilla Berglund 2012-06-06 02:04:15 +0200
  • 2213450840 Renamed GLFW_NO_GLU to GLFW_INCLUDE_GLU. Camilla Berglund 2012-06-05 23:55:10 +0200
  • bf42c3cfbc Made glfwGetProcAddress return a function pointer. Camilla Berglund 2012-06-05 00:16:40 +0200
  • bc8860dc6a Made fbconfig conversion more readable. Camilla Berglund 2012-06-03 16:54:06 +0200
  • 01551e332d CMake toolchain file fixes. Camilla Berglund 2012-06-03 16:53:51 +0200
  • 7f7634a0c9 Added CMake toolchain file for Debian MinGW-w64. Camilla Berglund 2012-06-03 16:51:12 +0200
  • ae2c63b580 Made fbconfig conversion more readable. Camilla Berglund 2012-06-03 16:40:54 +0200
  • 19744bc5de Added needed include. Camilla Berglund 2012-06-03 16:33:48 +0200
  • fbb2f24ebb Merge branch 'context-window-split' Camilla Berglund 2012-06-03 16:31:56 +0200
  • 7b4f9f02ca Commented workaround. Camilla Berglund 2012-06-03 16:12:35 +0200
  • 9d5a95add8 Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-06-03 16:09:41 +0200