summaryrefslogtreecommitdiff
path: root/glws_glx.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-12-05Add option to request an Opengl 3.2 core profile context.José Fonseca1-8/+29
2011-12-01Cleanup glproc.José Fonseca1-2/+1
2011-12-01Don't free fbconfig.José Fonseca1-1/+0
2011-12-01Replace dynamic casts with static on glws.José Fonseca1-5/+5
2011-11-28Cache context profile in glws::Context.José Fonseca1-3/+3
2011-11-17glws: Add support for profilesChia-I Wu1-1/+5
2011-10-26Cleanup X11 event handling.José Fonseca1-26/+30
2011-10-10Use Cocoa on Mac OS X.José Fonseca1-8/+0
2011-10-09Fix MacOSX build.José Fonseca1-2/+11
2011-10-09Create contexts with DEBUG_BIT when not benchmarking.José Fonseca1-42/+81
2011-10-09Simplify glws class hierarchy.José Fonseca1-85/+80
2011-06-06More accurate include/linkage in Mac OS X.José Fonseca1-1/+1
2011-05-20Don't show windows until they are first resized.José Fonseca1-3/+10
2011-05-20Tell the window manager to respect the requested window sizeJosé Fonseca1-0/+9
2011-05-19Determine drawable sizes on MacOSX.José Fonseca1-0/+3
2011-05-18Use alpha visuals.José Fonseca1-0/+2
2011-05-17Start with a smaller default window size; avoid race conditions on resize.José Fonseca1-1/+52
2011-05-08Implement context sharing.Zack Rusin1-2/+10
2011-05-06Take drawable geometry on creation.José Fonseca1-67/+63
2011-04-20Print an error message when not able to open X display.José Fonseca1-0/+7
2011-04-14Synchronize X and GL on windows resizes.José Fonseca1-0/+2
2011-04-12Silence warning.José Fonseca1-1/+1
2011-04-12Request stencil buffer.José Fonseca1-0/+2
2011-04-09Minor cleanup.José Fonseca1-21/+25
2011-04-09Implement glws for WGL.José Fonseca1-22/+9
2011-04-02Separate WS abstraction from retracing.José Fonseca1-0/+232