summaryrefslogtreecommitdiff
path: root/glws_cocoa.mm
AgeCommit message (Collapse)AuthorFilesLines
2011-12-01Replace dynamic casts with static on glws.José Fonseca1-5/+5
We know as a fact that the type matches.
2011-11-29Update glws Cocoa bindings too.José Fonseca1-3/+3
2011-11-17glws: Add support for profilesChia-I Wu1-1/+5
The valid profiles are PROFILE_COMPAT, PROFILE_ES1, and PROFILE_ES2. They stand for desktop GL with compatibility profile, GLESv1, and GLESv2 respectively. Update createContext to take profile as the last parameter.
2011-10-26Cleanup X11 event handling.José Fonseca1-4/+11
Fixes an infinite loop on GlxDrawable::show() in certain traces.
2011-10-10Add a few comments/links to Cocoa development resources.José Fonseca1-1/+14
2011-10-10Use Cocoa on Mac OS X.José Fonseca1-0/+241
It will enable better control for OpenGL context creation.