- 24 Apr, 2024 16 commits
-
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
It's not available on Win7.
-
Rémi Bernon authored
-
Alexandros Frantzis authored
-
Alexandros Frantzis authored
-
Alexandros Frantzis authored
-
Alexandros Frantzis authored
Use the glReserved1 area in the Teb to cache the latest pixel format information requested from the driver.
-
Alexandros Frantzis authored
Introduce a new wgl driver callback function to allow the driver to provide a complete list of all pixel formats and their attributes. If the driver provides the information use it to implement wglDescribePixelFormat.
-
Alexandros Frantzis authored
We want to use wgl_pixel_format in the wgl driver API.
-
Paul Gofman authored
-
Paul Gofman authored
-
Alexandre Julliard authored
And update tests to show that Windows does the same.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 23 Apr, 2024 24 commits
-
-
Gopal Prasad authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56000Co-authored-by: Alexandros Frantzis <alexandros.frantzis@collabora.com>
-
Gopal Prasad authored
Co-authored-by: Ryan Hendrickson <ryan.hendrickson@alum.mit.edu> Co-authored-by: Alexandros Frantzis <alexandros.frantzis@collabora.com>
-
Dmitry Timoshkov authored
This makes stdole32.tlb generated by widl have proper [in,out,retval] parameter flags. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Dmitry Timoshkov authored
It looks like the lowest bit in the param name offset actually indicates whether type description follows the name, and since the name offsets are always aligned that makes sense. This makes oleview.exe from PSDK running under Windows7 correctly show mix of different very complex and relatively simple type descriptions generated by widl's SLTG generator. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Dmitry Timoshkov authored
Otherwise Wine's oleaut32 refuses to load a typelib. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Dmitry Timoshkov authored
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Danyil Blyschak authored
In source_reader_create_transform(), store the result of IMFActivate_ActivateObject() so that in the event of failure, resources are freed and an appropriate HRESULT is returned. Previously, if every object's activation failed, the last part of the function was not aware of this.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Henri Verbeet authored
Note that this won't compile very many shaders until vkd3d-shader's GLSL support is much more complete.
-
Henri Verbeet authored
-
Henri Verbeet authored
Much like we do for e.g. shader_glsl_generate_vertex_shader().
-
Brendan McGrath authored
The default behaviour for gstreamer is to use the URI to create the stream-id. Without this, gstreamer creates a random stream-id per pad which can cause inconsistent ordering on the decodebin src pads. This in turn can cause issues, for example, with audio stream selection.
-
Brendan McGrath authored
This is a partial cherry-pick of eda34f74c6ad from Proton.
-
Ziqing Hui authored
-
Ziqing Hui authored
-
Ziqing Hui authored
-
Ziqing Hui authored
-
Ziqing Hui authored
-
Nikolay Sivov authored
-