summaryrefslogtreecommitdiff
path: root/progs/wgl
AgeCommit message (Expand)AuthorFilesLines
2009-06-17progs/wgl: Fix shreadtex_mt too.José Fonseca1-6/+24
2009-06-17progs/wgl: Tweak the initialization wait in wglthreads.José Fonseca1-2/+2
2009-06-17progs/wgl: Get wglShareLists working in wglthreads.José Fonseca1-6/+23
2009-06-17progs/wgl: Allow resizing wglthreads' windows.José Fonseca1-1/+1
2009-06-16progs/wgl: Quit after displaying usage for -h option.José Fonseca1-0/+1
2009-06-16progs/wgl: Use appropriate types to silence msvc warnings.José Fonseca1-7/+7
2009-06-16progs/wgl: Fix assertion failure in wglthreads' texture creation.José Fonseca1-8/+10
2009-06-01progs/wgl: Small cleanup to wglinfo.José Fonseca1-5/+4
2009-06-01progs/wgl: Use an invisible window in wglinfo.José Fonseca1-1/+1
2009-04-10wgl: Note down the gallium pixel formats, instead of re-guessing them.José Fonseca1-4/+4
2009-04-10progs: Port glxinfo to wgl.José Fonseca2-0/+739
2009-03-20progs/wgl: Send a resize message after context have been created.Michal Krol1-0/+2
2009-03-20progs/wgl: Create GL context in a thread that actually uses it.Michal Krol1-30/+35
2009-03-20progs/wgl: Make context current to get GL_RENDERER string.Michal Krol1-0/+2
2009-03-19wgl: Add an `-s' option to wglthreads to force single-threaded operation.Michal Krol1-22/+43
2009-03-18progs: Build the wgl examples with scons.José Fonseca1-0/+23
2009-03-17wgl: Port sharedtex_mt to WGL.Michal Krol1-0/+540
2009-03-16wgl: Port glthreads to WGL.Michal Krol1-0/+593