- 18 Mar, 2010 25 commits
-
-
Jacek Caban authored
-
Jacek Caban authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Henri Verbeet authored
Unfortunately there are plenty of other places left. Perhaps we should consider creating our own window when the context becomes invalid and making the context current on that instead.
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
Updating a texture while it is attached to the currently bound FBO is something GL implementations tend to get wrong. NVIDIA fails at glTexSubImage2D(), fglrx and Mesa with glTexImage2D(). I'm afraid to try what happens on OS X. Fortunately we never use glTexImage2D() while a texture is attached to an FBO, so we only need to care about glTexSubImage2D().
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
What happens is that we get the WM_WINE_SETACTIVEWINDOW message sent by the other thread after we already changed the foreground window back to our own window.
-
Andrew Eikum authored
-
Vincent Povirk authored
This is needed so that ImagingFactory can have a threading model of Both.
-
Vincent Povirk authored
-
Vincent Povirk authored
-
Vincent Povirk authored
-
- 17 Mar, 2010 15 commits
-
-
Nikolay Sivov authored
-
Christian Costa authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Jörg Höhle authored
-
Paul Vriens authored
-
Jacek Caban authored
-
Maarten Lankhorst authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Maciej Borsz authored
-
Sandijs Ribaks authored
-
Andrew Eikum authored
-