summaryrefslogtreecommitdiff
path: root/glws_wgl.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-12-01Cleanup glproc.José Fonseca1-1/+5
Based on some of Alexandros Frantzis code/ideas.
2011-12-01Replace dynamic casts with static on glws.José Fonseca1-3/+3
We know as a fact that the type matches.
2011-11-28Cache context profile in glws::Context.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-5/+12
Fixes an infinite loop on GlxDrawable::show() in certain traces.
2011-10-09Simplify glws class hierarchy.José Fonseca1-48/+47
2011-05-20Don't show windows until they are first resized.José Fonseca1-1/+9
2011-05-18Use alpha visuals.José Fonseca1-1/+2
2011-05-08Implement context sharing.Zack Rusin1-5/+11
early support for sharing contexts.
2011-05-06Take drawable geometry on creation.José Fonseca1-6/+6
2011-04-28Allow to resize the window to be larger than the desktop.José Fonseca1-4/+25
2011-04-09Ensure WGL visual has depth-stencil buffer.José Fonseca1-0/+2
2011-04-09Implement glws for WGL.José Fonseca1-0/+205