the_fiddler
|
da5371e92b
|
Added PFD_SUPPORT_COMPOSITION on Vista and higher, to avoid inadvertently disabling Aero.
Allow non-accelerated formats when all accelerated ones fail. Fixes issue [#2224]: "Getting GraphicsModeException from WinGraphicsMode constructor".
|
2011-02-09 00:23:43 +00:00 |
|
the_fiddler
|
d19244feb5
|
Add DrawToWindow and SupportOpenGL flags to GetModesARB and check whether Wgl.Arb.ChoosePixelFormat() worked correctly (to avoid undefined results).
|
2011-01-18 22:34:06 +00:00 |
|
the_fiddler
|
6c0da79687
|
Refactored and simplified DisplayDevice detection (devices are now stored in the platform-specific drivers instead of the frontend).
Made XRR resolution changes more robust.
Resolution changes now refresh the DisplayDevices on Windows.
|
2010-11-21 20:16:18 +00:00 |
|
the_fiddler
|
d9eaf4562c
|
Improved and simplified behavior of RelaxParameters. Removed unused code.
|
2010-11-11 19:32:22 +00:00 |
|
the_fiddler
|
fd3e1850b7
|
Retrieve all pixel formats at once and select the correct one through a custom selection predicate. Simplifies the code significantly and reduces the chance of race conditions.
|
2010-11-08 19:41:24 +00:00 |
|
the_fiddler
|
d08438785e
|
Avoid reference to System.Windows.Forms.
Pass a concrete GraphicsMode to the context constructor in SelectPixelFormatARB to avoid NRE.
|
2010-11-08 16:01:50 +00:00 |
|
the_fiddler
|
1f4b5be7d0
|
Synced trunk with 1.0 branch.
|
2010-10-02 18:52:34 +00:00 |
|
the_fiddler
|
4e86dd1381
|
Remove System.Windows.Forms.Control dependency in favor of OpenTK.NativeWindow.
|
2009-09-08 13:09:50 +00:00 |
|
the_fiddler
|
ac21b13246
|
Fixed recursion that between WinGraphicsMode.SelectGraphicsModeARB and GraphicsMode.Default.
Fixed acceleration attribute in WinGraphicsMode.SelectGraphicsModeARB. Now, antialiasing works on nvidia drivers, too.
|
2009-06-01 13:24:18 +00:00 |
|
the_fiddler
|
98e39f16a2
|
WinGraphicsMode now uses wglChoosePixelFormatARB, if available. This allows the use of FSAA modes.
|
2009-06-01 11:05:31 +00:00 |
|
the_fiddler
|
69b17fa43f
|
Normalize line endings and set the mime-type=text/plain and eol-style=native properties on all files.
|
2009-02-22 10:43:35 +00:00 |
|
the_fiddler
|
03825f1241
|
Initial commit.
|
2008-03-03 12:47:35 +00:00 |
|