Commit Graph

1046 Commits

Author SHA1 Message Date
Elias Naur f141978acf *** empty log message *** 2003-07-29 12:39:50 +00:00
Elias Naur 9adb5695f3 Added VBOTest 2003-07-29 12:30:04 +00:00
Elias Naur f6aef89293 Made C NULL return values correspond to a null Buffer 2003-07-29 12:29:32 +00:00
Elias Naur baa39830c0 Renamed Sys.createARBVBOBuffer to Sys.createIndexBuffer 2003-07-29 11:09:44 +00:00
Elias Naur 8b9931560f Moved GL capabilities to GLCaps 2003-07-28 10:09:58 +00:00
Elias Naur 91e1e30652 whoops 2003-07-28 08:22:03 +00:00
Elias Naur fd6fb33014 GLConstants now extends CoreGL14Constants 2003-07-28 08:21:32 +00:00
Caspian Rychlik-Prince 4b8611c4f6 Removed Math class 2003-07-28 08:20:10 +00:00
Caspian Rychlik-Prince 2bd35dbe1d Changed some focus handling code. Works well with Alien Flux. 2003-07-27 13:12:43 +00:00
Elias Naur 1cdcd06fe5 Fixed extension code 2003-07-26 11:43:26 +00:00
Elias Naur 579dc64f4f Fixed WGL extension bug 2003-07-26 09:39:48 +00:00
Elias Naur 254681763d Added missing .cpp files 2003-07-26 09:22:31 +00:00
Elias Naur 65c2910e77 Fixed static WGL extensions 2003-07-26 08:32:23 +00:00
Brian Matzon 0246a05a16 fix: stop whining 'bout imports 2003-07-26 02:01:54 +00:00
Elias Naur 39ddf26f0b Added missing OpenGL 1.4 functions 2003-07-25 14:23:12 +00:00
Elias Naur 8c7e2e4da2 Separated CoreGL into CoreGL11, CoreGL12. CoreGL13, CoreGL14 (including CoreGLConstants) 2003-07-25 13:09:33 +00:00
Elias Naur 2579413a64 Fixed native win32 cursor bug 2003-07-24 09:09:24 +00:00
Elias Naur df95a09ba8 Minor buffer fix 2003-07-23 14:51:19 +00:00
Elias Naur e4aaf66d8c Fixed some int address->Buffer bugs 2003-07-20 19:27:36 +00:00
Elias Naur 51b3b5940a Removed various unnescessary *v OGL calls 2003-07-20 18:58:57 +00:00
Elias Naur 8202ff4717 Fixed two missing int->Buffer conversions 2003-07-20 16:29:17 +00:00
Elias Naur 820f622f73 Made gluUnproject and gluProject prettier 2003-07-20 16:25:05 +00:00
Elias Naur 83961b55a6 Fixed extension names 2003-07-20 16:01:41 +00:00
Elias Naur d8f64cbb15 Separated BaseGL from CoreGL and GL and renamed to GLWindow 2003-07-18 19:02:49 +00:00
Elias Naur 794c802253 Added createARBVBOBuffer to enable VBO indexing with Buffers 2003-07-17 09:16:51 +00:00
Brian Matzon 926121d83f fix: make it compile 2003-07-16 21:17:13 +00:00
Brian Matzon 491133c7f1 "fix": deactivate EAX for this test release 2003-07-16 21:16:36 +00:00
Elias Naur 1526ad3a2a Added linux focus support 2003-07-16 21:10:28 +00:00
Brian Matzon 1080e1344b fix: isClosedRequested now sets flag to false after call
added support for isFocused
2003-07-16 21:02:48 +00:00
Brian Matzon bd9b01eaf8 added support for isFocused 2003-07-16 21:01:34 +00:00
Elias Naur 63e3ef67fd Small error message fix 2003-07-15 14:02:39 +00:00
Elias Naur 143067127d Reverted change 2003-07-06 22:43:05 +00:00
Elias Naur 6bf70d35c7 Converted ogl to static constructor 2003-07-06 21:47:30 +00:00
Brian Matzon cdd4c044ba fix: javadoc typo 2003-07-06 19:59:57 +00:00
Elias Naur 074b80c06c Linux build fix 2003-07-06 08:00:22 +00:00
Brian Matzon 6e0ffd144d removing parts of Math 2003-07-05 23:59:44 +00:00
Brian Matzon cb23db8c47 removing parts of Math
removing examples
removed small doc
2003-07-05 23:58:34 +00:00
Brian Matzon f14e76ab8f fix: using type specific buffers 2003-07-05 23:13:09 +00:00
Elias Naur 2348040680 linux build fix 2003-07-05 22:19:51 +00:00
Elias Naur 55cb0bad92 fixed compiler warning 2003-07-05 21:58:35 +00:00
Brian Matzon e8a6ecb69c fix: removed debug 2003-07-04 14:29:02 +00:00
Brian Matzon 0b5722b3fb static implementation - work in progress 2003-07-02 22:42:41 +00:00
Brian Matzon 999a675be3 fix: compiler whining 2003-07-02 22:42:01 +00:00
Brian Matzon 1b06cc27cb bugger off buffer! 2003-07-02 22:37:45 +00:00
Brian Matzon 4c4d56e583 static implementation - work in progress 2003-07-02 22:35:26 +00:00
Elias Naur 315375dee5 Ported OpenGL to Buffers 2003-06-24 12:24:55 +00:00
Brian Matzon 2305247ac1 old resource loading was buggy? 2003-06-17 21:24:48 +00:00
Brian Matzon fa26d83aae using default file on no argument (allows easier JWS interaction) 2003-06-17 21:22:16 +00:00
Brian Matzon 1cdc9f9b15 using classloader to load files 2003-06-17 21:21:11 +00:00
Brian Matzon dc25f2fb17 reset displaymode when done 2003-06-17 21:19:59 +00:00
Brian Matzon cafa7452aa add simple keyboard test - for completeness sake - needs to be made better 2003-06-17 21:18:44 +00:00
Elias Naur 0698e68911 *** empty log message *** 2003-06-16 17:07:35 +00:00
Elias Naur 2107cdc40c Cleaned up JWS openal loading 2003-06-16 17:05:48 +00:00
Brian Matzon 40564b8cee fix: linux findLibrary failed because invalid lib name was passed 2003-06-16 16:57:25 +00:00
Brian Matzon 3f54bac547 fix: Java Web Start loading of OpenAL 2003-06-15 22:35:27 +00:00
Caspian Rychlik-Prince bf2ff00518 *** empty log message *** 2003-06-12 15:19:31 +00:00
Caspian Rychlik-Prince 13edf0ce99 *** empty log message *** 2003-06-12 14:08:10 +00:00
Elias Naur 2e30eff2a5 Try to return a better minimum cursor size 2003-06-08 14:32:30 +00:00
Elias Naur 34aeff1757 Try to return a better minimum cursor size 2003-06-08 14:30:53 +00:00
Caspian Rychlik-Prince 7cb8a93fb1 We now restore display settings on minimize. Hurrah! 2003-06-07 19:28:53 +00:00
Elias Naur 71f46bfce9 Fixed win9x keyboard translation 2003-06-07 13:56:06 +00:00
Caspian Rychlik-Prince e148f01ba9 Early exit on failed mouse read. 2003-06-07 12:49:55 +00:00
Caspian Rychlik-Prince 72f2402a7f Minor tweaks to window creation. 2003-06-07 12:48:21 +00:00
Caspian Rychlik-Prince e143541c01 *** empty log message *** 2003-06-07 12:47:35 +00:00
Elias Naur 6e73a7a953 Doc update 2003-06-07 11:53:17 +00:00
Caspian Rychlik-Prince 5aae56dfcc *** empty log message *** 2003-06-04 22:10:24 +00:00
Caspian Rychlik-Prince bf72447cec *** empty log message *** 2003-06-04 21:49:46 +00:00
Elias Naur 023e1df80d Added gamma debug output 2003-06-01 17:26:02 +00:00
Elias Naur c267f6d5da Linux fixes 2003-06-01 17:20:03 +00:00
Brian Matzon 4cdf7f855d fix: removed superfluous import statement 2003-06-01 11:02:35 +00:00
Elias Naur 18685ab806 Added USEGLX13 to BaseGL.cpp 2003-05-30 16:29:17 +00:00
Elias Naur e66f5dee8a More Display checks 2003-05-30 14:44:45 +00:00
Elias Naur 66a2676652 Extra checks in window creation 2003-05-30 06:10:33 +00:00
Elias Naur 16e1d44cdb Implemented gamma, brightness and contrast controls on win32 and linux
using a simplified gamma ramp API
2003-05-27 14:12:10 +00:00
Elias Naur 30df047153 Doc fix: gamma arrays are three arrays, not one consecutive 2003-05-26 18:29:44 +00:00
Elias Naur e11f941056 Doc fix: Gamma changes are undone at resetDisplayMode 2003-05-26 18:26:10 +00:00
Scott W Palmer 1ae6e9e862 oops missed double buffer attribute 2003-05-23 04:21:09 +00:00
Scott W Palmer 79823229f9 fixed sporadic Bus Error in GetAvailableDisplayModes 2003-05-23 03:07:46 +00:00
Elias Naur 5411e23b7a Native cursor fixes 2003-05-20 14:28:30 +00:00
Scott W Palmer a104d020d0 Stubs for OS X 2003-05-20 14:00:18 +00:00
Scott W Palmer 6612643fec minor cleanup 2003-05-20 13:59:58 +00:00
Elias Naur ccc115fe9d Native cursor fixes 2003-05-20 13:59:30 +00:00
Scott W Palmer b9a7d26cb4 minor cleanup 2003-05-20 13:51:46 +00:00
Scott W Palmer 503f031b15 fixed some more initialization issues 2003-05-20 13:48:44 +00:00
Elias Naur 4c53756e7b Cursor fixes 2003-05-20 12:33:51 +00:00
Elias Naur 9bcaa18c3d Implemented Pbuffers on win32 and linux (render to texture will be done later)
Implemented native cursor caps (one bit transparancy, alpha translucency and animations)
2003-05-20 12:20:13 +00:00
Elias Naur 586c0f4647 Fixes 2003-05-19 08:54:46 +00:00
Elias Naur 9d612fc88b Fixes 2003-05-19 08:53:47 +00:00
Scott W Palmer 41f562676f fixed some initialization issues 2003-05-19 02:56:54 +00:00
Elias Naur a1649bab3f Min cursor size 1, not 0 2003-05-17 08:06:39 +00:00
Scott W Palmer a360d24047 Mac OS X Support - untested 2003-05-17 02:50:51 +00:00
Elias Naur e886d95122 Native cursors implemented 2003-05-16 18:39:46 +00:00
Elias Naur fd75f7a959 Added debug output when dynamic library load fails 2003-05-11 11:51:08 +00:00
Gregory Pierce 8ae528efe0 Added in double buffering and added in the capability to actually swapBuffers with CGFlushDisplay() which will copy the back to the front. 2003-05-10 22:02:19 +00:00
Gregory Pierce 2eccb0f4ce Change to use the actual refresh rate from the display in the init call instead of setting it to 60. It doesn't really matter since OSX could care less, but for others maintaining the port, they may want code that looks the same. 2003-05-10 21:49:30 +00:00
Gregory Pierce aa13639386 Changed the location of the CGDisplayCapture from the GL code to the Display code. A side effect of this is that calling resetDisplayMode() is required - not optional. Not calling resetDisplayMode() may result in a non-responsive machine. 2003-05-10 19:19:12 +00:00
Gregory Pierce 585131c442 Updated the display init function so that the OSX version plays nicely with the other versions. 2003-05-10 17:30:58 +00:00
Gregory Pierce bcd0b40bce Removed unnecessary struct. No point consuming memory for something that's unnecessary. 2003-05-10 17:21:39 +00:00
Gregory Pierce ad12445e75 Updated to use CG API for mouse capture and deltas. OS handles Deltas itself so using that as opposed to tracking it myself. 2003-05-10 17:20:48 +00:00
Gregory Pierce 8fb714f8e5 Updated to be up to date with current release. Still no support for setting process priority. 2003-05-10 04:58:18 +00:00