Commit Graph

  • 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
  • fc07e1d7eb Added workaround for missing window bit in VB GL. Camilla Berglund 2012-06-03 16:09:13 +0200
  • 29c2c03346 Merge pull request #7 from daBrado/x11-gamma-ramp-size-workaround Camilla Berglund 2012-06-03 06:55:46 -0700
  • 6cb89175a7 Emit an error when gamma ramp cannot be get/set due to size not being GLFW_GAMMA_RAMP_SIZE. Braden Pellett 2012-06-01 00:08:34 -0700
  • 2558da0b59 Ignore gamma ramp get/set capabilities if size is not GLFW_GAMMA_RAMP_SIZE, similar to what happens currently for the Cocoa implementation. Braden Pellett 2012-05-31 17:01:24 -0700
  • 322407ae9f Moved X11 gamma ramp termination to gamma module. Camilla Berglund 2012-05-31 01:34:21 +0200
  • 20fccd4aa3 Removed unsupported target. Camilla Berglund 2012-05-24 11:48:50 +0200
  • 79bef68511 Only restore gamma ramp if it has been changed. Camilla Berglund 2012-05-24 11:46:51 +0200
  • f5eb79ed28 Removed gamma API warning prints. Camilla Berglund 2012-05-24 11:39:16 +0200
  • 1a37788143 Moved X11 gamma ramp init to gamma module. Camilla Berglund 2012-05-24 11:36:43 +0200
  • 6059523b6d Simplified mode printing. Camilla Berglund 2012-05-07 01:30:55 +0200
  • 5527e52f58 Added hilighting of desktop mode. Camilla Berglund 2012-05-07 01:13:07 +0200
  • d109d8a6d2 Restructured modes test for better encapsulation. Camilla Berglund 2012-05-07 01:12:08 +0200
  • eeed6394c0 Added abort via escape key. Camilla Berglund 2012-05-07 00:44:39 +0200
  • e55b5fc27c Removed listmodes test. Camilla Berglund 2012-05-07 00:34:40 +0200
  • 93c3d52716 Formatting. Camilla Berglund 2012-05-07 00:33:21 +0200
  • dd1a46af43 Added header to more closely match output of older test. Camilla Berglund 2012-05-07 00:32:03 +0200
  • 3d5a574e3b Made listing the default for modes test. Camilla Berglund 2012-05-07 00:29:36 +0200
  • 6ff3936101 Fixed source file having executable flag set. Camilla Berglund 2012-05-07 00:20:53 +0200
  • d717c0a5ba Added bug fix from 2.7.6. Camilla Berglund 2012-05-07 00:13:38 +0200
  • 26fc5cacda Formatting. Camilla Berglund 2012-05-07 00:11:51 +0200
  • d0c298de6e Removed legacy documentation. Camilla Berglund 2012-05-03 13:00:54 +0200
  • 904db4c605 Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-04-30 01:59:45 +0200
  • a22fbf7e9b Moved remaining X visual management into opengl module. Camilla Berglund 2012-04-23 22:31:55 +0200
  • f77c8f8b21 Made GLX extension management global instead of per-window. Camilla Berglund 2012-04-23 13:08:34 +0200
  • 9614b9b22f Moved OpenGL init and terminate to opengl module. Camilla Berglund 2012-04-23 13:00:49 +0200
  • 49dfbe86b2 Moved the majority of GLX code into opengl module. Camilla Berglund 2012-04-23 12:48:57 +0200
  • 1a99827432 Moved the type declarations. Camilla Berglund 2012-04-22 21:49:38 +0200
  • 21e77fe1a6 Split platform-specific global data. Camilla Berglund 2012-04-22 15:53:02 +0200
  • 2ac8da7465 Merged patch #3519669. Camilla Berglund 2012-04-22 12:58:05 +0200
  • 322ddff5f8 Merge branch 'master' of github.com:elmindreda/glfw Camilla Berglund 2012-04-22 00:21:53 +0200
  • 97f7e60f8b Added credits. Camilla Berglund 2012-04-22 00:21:42 +0200
  • bb7e7d1883 Merge pull request #5 from belkiss/master Camilla Berglund 2012-04-21 14:25:31 -0700