Ken Thomases
|
4fba2995b6
|
winemac: Don't override -[NSOpenGLContext clearDrawable], just use our own method.
|
2013-03-28 12:19:01 +01:00 |
Ken Thomases
|
69e631e04e
|
winemac: Add support for "query" events which wait for synchronous responses.
|
2013-03-11 10:53:32 +01:00 |
Ken Thomases
|
4d51a688e3
|
winemac: Override -[NSOpenGLContext clearDrawable] to not hide the GL surface.
This fixes a problem with flickering when repeatedly attaching and detaching
a GL context from a window, such as for each WM_PAINT.
|
2013-03-11 10:44:26 +01:00 |
Ken Thomases
|
89a4e5a6d1
|
winemac: Don't defer attaching OpenGL context to view if it is backed by a window device.
This fixes a problem with certain OpenGL programs which create a context very
briefly before destroying it, like while handling WM_PAINT.
|
2013-03-11 10:44:13 +01:00 |
Ken Thomases
|
3f3ee6393d
|
winemac: Implement OpenGL support.
|
2013-03-06 12:56:12 +01:00 |