summaryrefslogtreecommitdiffstats
path: root/progs/wgl/wglthreads/wglthreads.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/wgl: Tweak the initialization wait in wglthreads.José Fonseca2009-06-171-2/+2
| | | | There was still a non-zero probability for wglShareLists of failing.
* progs/wgl: Get wglShareLists working in wglthreads.José Fonseca2009-06-171-6/+23
| | | | | | | wglShareLists is a little picky -- it seems to check if it has exclusive access to a lock, and fails if it doesn't. This allows the texture to be shared with all windows.
* progs/wgl: Allow resizing wglthreads' windows.José Fonseca2009-06-171-1/+1
|
* progs/wgl: Quit after displaying usage for -h option.José Fonseca2009-06-161-0/+1
|
* progs/wgl: Use appropriate types to silence msvc warnings.José Fonseca2009-06-161-7/+7
|
* progs/wgl: Fix assertion failure in wglthreads' texture creation.José Fonseca2009-06-161-8/+10
|
* progs/wgl: Make context current to get GL_RENDERER string.Michal Krol2009-03-201-0/+2
|
* wgl: Add an `-s' option to wglthreads to force single-threaded operation.Michal Krol2009-03-191-22/+43
|
* wgl: Port glthreads to WGL.Michal Krol2009-03-161-0/+593