- 23 Sep, 2009 26 commits
-
-
Ge van Geldorp authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Stefan Dösinger authored
The old condition happened to work, because SFLAG_INTEXTURE was not set(we're loading it), and neither was SFLAG_INDRAWABLE(otherwise INTEXTURE would be set too). If the fbo INDRAWABLE == INTEXTURE is replaced by INDRAWABLE == INSRGBTEX this doesn't hold true any longer because SFLAG_INDRAWABLE is set, but not used because the drawable readback is never used for fbos.
-
Stefan Dösinger authored
FBO stretchrect marks SFLAG_INDRAWABLE up to date, which currently also marks SFLAG_INTEXTURE up to date. However, this will change when we enable rendering to the srgb copy, in which case the drawable could be equal to the srgb copy, not the rgb copy.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Henri Verbeet authored
The D3D context is potentially destroyed, so we need to clear the thread's current D3D context. Found by Rico Schüller.
-
Henri Verbeet authored
This is just EXT_provoking_vertex promoted to ARB.
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Paul Vriens authored
-
Nikolay Sivov authored
-
Michael Stefaniuc authored
This fixes a compile breakage with older gcc versions.
-
Huw Davies authored
-
Vincent Povirk authored
-
- 22 Sep, 2009 14 commits
-
-
Ge van Geldorp authored
-
James Helferty authored
-
Gerald Pfeifer authored
-
Marcus Meissner authored
-
Marcus Meissner authored
-
Huw Davies authored
-
Andrew Eikum authored
-
Stefan Ginsberg authored
-
Rico Schüller authored
-
Rico Schüller authored
-
Rico Schüller authored
wined3d: Don't call wglMakeCurrent(NULL, NULL) in context_set_current() if the current context is NULL.
-
Eric Pouech authored
-
André Hentschel authored
-
Alexandre Julliard authored
-