index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
progs
/
wgl
Age
Commit message (
Collapse
)
Author
2009-06-17
progs/wgl: Fix shreadtex_mt too.
José Fonseca
2009-06-17
progs/wgl: Tweak the initialization wait in wglthreads.
José Fonseca
There was still a non-zero probability for wglShareLists of failing.
2009-06-17
progs/wgl: Get wglShareLists working in wglthreads.
José Fonseca
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.
2009-06-17
progs/wgl: Allow resizing wglthreads' windows.
José Fonseca
2009-06-16
progs/wgl: Quit after displaying usage for -h option.
José Fonseca
2009-06-16
progs/wgl: Use appropriate types to silence msvc warnings.
José Fonseca
2009-06-16
progs/wgl: Fix assertion failure in wglthreads' texture creation.
José Fonseca
2009-06-01
progs/wgl: Small cleanup to wglinfo.
José Fonseca
2009-06-01
progs/wgl: Use an invisible window in wglinfo.
José Fonseca
2009-04-10
wgl: Note down the gallium pixel formats, instead of re-guessing them.
José Fonseca
2009-04-10
progs: Port glxinfo to wgl.
José Fonseca
2009-03-20
progs/wgl: Send a resize message after context have been created.
Michal Krol
2009-03-20
progs/wgl: Create GL context in a thread that actually uses it.
Michal Krol
2009-03-20
progs/wgl: Make context current to get GL_RENDERER string.
Michal Krol
2009-03-19
wgl: Add an `-s' option to wglthreads to force single-threaded operation.
Michal Krol
2009-03-18
progs: Build the wgl examples with scons.
José Fonseca
2009-03-17
wgl: Port sharedtex_mt to WGL.
Michal Krol
2009-03-16
wgl: Port glthreads to WGL.
Michal Krol