Commit Graph

4204 Commits

Author SHA1 Message Date
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
Camilla Berglund
d1d550d1ab Delayed window struct allocation. 2011-03-07 14:30:23 +01:00
Camilla Berglund
98eb79b7d9 Removed function made superfluous by window struct memset. 2011-03-07 14:24:55 +01:00
Camilla Berglund
17d9b5aa8f Comment tweak. 2011-03-07 14:16:39 +01:00
Camilla Berglund
0f481cb09d Renamed window hint reset function for clarity. 2011-03-07 14:16:31 +01:00
Camilla Berglund
3d82683177 Removed indirection made superfluous by introduction of cdecl. 2011-03-07 14:13:47 +01:00
Camilla Berglund
ccbb956341 Added pluggable memory allocator and threading stub. 2011-03-07 14:09:13 +01:00
Camilla Berglund
cf7819df8d Comment tweaks. 2011-03-07 13:58:02 +01:00
Camilla Berglund
596f56fe7b Moved OpenGL related function to opengl.c, minor formatting. 2011-03-07 13:56:28 +01:00
Camilla Berglund
897558fdfb Rearranged public types. 2011-03-07 13:34:58 +01:00
Camilla Berglund
0d50ee749f Added profile enum verification. 2011-03-06 13:28:10 +01:00
Camilla Berglund
6d7d11643a Clarified comment. 2011-03-06 12:18:22 +01:00
Camilla Berglund
ee880bda1b Moved window input boolean to correct block. 2011-03-06 01:56:40 +01:00
Camilla Berglund
6e553c7376 Purged references to GLFW as a framework. 2011-03-06 01:46:39 +01:00
Camilla Berglund
f54da1370a Updated changelog. 2011-03-05 13:26:13 +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
cfcc3da65f Removed macros provided by internal up-to-date glxext.h header. 2011-03-04 22:24:27 +01:00
Camilla Berglund
9b70cec954 Fixed bug #3093443. 2011-03-04 21:53:34 +01:00
Camilla Berglund
f511fa0228 Comment updates. 2011-03-04 17:58:43 +01:00
Camilla Berglund
57eabfd17f Added more strictness to GL version check. 2011-03-04 17:51:12 +01:00
Camilla Berglund
5d2edb2dff Comment updates. 2011-03-04 17:49:36 +01:00
Camilla Berglund
2f7bfb89e4 Formatting. 2011-03-04 15:49:05 +01:00
Camilla Berglund
a5facec0c3 Formatting. 2011-03-04 15:47:57 +01:00
Camilla Berglund
2f2ce22e35 Clarified function name. 2011-03-04 15:00:51 +01:00
Camilla Berglund
7515ee0ef5 Moved OpenGL context config verification into separate function. 2011-03-04 15:00:19 +01:00