summaryrefslogtreecommitdiff
path: root/glws.hpp
AgeCommit message (Expand)AuthorFilesLines
2011-12-05Add option to request an Opengl 3.2 core profile context.José Fonseca1-1/+2
2011-11-28Cache context profile in glws::Context.José Fonseca1-2/+4
2011-11-17glws: Add support for profilesChia-I Wu1-1/+8
2011-11-17glws: Allow the attribute terminator to be specifiedChia-I Wu1-2/+2
2011-10-09Create contexts with DEBUG_BIT when not benchmarking.José Fonseca1-1/+40
2011-10-09Simplify glws class hierarchy.José Fonseca1-18/+15
2011-05-20Don't show windows until they are first resized.José Fonseca1-1/+8
2011-05-17Start with a smaller default window size; avoid race conditions on resize.José Fonseca1-1/+1
2011-05-08Implement context sharing.Zack Rusin1-1/+1
2011-05-06Take drawable geometry on creation.José Fonseca1-6/+8
2011-04-09Implement glws for WGL.José Fonseca1-10/+1
2011-04-02Separate WS abstraction from retracing.José Fonseca1-0/+123