- 11 Apr, 2011 31 commits
-
-
Thomas Mullaly authored
-
Thomas Mullaly authored
-
Thomas Mullaly authored
-
Thomas Mullaly authored
-
Jörg Höhle authored
-
Jörg Höhle authored
-
Jörg Höhle authored
-
Alexandre Julliard authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Austin English authored
-
Igor Paliychuk authored
-
Hwang YunSong authored
-
Austin English authored
-
Gerald Pfeifer authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Dmitry Timoshkov authored
-
Francois Gouget authored
mmdevapi: Reorder a couple of functions to avoid forward declarations and make MMDevice_SetPropValue() static.
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
André Hentschel authored
-
Henri Verbeet authored
Unless the driver implements ARB_ES2_compatibility / GL4.1, FBO completeness depends on what read / draw buffers are set.
-
Henri Verbeet authored
For the benefit of depth-only draws and clears, that would otherwise fail FBO completeness, unless the driver supports ARB_ES2_compatibility.
-
Henri Verbeet authored
Anything that isn't explicitly specified is set to GL_NONE by glDrawBuffersARB().
-
Henri Verbeet authored
It's trivial, and allows the rest of the code to assume at least 1 render target is present.
-
- 08 Apr, 2011 9 commits
-
-
Dmitry Timoshkov authored
winex11: Move the SendMessage(WM_SYSCOMMAND, SC_MAXIMIZE/SC_RESTORE) call after the window extents check.
-
Jacek Caban authored
-
Maarten Lankhorst authored
-
Henri Verbeet authored
This will allow us the get rid of the swapchain refcounting hacks in d3d9 in particular. This is similar to the way we handle resources that are still in use by a stateblock, but aren't referenced anywhere by the application.
-
Henri Verbeet authored
They're mostly the same, except for the GL version also destroying its contexts, and being a bit more careful about the order in which backbuffers are destroyed.
-
Henri Verbeet authored
Lying about the number of contexts a swapchain has isn't very useful.
-
Jacek Caban authored
-
Dmitry Timoshkov authored
-
Alexandre Julliard authored
-