Commit Graph

84 Commits

Author SHA1 Message Date
Marcel Metz
beacbb3447 Implemented display iteration for x11. Added attributes and queries for physical size, name and logical position. Updated test executable. 2011-10-02 16:47:06 -04:00
Marcel Metz
b7d1d35c20 Added library search for math and realtime library in test and example projects for x11 platform. 2011-10-02 16:19:00 -04:00
Camilla Berglund
6da82e0ffe Formatting. 2011-09-20 18:52:00 +02:00
Camilla Berglund
e31042c0dc Removed duplicate word from events test output. 2011-09-20 15:18:03 +02:00
Camilla Berglund
56959bd075 Added channel sizes and formatting. 2011-09-19 20:36:01 +02:00
Camilla Berglund
d0af26cd43 Allow error callback to be set before glfwInit. 2011-09-16 01:16:31 +02:00
Camilla Berglund
58db28ea83 Moved clear to refresh callback. 2011-09-08 22:58:47 +02:00
Camilla Berglund
bca0283fdd Fixed exit codes. 2011-09-08 22:47:37 +02:00
Camilla Berglund
e20ea6b005 Removed duplicate event processing. 2011-09-08 22:45:35 +02:00
Camilla Berglund
5327b0050e Improved gamma test rendering. 2011-09-06 15:51:34 +02:00
Camilla Berglund
2f4d75bd15 Added additional gamma test keys. 2011-09-06 15:44:47 +02:00
Camilla Berglund
ca0dbdbb6e Simplified glfwSetGammaFormula to glfwSetGamma. 2011-09-06 15:43:31 +02:00
Camilla Berglund
638702a3d9 Added init and terminate to reopen test loop. 2011-09-06 14:58:34 +02:00
Camilla Berglund
81cfc1001d Moved glext headers to separate directory for clarity. 2011-09-06 14:33:25 +02:00
Camilla Berglund
b1656d7323 Replaced GLFW_MOUSE_CURSOR enable with glfwSetCursorMode. 2011-09-06 13:55:29 +02:00
Camilla Berglund
4afc67c1df Various Windows and VC++ 2010 fixes. 2011-07-27 17:09:17 +02:00
Camilla Berglund
c1ab73b979 Renamed context-related functions to more closely match underlying APIs. 2011-07-27 16:01:27 +02:00
Camilla Berglund
d25f9db752 Removed glfwGetGLVersion, added GLFW_OPENGL_REVISION. 2011-05-21 17:16:32 +02:00
Camilla Berglund
d43e0b50d0 Added initial ARB_robustness support. 2011-03-07 20:51:34 +01:00
Camilla Berglund
5983615f0e Moved all callback setting to before window opening, because I can. 2011-03-05 13:24:16 +01:00
Camilla Berglund
fa58cc393d Added check for GL_ARB_multisample to FSAA test. 2011-03-05 13:23:06 +01:00
Camilla Berglund
74c9b57f3d Added timer reset to FSAA test. 2011-03-05 13:17:39 +01:00
Camilla Berglund
3a755b99d0 Moved callback setting to before window creation. 2011-02-27 21:42:09 +01:00
marcus256
8943a78a65 Merge branch 'marcus-rawkeys'. Changed handling of raw key codes. 2011-01-15 00:59:55 +01:00
Marcus
e3cb563a28 Fixed key names in the example and test programs. 2011-01-03 22:22:14 +01:00
Marcus
3b0084799c Shortened the names of the left/right square bracket keys. 2011-01-03 22:07:01 +01:00
Marcus
c0cb4c2fe1 Implemented raw key code support for X11. 2011-01-02 11:18:14 +01:00
Camilla Berglund
f1e7d7c0ea Added error callback. 2010-11-23 17:45:23 +01:00
Camilla Berglund
4b51f2e9f7 Added comment. 2010-11-17 17:11:44 +01:00
Camilla Berglund
ac03fa88f4 Corrected description. 2010-11-17 16:39:55 +01:00
Camilla Berglund
57e14372f2 Added getopt and sample count switch to FSAA test. 2010-11-17 16:26:32 +01:00
Camilla Berglund
940b69816c Made rendering and window size more sane. 2010-11-17 16:14:27 +01:00
Camilla Berglund
1f622adf0a Replaced inline declarations with glext.h use. 2010-11-17 16:06:15 +01:00
Camilla Berglund
88194055bb Added support for OpenGL ES 2.0. 2010-11-15 19:28:06 +01:00
Camilla Berglund
4044c2da66 Made callbacks library global. 2010-10-24 18:28:55 +02:00
Camilla Berglund
2630d4968c Initial implementation of experimental gamma ramp API. 2010-10-13 04:04:43 +02:00
Camilla Berglund
05a477242b Formatting. 2010-10-05 14:44:01 +02:00
Camilla Berglund
7e7672a2e5 Comment grammar fix. 2010-10-05 00:34:50 +02:00
Camilla Berglund
1585c8b981 Added escape key quitting. 2010-10-05 00:12:25 +02:00
Camilla Berglund
419f9f17a1 Added glfwGetCurrentWindow. 2010-10-04 23:13:33 +02:00
Camilla Berglund
104dfaa3ac Build file fixes and formatting. 2010-10-04 21:21:50 +02:00
Camilla Berglund
9e1031a35a Moved listmodes test program to tests directory. 2010-10-04 21:14:58 +02:00
Camilla Berglund
2899e8765c Added window positioning to sharing test. 2010-10-04 21:08:42 +02:00
Camilla Berglund
8dff22d9de Removed superfluous clear, added comment. 2010-10-04 19:35:28 +02:00
Camilla Berglund
afcb2abbd4 Added simple context sharing test program. 2010-10-04 19:32:39 +02:00
Camilla Berglund
5ca2189f81 Removed DOS line endings. 2010-10-04 18:19:04 +02:00
Camilla Berglund
99ddce3214 Added context sharing. 2010-10-04 18:17:53 +02:00
Camilla Berglund
4942c8a0f4 Replaced inline declarations with glext.h usage. 2010-10-03 18:55:59 +02:00
Camilla Berglund
c7c6ecdba5 Added reporting of glForward and glProfile. 2010-10-03 18:55:13 +02:00
Camilla Berglund
007766bd91 Added two-dimensional scrolling API and X11 implementation. 2010-09-27 02:09:54 +02:00