summaryrefslogtreecommitdiff
path: root/progs/wgl
AgeCommit message (Expand)Author
2010-01-01scons: Build progs together with everything else.José Fonseca
2009-06-17progs/wgl: Fix shreadtex_mt too.José Fonseca
2009-06-17progs/wgl: Tweak the initialization wait in wglthreads.José Fonseca
2009-06-17progs/wgl: Get wglShareLists working in wglthreads.José Fonseca
2009-06-17progs/wgl: Allow resizing wglthreads' windows.José Fonseca
2009-06-16progs/wgl: Quit after displaying usage for -h option.José Fonseca
2009-06-16progs/wgl: Use appropriate types to silence msvc warnings.José Fonseca
2009-06-16progs/wgl: Fix assertion failure in wglthreads' texture creation.José Fonseca
2009-06-01progs/wgl: Small cleanup to wglinfo.José Fonseca
2009-06-01progs/wgl: Use an invisible window in wglinfo.José Fonseca
2009-04-10wgl: Note down the gallium pixel formats, instead of re-guessing them.José Fonseca
2009-04-10progs: Port glxinfo to wgl.José Fonseca
2009-03-20progs/wgl: Send a resize message after context have been created.Michal Krol
2009-03-20progs/wgl: Create GL context in a thread that actually uses it.Michal Krol
2009-03-20progs/wgl: Make context current to get GL_RENDERER string.Michal Krol
2009-03-19wgl: Add an `-s' option to wglthreads to force single-threaded operation.Michal Krol
2009-03-18progs: Build the wgl examples with scons.José Fonseca
2009-03-17wgl: Port sharedtex_mt to WGL.Michal Krol
2009-03-16wgl: Port glthreads to WGL.Michal Krol