Commit Graph

430 Commits

Author SHA1 Message Date
Camilla Berglund
62f812873c Added gamma value error check. 2011-09-06 15:47:17 +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
b11681a3ab Added CMake options to disable building of examples and/or tests. 2011-09-06 15:23:44 +02:00
Camilla Berglund
638702a3d9 Added init and terminate to reopen test loop. 2011-09-06 14:58:34 +02:00
Camilla Berglund
99712de710 Comment fix. 2011-09-06 14:52:42 +02:00
Camilla Berglund
30e362d435 Shortened native extension boolean names. 2011-09-06 14:51:03 +02:00
Camilla Berglund
f08397a108 Made it an error to not define an entry point retrieval mechanism on X11. 2011-09-06 14:40:39 +02:00
Camilla Berglund
81cfc1001d Moved glext headers to separate directory for clarity. 2011-09-06 14:33:25 +02:00
Camilla Berglund
9ae8c778df Error message updates. 2011-09-06 14:28:28 +02:00
Camilla Berglund
39dc15f737 Corrected error message. 2011-09-06 13:56:05 +02:00
Camilla Berglund
b1656d7323 Replaced GLFW_MOUSE_CURSOR enable with glfwSetCursorMode. 2011-09-06 13:55:29 +02:00
Camilla Berglund
4fb55781f1 GLFW_OPENGL_REVISION is not a hint. 2011-08-15 01:49:18 +02:00
Camilla Berglund
c32fa805d5 Merged bugfix from 2.7.3-pre. 2011-08-14 01:28:54 +02:00
Camilla Berglund
113bc94042 Formatting. 2011-08-14 01:27:48 +02:00
Camilla Berglund
d24acb7f64 Copied Cocoa entry point bugfix from 2.7.2. 2011-07-27 18:40:41 +02:00
Camilla Berglund
95cddf85e1 Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw 2011-07-27 18:30:52 +02:00
Camilla Berglund
cfb9394c73 Copied OS X Lion GL3 support from 2.7.2. 2011-07-27 18:24:27 +02:00
Camilla Berglund
c233e005a8 Copied context property readback from 2.7.1. 2011-07-27 18:20:15 +02:00
Camilla Berglund
e4027f14d0 Rough line-wrapping pass. 2011-07-27 17:48:56 +02:00
Camilla Berglund
4afc67c1df Various Windows and VC++ 2010 fixes. 2011-07-27 17:09:17 +02:00
Camilla Berglund
dc345d7914 Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw 2011-07-27 16:23:04 +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
7268fc18b4 Don't clobber higher-level uninstall targets. 2011-07-27 15:46:19 +02:00
Camilla Berglund
673b42d8da Formatting. 2011-07-26 16:59:37 +02:00
Camilla Berglund
4c6e24c911 Added declaration of size_t. 2011-07-26 16:52:57 +02:00
Camilla Berglund
53f4f54c46 Flattened source tree. 2011-07-26 16:50:12 +02:00
Camilla Berglund
0f93e8f252 Flattened source tree. 2011-07-26 15:16:34 +02:00
Camilla Berglund
71f4adc3ec Formatting. 2011-05-21 23:13:48 +02:00
Camilla Berglund
b2e8807440 Formatting. 2011-05-21 22:50:25 +02:00
Camilla Berglund
f9e0f6f782 Formatting. 2011-05-21 17:34:17 +02:00
Camilla Berglund
d25f9db752 Removed glfwGetGLVersion, added GLFW_OPENGL_REVISION. 2011-05-21 17:16:32 +02:00
Camilla Berglund
44035f5ef1 Added error check. 2011-05-08 16:29:33 +02:00
Camilla Berglund
8aa8b7c2e4 Added glfwCopyGLState. 2011-05-08 15:29:36 +02:00
Camilla Berglund
7a73105f48 Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw 2011-04-06 22:00:25 +02:00
Camilla Berglund
6fa2730087 Added dummy struct member. 2011-04-06 20:45:33 +02:00
Camilla Berglund
f0ef9277ea C strictness fixes. 2011-04-06 20:38:55 +02:00
Camilla Berglund
bcf16d83c1 Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw 2011-04-05 21:23:44 +02:00
Camilla Berglund
1412732874 Fixed inverted gamma. 2011-04-01 12:46:03 +02:00
Camilla Berglund
22479e29b7 Removed superfluous comments. 2011-03-30 15:18:02 +02:00
Camilla Berglund
671b0f7803 Removed superfluous comments. 2011-03-30 15:07:44 +02:00
Camilla Berglund
849977c7b2 Allow closing of NULL. 2011-03-08 23:14:42 +01:00
Camilla Berglund
d43e0b50d0 Added initial ARB_robustness support. 2011-03-07 20:51:34 +01:00
Camilla Berglund
f310385997 ARB, not EXT. 2011-03-07 20:49:27 +01:00
Camilla Berglund
c541457617 ARB, not EXT. 2011-03-07 20:46:05 +01:00
Camilla Berglund
c40f0e2c36 Added missing member. 2011-03-07 20:43:10 +01:00
Camilla Berglund
222f1d5600 Added the usual punt on Mac OS X. 2011-03-07 18:55:20 +01:00
Camilla Berglund
6a5152f301 Added initial ARB_robustness support. 2011-03-07 18:53:52 +01:00
Camilla Berglund
fe1db15d31 Formatting. 2011-03-07 14:58:10 +01:00
Camilla Berglund
19be24afb7 Moved more OpenGL logic to opengl.c. 2011-03-07 14:55:11 +01:00