Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stable #23

Open
wants to merge 248 commits into
base: stable
Choose a base branch
from
Open

Stable #23

wants to merge 248 commits into from

Commits on Jan 15, 2021

  1. d3d9/tests: Add more tests for shader validator.

    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47229
    Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Paul Gofman authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    22dce30 View commit details
    Browse the repository at this point in the history
  2. gdi32: Do not compare face file names in insert_face_in_family_list()…

    … if either is NULL.
    
    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50486
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    96fdbab View commit details
    Browse the repository at this point in the history
  3. wined3d: Use glFinish() for synchronisation when cleaning up a destro…

    …yed context in wined3d_context_gl_cleanup().
    
    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50485
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    3cc8147 View commit details
    Browse the repository at this point in the history
  4. winegstreamer: Get rid of the unknown_type() callback.

    This information is already printed by GStreamer via GST_MESSAGE_ERROR.
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    0d570d6 View commit details
    Browse the repository at this point in the history
  5. winegstreamer: Avoid using Wine debug functions in autoplug_blacklist().

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    c59bd77 View commit details
    Browse the repository at this point in the history
  6. winegstreamer: Don't force autoplug_blacklist() onto a Wine thread.

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    3bf5435 View commit details
    Browse the repository at this point in the history
  7. winegstreamer: Don't bother setting the GStreamer pipeline to PLAYING.

    It's entirely unnecessary; only renderers and live sources care about this.
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    20beb7a View commit details
    Browse the repository at this point in the history
  8. mf: Add a helper to get associated topology node object.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    c55dbcd View commit details
    Browse the repository at this point in the history
  9. dcomp: Add DCompositionCreateDevice2().

    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50357
    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    c9a0006 View commit details
    Browse the repository at this point in the history
  10. dcomp: Add DCompositionCreateDevice() stub.

    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50459
    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    8eabf58 View commit details
    Browse the repository at this point in the history
  11. msado15: Only support put CursorLocation on Closed Recordset.

    Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    alesliehughes authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    44501a2 View commit details
    Browse the repository at this point in the history
  12. msado15: Support ADOConnectionConstruction15 on _Connection interface.

    Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    alesliehughes authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    3289a7a View commit details
    Browse the repository at this point in the history
  13. msado15: Implement ADOConnectionConstruction15 get_Session.

    Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    alesliehughes authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    8af32e4 View commit details
    Browse the repository at this point in the history
  14. dbghelp: Fix unwind opcodes on x64.

    Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Paul Gofman authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    6bcde00 View commit details
    Browse the repository at this point in the history
  15. dbghelp: Support UWOP_PUSH_MACHFRAME on x64.

    Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Paul Gofman authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    4005201 View commit details
    Browse the repository at this point in the history
  16. include: Don't use __attribute__((pcs("aapcs-vfp"))) when building in…

    … PE mode.
    
    Clang doesn't support this attribute for windows targets right now;
    the attribute is only needed for selecting a potentially non-default
    calling convention on e.g. linux.
    
    Signed-off-by: Martin Storsjo <martin@martin.st>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    mstorsjo authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    5239891 View commit details
    Browse the repository at this point in the history
  17. include: Add new LCMAP constants.

    Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    alexhenrie authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    bbb8f1a View commit details
    Browse the repository at this point in the history
  18. mmsystem: Win16 DllEntryPoint uses HINSTANCE16, not HINSTANCE.

    Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    DamjanJovanovic authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    7464d10 View commit details
    Browse the repository at this point in the history
  19. winevulkan: Skip extensions that require a skipped extension.

    Needed to skip VK_NV_acquire_winrt_display in the next version bump.
    
    Signed-off-by: Georg Lehmann <dadschoorse@gmail.com>
    Signed-off-by: Liam Middlebrook <lmiddlebrook@nvidia.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    DadSchoorse authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    eb9f3dd View commit details
    Browse the repository at this point in the history
  20. winevulkan: Update to VK spec version 1.2.166.

    Signed-off-by: Georg Lehmann <dadschoorse@gmail.com>
    Signed-off-by: Liam Middlebrook <lmiddlebrook@nvidia.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    DadSchoorse authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    6b2199c View commit details
    Browse the repository at this point in the history
  21. msvcrt: Don't export fabsf on x86_64.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    5131905 View commit details
    Browse the repository at this point in the history
  22. msvcrt: Implement pwctype() functions.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    52a1737 View commit details
    Browse the repository at this point in the history
  23. msvcrt: Fix some spec file discrepancies.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    dda1045 View commit details
    Browse the repository at this point in the history
  24. shell32: Return S_OK from IShellLink::SetFlags() stub.

    Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Dmitry Timoshkov authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    7690a91 View commit details
    Browse the repository at this point in the history
  25. propkey.h: Added more PROPERTYKEY declarations.

    Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Biswa96 authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    c2d78a4 View commit details
    Browse the repository at this point in the history
  26. d2d1: Limit source rectangle to the actual size for ID2D1RenderTarget…

    …_DrawBitmap().
    
    Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    jactry authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    757ce04 View commit details
    Browse the repository at this point in the history
  27. d2d1: Skip empty source rectangle for ID2D1RenderTarget_DrawBitmap().

    Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    jactry authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    e2a7ee3 View commit details
    Browse the repository at this point in the history
  28. d2d1: Partially implement d2d_device_context_DrawImage().

    Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    jactry authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    c19fc01 View commit details
    Browse the repository at this point in the history
  29. d2d1/tests: Check for d2d1 math functions presence.

    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    babd036 View commit details
    Browse the repository at this point in the history
  30. d2d1/tests: Introduce init_test_context().

    Analogous to the d3d11 tests.
    
    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    02634c3 View commit details
    Browse the repository at this point in the history
  31. d2d1/tests: Create a window in init_test_context_().

    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    acd9b6a View commit details
    Browse the repository at this point in the history
  32. d2d1/tests: Create a swapchain in init_test_context_().

    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    7b312cd View commit details
    Browse the repository at this point in the history
  33. d2d1/tests: Retrieve the swapchain back-buffer in init_test_context_().

    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    1a12eb0 View commit details
    Browse the repository at this point in the history
  34. d2d1/tests: Create a Direct2D render target in init_test_context_().

    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    85f3ba9 View commit details
    Browse the repository at this point in the history
  35. d2d1/tests: Store the resource data pointer and row-pitch directly in…

    … struct resource_readback.
    
    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    aab3f4b View commit details
    Browse the repository at this point in the history
  36. d2d1/tests: Pass a d2d1_test_context structure to compare_surface().

    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    f5bb97d View commit details
    Browse the repository at this point in the history
  37. d2d1/tests: Pass a d2d1_test_context structure to compare_figure().

    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    1b2e27f View commit details
    Browse the repository at this point in the history
  38. d2d1/tests: Pass a d2d1_test_context structure get_surface_readback().

    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    aff25e4 View commit details
    Browse the repository at this point in the history
  39. d2d1/tests: Store an IDXGIDevice interface instead of an ID3D10Device…

    …1 interface in struct d2d1_test_context.
    
    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    691744c View commit details
    Browse the repository at this point in the history
  40. d2d1/tests: Run most tests on d3d11 as well.

    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    00401d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. winebuild: Simplify ARM64 import thunks.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    90ac46f View commit details
    Browse the repository at this point in the history
  2. wordpad: Make qsort callback function cdecl.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    04f0729 View commit details
    Browse the repository at this point in the history
  3. evr: Make qsort and bsearch callback functions cdecl.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    013e5de View commit details
    Browse the repository at this point in the history
  4. winegstreamer: Rename gstdemux_source to parser_source.

    "gstdemux" is not a very specific name, or accurate (it does not always demux,
    nor is it the only object which may demux using GStreamer). Also, while it
    does not risk colliding with GStreamer definitions as-is (lacking an
    underscore), I am inclined to avoid using "gst" or "gstreamer" as a prefix for
    our definitions, simply for the sake of clarity.
    
    "parser" is the common term for both DirectShow filters and GStreamer elements
    which "drive" the pipeline, i.e. explicitly pull data from upstream and push
    data downstream. While it's arguably still not specific enough (i.e. should be
    specifically identified as a DirectShow parser), I think that the differing
    terminology in Media Foundation (where the counterpart is a "media source")
    makes the choice of a shorter name justifiable.
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    b39bbeb View commit details
    Browse the repository at this point in the history
  5. winegstreamer: Rename gstdemux to parser.

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    6f18c09 View commit details
    Browse the repository at this point in the history
  6. winegstreamer: Unify the decodebin parser definitions under the name …

    …"decodebin_parser".
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    b554086 View commit details
    Browse the repository at this point in the history
  7. winegstreamer: Avoid leaking GstEvent objects.

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    85d81ae View commit details
    Browse the repository at this point in the history
  8. winegstreamer: Explicitly store a GstCaps pointer in the parser_sourc…

    …e structure.
    
    gst_pad_get_current_caps() is not guaranteed to return the updated caps when
    GST_EVENT_CAPS is handled by the event handler, or even after
    gst_pad_event_default(). The actual implementation of gst_pad_send_event() in
    fact sets it later. Avoid a potential race condition by using our own caps
    pointer.
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    c38fcd1 View commit details
    Browse the repository at this point in the history
  9. gdiplus/tests: Add tests for drawing on printer DC.

    Signed-off-by: Ziqing Hui <zhui@codeweavers.com>
    Signed-off-by: Esme Povirk <esme@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    ziqingh authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    ae7d813 View commit details
    Browse the repository at this point in the history
  10. ntdll/tests: Add tests for semaphores.

    Signed-off-by: Daniel Lehman <dlehman25@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    dlehman25 authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    c2daea8 View commit details
    Browse the repository at this point in the history
  11. riched20: Add check to ensure iob is a valid index into the object ar…

    …ray.
    
    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Huw Davies <huw@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    uczekalla-cw authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    0762f67 View commit details
    Browse the repository at this point in the history
  12. include: Move interlocked functions to winnt.h.

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    aef2e01 View commit details
    Browse the repository at this point in the history
  13. bcrypt: Introduce export_gnutls_datum() helper and use it in export_g…

    …nutls_pubkey_rsa().
    
    Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Paul Gofman authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    88a1848 View commit details
    Browse the repository at this point in the history
  14. bcrypt: Pad exported datums in export_gnutls_pubkey_ecc().

    Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Paul Gofman authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    c5c2b7d View commit details
    Browse the repository at this point in the history
  15. bcrypt: Pad exported datums in export_gnutls_pubkey_dsa().

    Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Paul Gofman authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    68171b1 View commit details
    Browse the repository at this point in the history
  16. bcrypt: Pad exported datums in export_gnutls_pubkey_dsa_capi().

    Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Paul Gofman authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    37c8666 View commit details
    Browse the repository at this point in the history
  17. bcrypt: Pad exported datums in key_export_ecc().

    Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Paul Gofman authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    4bf5371 View commit details
    Browse the repository at this point in the history
  18. bcrypt: Pad exported datums in key_export_dsa_capi().

    Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Paul Gofman authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    541356d View commit details
    Browse the repository at this point in the history
  19. bcrypt: Fix padding in format_gnutls_signature().

    Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Paul Gofman authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    085f9fb View commit details
    Browse the repository at this point in the history
  20. ws2_32: Reimplement SIO_GET_INTERFACE_LIST on top of GetIpAddrTable().

    Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Paul Gofman authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    03fcb54 View commit details
    Browse the repository at this point in the history
  21. dwrite: Set lookup flags for joiners.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    9118160 View commit details
    Browse the repository at this point in the history
  22. dwrite: Propagate joiners mode to iterators.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    8b419d2 View commit details
    Browse the repository at this point in the history
  23. dwrite: Use joiner modes for matching.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    db55f74 View commit details
    Browse the repository at this point in the history
  24. dwrite: Set joiners mode for gsub case.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    590d5b5 View commit details
    Browse the repository at this point in the history
  25. dwrite: Use table access helpers for reading names.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    6ebbf61 View commit details
    Browse the repository at this point in the history
  26. dwrite/layout: Handle NULL format in CreateEllipsisTrimmingSign().

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    ChyZnb authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    b5dbd18 View commit details
    Browse the repository at this point in the history
  27. dxva2: Add IDirectXVideoDecoderService stub.

    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50349
    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    ef7e9d1 View commit details
    Browse the repository at this point in the history
  28. wined3d: Get rid of the destination offset in wined3d_texture_vk_uplo…

    …ad_data().
    
    The idea was once to use permanent bo's for textures, similar to how texture
    PBOs work in the OpenGL backend. In that case we would have needed to copy to
    the correct position in the bo, in order not to modify other parts of the bo.
    With the current scheme, the destination offset serves no purpose.
    
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    0d2b730 View commit details
    Browse the repository at this point in the history
  29. wined3d: Cleanup the staging bo on an error path in wined3d_texture_v…

    …k_upload_data().
    
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    d54576c View commit details
    Browse the repository at this point in the history
  30. wined3d: Handle UNORM/SNORM as FLOAT in shader_glsl_append_dst_ext().

    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    8ef6484 View commit details
    Browse the repository at this point in the history
  31. wined3d: Handle UNORM/SNORM as FLOAT in shader_glsl_sprintf_cast().

    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    1efa4ec View commit details
    Browse the repository at this point in the history
  32. wined3d: Also trace memory types in adapter_vk_init_driver_info().

    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    fc50ea2 View commit details
    Browse the repository at this point in the history
  33. dsound: Send CaptureBuffer stop notification whenever stopping.

    Signed-off-by: Shawn M. Chapla <schapla@codeweavers.com>
    Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    shwnchpl authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    c0026b5 View commit details
    Browse the repository at this point in the history
  34. dsound: IDirectSoundBuffer8 GetStatus return DSBSTATUS_LOCSOFTWARE fo…

    …r deferred buffers.
    
    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=21014
    Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
    Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    alesliehughes authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    2e8bd26 View commit details
    Browse the repository at this point in the history
  35. winemac.drv: Include depth32+stencil pixel formats in enumeration.

    This is especially important for M1 GPUs as they don't support the 24/8 format.
    
    Signed-off-by: Jan Sikorski <jsikorski@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    js6i authored and julliard committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    88220e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. winegstreamer: Do not handle GST_EVENT_TAG in event_src().

    GST_EVENT_TAG is a downstream-only event.
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    0529fe3 View commit details
    Browse the repository at this point in the history
  2. winegstreamer: Do not call gst_pad_event_default().

    This matches the behaviour of GstBaseSrc and GstBaseSink. In particular, we
    now return FALSE for unhandled source events.
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    6fdfacb View commit details
    Browse the repository at this point in the history
  3. strmbase: Rename csFilter to filter_cs.

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    690afb4 View commit details
    Browse the repository at this point in the history
  4. strmbase: Move strmbase_renderer.csRenderLock into the strmbase_filte…

    …r structure.
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    e468aab View commit details
    Browse the repository at this point in the history
  5. quartz/dsoundrender: Use the strmbase stream lock.

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    defa330 View commit details
    Browse the repository at this point in the history
  6. winebuild: Generate Thumb2-compatible assembly code on ARM.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    c1a700f View commit details
    Browse the repository at this point in the history
  7. winebuild: Support non-PIC mode for ARM targets.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    7c48d8d View commit details
    Browse the repository at this point in the history
  8. ntdll: Make inline asm compatible with Thumb-2.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    54cd0e9 View commit details
    Browse the repository at this point in the history
  9. ntdll: Support Thumb mode in signal handling.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    37c24ea View commit details
    Browse the repository at this point in the history
  10. rpcrt4: Make inline asm compatible with Thumb-2.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    621c06a View commit details
    Browse the repository at this point in the history
  11. vcomp: Make inline asm compatible with Thumb-2.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    6083c69 View commit details
    Browse the repository at this point in the history
  12. configure: Default to Thumb-2 mode for ARM.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    405e128 View commit details
    Browse the repository at this point in the history
  13. ws2_32: Use if_nameindex() instead of SIOCGIFNAME.

    Fixes Mac build broken by 03fcb54
    
    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50525
    Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Paul Gofman authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    e0238b6 View commit details
    Browse the repository at this point in the history
  14. winegstreamer: Wait on error conditions when initializing GStreamer.

    GStreamer doesn't necessarily signal all error when setting the
    PLAYING or PAUSED state. If Wine just waits on no-more-pads, it risks
    a deadlock if an error is signaled after gst_element_get_state was
    called.
    
    Signed-off-by: Giovanni Mascellani <gmascellani@codeweavers.com>
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    giomasce authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    cc11654 View commit details
    Browse the repository at this point in the history
  15. winegstreamer: Correct mistaken enum value in ProcessMessage.

    This is the message session relies on succeeding.
    
    Signed-off-by: Derek Lesho <dlesho@codeweavers.com>
    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Guy1524 authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    aae9333 View commit details
    Browse the repository at this point in the history
  16. winegstreamer: Reformat type-setting functions to prevent the need fo…

    …r a conditionally initialized variable.
    
    Signed-off-by: Derek Lesho <dlesho@codeweavers.com>
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Guy1524 authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    41e49d4 View commit details
    Browse the repository at this point in the history
  17. d2d1: Fix text position in DrawText().

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    ChyZnb authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    f37c834 View commit details
    Browse the repository at this point in the history
  18. d2d1: Pass zeros as text layout size for inverted rectangles in DrawT…

    …ext().
    
    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    9521c6a View commit details
    Browse the repository at this point in the history
  19. jscript: Return DateInstance from create_date.

    Signed-off-by: Jacek Caban <jacek@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    cjacek authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    5f8e613 View commit details
    Browse the repository at this point in the history
  20. jscript/tests: Add VT_DATE handling tests.

    Signed-off-by: Jacek Caban <jacek@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    cjacek authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    859783e View commit details
    Browse the repository at this point in the history
  21. jscript: Support VT_DATE to number conversion.

    Signed-off-by: Jacek Caban <jacek@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    cjacek authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    3fb0e89 View commit details
    Browse the repository at this point in the history
  22. jscript: Support VT_DATE to string conversion.

    Signed-off-by: Jacek Caban <jacek@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    cjacek authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    42c044a View commit details
    Browse the repository at this point in the history
  23. jscript: Support VARIANT type in jsval_strict_equal.

    Signed-off-by: Jacek Caban <jacek@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    cjacek authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    7e4f254 View commit details
    Browse the repository at this point in the history
  24. wined3d: Implement the "precise" flag in the GLSL shader backend.

    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    7a54209 View commit details
    Browse the repository at this point in the history
  25. wined3d: Get rid of the "UseGLSL" setting.

    This was deprecated in Wine 5.0, use the "shader_backend" setting instead.
    
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    92dacb1 View commit details
    Browse the repository at this point in the history
  26. ddraw: Use BitBlt() for exclusive mode frontbuffer updates if the swa…

    …pchain window is not in the foreground.
    
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    4ce1d7f View commit details
    Browse the repository at this point in the history
  27. wined3d: Introduce wined3d_context_vk_reference_resource().

    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    e2e7764 View commit details
    Browse the repository at this point in the history
  28. wined3d: Add some barriers between resource usage on different bind p…

    …oints.
    
    A typical case would be between using a texture as render target and using it
    as a shader resource.
    
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    82a9e80 View commit details
    Browse the repository at this point in the history
  29. wldap32: Properly initialize the context in ldap_sslinitW.

    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Hans Leidekker authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    be34e08 View commit details
    Browse the repository at this point in the history
  30. winhttp: Avoid a crash when the connection is closed while handling a…

    … redirect.
    
    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48870
    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Hans Leidekker authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    83afd17 View commit details
    Browse the repository at this point in the history
  31. ntdll/tests: Fix error messages for mutant test.

    Signed-off-by: Daniel Lehman <dlehman25@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    dlehman25 authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    37e00a8 View commit details
    Browse the repository at this point in the history
  32. ntdll: Honour alertable argument in NtContinue.

    Signed-off-by: Jacek Caban <jacek@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    cjacek authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    46a81fa View commit details
    Browse the repository at this point in the history
  33. include: Add more sal.h macros.

    Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    alesliehughes authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    c8ad465 View commit details
    Browse the repository at this point in the history
  34. include: Move InterlockedCompareExchange128 next to the other Interlo…

    …ckedCompareExchange* functions.
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    04a9c9e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. ws2_32: Do not print an ERR message when returning WSAEWOULDBLOCK fro…

    …m WSAIoctl().
    
    Signed-off-by: Jeff Latimer <lats@yless4u.com.au>
    Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    greyghoster authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    89b8219 View commit details
    Browse the repository at this point in the history
  2. strmbase: Acquire the streaming lock in MemInputPin_Receive().

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    32d3398 View commit details
    Browse the repository at this point in the history
  3. strmbase: Acquire the streaming lock in sink_EndOfStream().

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    480ece6 View commit details
    Browse the repository at this point in the history
  4. quartz/acmwrapper: Use the strmbase stream lock.

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    53d8a28 View commit details
    Browse the repository at this point in the history
  5. quartz/avidec: Use the strmbase stream lock.

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    92ee89c View commit details
    Browse the repository at this point in the history
  6. winegstreamer: Manage our own streaming thread.

    This is a rather large and complex change. It comprises several parts:
    
    (1) Instead of directly sending EOS, segment, and sample events to the
        downstream DirectShow sink, first queue them in a local buffer (i.e.
        "pin->event").
    
    (2) Spawn a separate thread per source pin (i.e. "stream_thread") which consumes
        said events and sends them downstream.
    
    (3) When flushing or stopping, explicitly wait for this thread to pause or stop
        (respectively).
    
    There are a few reasons for this:
    
    (1) It reduces the number of Unix -> PE callbacks we need to make, easing PE
        conversion. This is not a great advantage *a priori*, and may not be worth a
        similar dedicated "handler" thread for most modules, but winegstreamer is
        different—we were already marshalling these calls onto another thread, and
        now that marshalling can go away (almost).
    
    (2) Because GStreamer can only do pad negotiation (and hence autoplugging) while
        running (in contrast to DirectShow, which can do it while stopped), we
        currently have to renegotiate every time the pipeline is started. Most
        applications don't start the graph more than once, but even that requires
        two negotiations, and startup time is demonstrably too high. It would be
        nice to keep the graph in PAUSED state all of the time, but this is
        difficult to do without more fine-grained control over the streaming thread.
        [In particular, we cannot reliably wait for all samples to be delivered
        except by stopping the GStreamer pipeline.]
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    9c13856 View commit details
    Browse the repository at this point in the history
  7. dwrite/layout: Fail to create layouts with negative size.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    9ec2740 View commit details
    Browse the repository at this point in the history
  8. include: Add windows.media.speechsynthesis.idl stub.

    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    e17ae0d View commit details
    Browse the repository at this point in the history
  9. wbemprox: Add class SystemRestore stub implementation.

    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50033
    Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Dmitry Timoshkov authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    e0cb4d5 View commit details
    Browse the repository at this point in the history
  10. wbemprox: Flesh out a bit SystemRestore::Enable() implementation.

    Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Dmitry Timoshkov authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    d2baf14 View commit details
    Browse the repository at this point in the history
  11. gdi32: Avoid best fit chars when mapping unicode character to a glyph…

    … index.
    
    Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
    Signed-off-by: Huw Davies <huw@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Dmitry Timoshkov authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    f45606c View commit details
    Browse the repository at this point in the history
  12. ntdll/tests: Remove skips on missing ntdll.dll.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    b78285b View commit details
    Browse the repository at this point in the history
  13. dwrite: Fix feature mask for non-global features.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    94b367e View commit details
    Browse the repository at this point in the history
  14. dwrite: Zero-initialize run analysis object structure.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    5197fd7 View commit details
    Browse the repository at this point in the history
  15. gdi32/uniscribe: Merge Arabic joining types C and D.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    f734d98 View commit details
    Browse the repository at this point in the history
  16. gdi32/uniscribe: Get rid of shaping group values in Arabic shaping da…

    …ta table.
    
    It's not used right now, Syriac specific groups will be accomodated
    as additional joining types.
    
    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    016eeb5 View commit details
    Browse the repository at this point in the history
  17. make_unicode: Make it explicit what other default joining type is.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    9c11fc6 View commit details
    Browse the repository at this point in the history
  18. ws2_32: Avoid returning duplicate entries from WS_getaddrinfo.

    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Hans Leidekker authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    e7dc823 View commit details
    Browse the repository at this point in the history
  19. ws2_32: Fix buffer size query in WSAAddressToStringW.

    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Hans Leidekker authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    dc02bbe View commit details
    Browse the repository at this point in the history
  20. include: Use __atomic_exchange_n() for InterlockedExchange*() if poss…

    …ible.
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    aabdaed View commit details
    Browse the repository at this point in the history
  21. include: Add InterlockedOr().

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    377f721 View commit details
    Browse the repository at this point in the history
  22. include: Add MemoryBarrier().

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    a952453 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. winegstreamer: Flush connected pins directly in SetPositions().

    Instead of propagating GStreamer flush events to corresponding DirectShow pins.
    
    This is mainly to avoid more callbacks from GStreamer and further separate the
    Win32 and Unix code.
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    ef79e90 View commit details
    Browse the repository at this point in the history
  2. winegstreamer: Consistently use GST_STATE_PAUSED for test-play.

    It does not matter whether we use PAUSED or PLAYING, but we should at least be
    consistent.
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    b3e2009 View commit details
    Browse the repository at this point in the history
  3. winegstreamer: Do not return GST_FLOW_NOT_LINKED if the DirectShow pi…

    …n is not connected.
    
    This is a fatal error condition for GStreamer, but should not cause errors for
    DirectShow.
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    36a7dd9 View commit details
    Browse the repository at this point in the history
  4. winegstreamer: Keep the stream in paused state for its entire lifetime.

    This noticeably improves stream startup time. The process of typefinding and
    negotiation takes about 70 ms for a simple test file on one machine, and this
    is currently done twice. This patch replaces the second instance with a simple
    seek, which takes less than 10 ms.
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    90107bb View commit details
    Browse the repository at this point in the history
  5. winegstreamer: Use the "flushing" field to unblock the streaming thre…

    …ad when stopping.
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    275b222 View commit details
    Browse the repository at this point in the history
  6. include: Add InterlockedAnd().

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    0d1345a View commit details
    Browse the repository at this point in the history
  7. include: Add InterlockedIncrement16() and InterlockedDecrement16().

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    a3c295d View commit details
    Browse the repository at this point in the history
  8. include: Add YieldProcessor().

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    86fc30c View commit details
    Browse the repository at this point in the history
  9. wined3d: Use YieldProcessor().

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    6bdf641 View commit details
    Browse the repository at this point in the history
  10. ntoskrnl: Use YieldProcessor().

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    c0ce833 View commit details
    Browse the repository at this point in the history
  11. ntdll: Check event type on creation.

    Signed-off-by: Daniel Lehman <dlehman25@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    dlehman25 authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    6a971e8 View commit details
    Browse the repository at this point in the history
  12. ntdll: Always inline NtCurrentTeb() on ARM.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    fc7c3b5 View commit details
    Browse the repository at this point in the history
  13. ntdll: Support more Dwarf pointer types.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    e0dbdaa View commit details
    Browse the repository at this point in the history
  14. include: Add a couple of dll characteristics.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    e137063 View commit details
    Browse the repository at this point in the history
  15. msi: Also set "MsiRunningElevated" installer property.

    This property is supposed to be set starting from Windows Installer
    4.0 targeting Windows Vista. This patch fixes the installer that
    checks this property in addition to VersionNT and ALLUSERS.
    
    Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Dmitry Timoshkov authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    dac655a View commit details
    Browse the repository at this point in the history
  16. gdi32: Preserve the GGO_UNHINTED bits until used.

    Fix a regression caused by 044315c.
    
    Signed-off-by: Byeongsik Jeon <bsjeon@hanmail.net>
    Signed-off-by: Huw Davies <huw@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    bsjeon authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    f026739 View commit details
    Browse the repository at this point in the history
  17. wined3d: Properly convert Vulkan sample count format information.

    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    e796da7 View commit details
    Browse the repository at this point in the history
  18. wined3d: End the current render pass in wined3d_buffer_vk_barrier().

    As we do for image barriers.
    
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    c75bbc5 View commit details
    Browse the repository at this point in the history
  19. wined3d: Always include any depth/stencil attachment in the Vulkan fr…

    …amebuffer.
    
    Analogous to the GL backend. The alternative would be to potentially
    invalidate STATE_FRAMEBUFFER when changing the depth/stencil state object,
    which doesn't seem worth it.
    
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    a3f829b View commit details
    Browse the repository at this point in the history
  20. wined3d: Stencil test also uses the depth/stencil buffer.

    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    c47b28f View commit details
    Browse the repository at this point in the history
  21. wined3d: Correct the argument order of a FIXME in wined3d_texture_vk_…

    …download_data().
    
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    f0dae1d View commit details
    Browse the repository at this point in the history
  22. make_unicode: Remove unused variable.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    ea1afd6 View commit details
    Browse the repository at this point in the history
  23. wbemprox: Implement Win32_NetworkAdapter.GUID.

    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50256
    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Hans Leidekker authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    ebff7de View commit details
    Browse the repository at this point in the history
  24. wbemprox/tests: Add tests for Win32_NetworkAdapter/Configuration.

    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Hans Leidekker authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    e8aa254 View commit details
    Browse the repository at this point in the history
  25. wbemprox: Handle escaped backslashes in LIKE queries.

    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50256
    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Hans Leidekker authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    d4032d6 View commit details
    Browse the repository at this point in the history
  26. wbemprox: Implement Win32_NetworkAdapter.ServiceName.

    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50256
    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Hans Leidekker authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    4c5dee8 View commit details
    Browse the repository at this point in the history
  27. hidclass.sys: Calculate correct bitCount for vendor-specific 1 bit re…

    …peated elements.
    
    DualSense controller's report descriptor comes with a 1 bit vendor specific
    (Usage Page & Usage) element repeated through 'report count'.
    
    Those were correctly interpreted as non-ranged buttons (exposed as button caps
    with appropriate usage values) but their size was incorrectly assumed to be 1
    ignoring the 'report count'.
    
    Because of that the InputReportByteLength is miscalculated as 63 instead of
    64. If the buffer passed to HidD_GetInputReport() is allocated using that
    value the call will fail with ERROR_INSUFFICIENT_BUFFER.
    
    This change fixes the above and cleans up the code a bit so the size for each
    case is calculated directly from the count and size instead of using the
    values that were derived from them.
    
    Signed-off-by: Arkadiusz Hiler <ahiler@codeweavers.com>
    Signed-off-by: Aric Stewart <aric@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    ivyl authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    5a32339 View commit details
    Browse the repository at this point in the history
  28. dwrite: Zero initialize font data structure.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    612652b View commit details
    Browse the repository at this point in the history
  29. dwrite/tests: Add some tests for text format properties.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    239530e View commit details
    Browse the repository at this point in the history
  30. dwrite: Add font set builder stub.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    dc9f121 View commit details
    Browse the repository at this point in the history
  31. dwrite: Set script id in shaping context.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    142c06e View commit details
    Browse the repository at this point in the history
  32. dwrite: Add a stub Arabic shaper.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    e03febf View commit details
    Browse the repository at this point in the history
  33. winmm/tests: Expect TIME_BYTES format for TIME_MS request.

    Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
    Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    sgwaki authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    aa56ee0 View commit details
    Browse the repository at this point in the history
  34. winmm: Get rid of TIME_MS format support in waveOutGetPosition().

    SofTalk (Japanese text-to-speech software) depends on this.
    
    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50515
    Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
    Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    sgwaki authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    37f3a07 View commit details
    Browse the repository at this point in the history
  35. winmm/tests: Strictly test returned time format of waveOutGetPostion().

    Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
    Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    sgwaki authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    43158a1 View commit details
    Browse the repository at this point in the history
  36. winmm: Get rid of TIME_SMPTE format support in waveOutGetPosition().

    Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
    Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    sgwaki authored and julliard committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    158a9e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. gdiplus: Correctly handle UnitDisplay for printer DC.

    For printer DC, UnitDisplay specifies that a unit is 1/100 inch,
    which is different from display DC.
    
    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=17848
    Signed-off-by: Ziqing Hui <zhui@codeweavers.com>
    Signed-off-by: Esme Povirk <esme@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    ziqingh authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    f40f379 View commit details
    Browse the repository at this point in the history
  2. gdiplus/tests: Add initial tests for metafile created from printer DC.

    Signed-off-by: Ziqing Hui <zhui@codeweavers.com>
    Signed-off-by: Esme Povirk <esme@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    ziqingh authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    c32be58 View commit details
    Browse the repository at this point in the history
  3. gdiplus: Record logical DPI in metafile.

    Signed-off-by: Ziqing Hui <zhui@codeweavers.com>
    Signed-off-by: Esme Povirk <esme@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    ziqingh authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    3549097 View commit details
    Browse the repository at this point in the history
  4. windowscodecs: Use create_instance instead of ImagingFactory_CreateIn…

    …stance.
    
    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Esme Povirk <esme@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    f6c7f15 View commit details
    Browse the repository at this point in the history
  5. windowscodecs: Use IWICComponentFactory_CreateStream in GetReaderByIn…

    …dex.
    
    Instead of StreamImpl_Create.
    
    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Esme Povirk <esme@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    3c6cf6e View commit details
    Browse the repository at this point in the history
  6. winegstreamer: Move pin duration and caps retrieval to GST_Connect().

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    911bc74 View commit details
    Browse the repository at this point in the history
  7. winegstreamer: Store the segment parameters in the parser_event struc…

    …ture.
    
    Instead of the segment event.
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    2546ad8 View commit details
    Browse the repository at this point in the history
  8. winegstreamer: Use a pthread condition variable to wait for filter in…

    …itialization.
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    1f7ab81 View commit details
    Browse the repository at this point in the history
  9. winegstreamer: Avoid using Wine debug functions in watch_bus().

    They depend on a valid TEB and can't be called from non-Wine threads.
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    871c567 View commit details
    Browse the repository at this point in the history
  10. winegstreamer: Don't force watch_bus() onto a Wine thread.

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    4782f67 View commit details
    Browse the repository at this point in the history
  11. server: Avoid leaking "acceptsock" on allocation failure.

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    fe11ff8 View commit details
    Browse the repository at this point in the history
  12. server: Use default_fd_get_poll_events() for file objects.

    This avoids sending the server into a busy-loop when trying to perform an
    asynchronous read from a non-regular file (say, a FIFO).
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    70d1263 View commit details
    Browse the repository at this point in the history
  13. gdi32: Merge rectangles horizontally when possible in CreatePolyPolyg…

    …onRgn.
    
    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50539
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    b67f39c View commit details
    Browse the repository at this point in the history
  14. msvcp: Fix some spec file discrepancies.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    2012d7a View commit details
    Browse the repository at this point in the history
  15. d3dx9: Fix some spec file discrepancies.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    16c03e4 View commit details
    Browse the repository at this point in the history
  16. winegcc: Pass the same winebuild args to all winebuild invocations.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    7c90948 View commit details
    Browse the repository at this point in the history
  17. ntdll: Add some more section information data.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    7250f9a View commit details
    Browse the repository at this point in the history
  18. wined3d: Require VK_KHR_sampler_mirror_clamp_to_edge for WINED3D_TADD…

    …RESS_MIRROR_ONCE.
    
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    ff19c3e View commit details
    Browse the repository at this point in the history
  19. wined3d: Implement NULL constant buffer views for the Vulkan backend.

    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    50a90dc View commit details
    Browse the repository at this point in the history
  20. d3d12: Implement D3D12SerializeVersionedRootSignature() on top of vkd…

    …3d_serialize_versioned_root_signature().
    
    This raises the required version of vkd3d to 1.2.
    
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    681105f View commit details
    Browse the repository at this point in the history
  21. d3d12: Implement D3D12CreateVersionedRootSignatureDeserializer().

    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    8c41241 View commit details
    Browse the repository at this point in the history
  22. d3d12: Request VKD3D_API_VERSION_1_2.

    The practical effect of this is that vkd3d will start advertising support for
    version 1.1 root signatures.
    
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    bc29521 View commit details
    Browse the repository at this point in the history
  23. winnt.h: Fix MSVC variants of InterlockedIncrement16 and InterlockedD…

    …ecrement16.
    
    Signed-off-by: Jacek Caban <jacek@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    cjacek authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    1495ccd View commit details
    Browse the repository at this point in the history
  24. dwrite/arabic: Mark some features for fallback.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    f064acb View commit details
    Browse the repository at this point in the history
  25. dwrite: Mark features that were not found.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    3c0836b View commit details
    Browse the repository at this point in the history
  26. dwrite: Add per shaping stage functions.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    dfb94e6 View commit details
    Browse the repository at this point in the history
  27. dwrite: Call stage function for substitution loop.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    864745e View commit details
    Browse the repository at this point in the history
  28. dwrite/arabic: Set per-glyph action.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    bea9c70 View commit details
    Browse the repository at this point in the history
  29. dwrite/arabic: Set per-glyph mask.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    4ae8191 View commit details
    Browse the repository at this point in the history
  30. dwrite/shape: Fix iterator skipping logic on ignorable characters.

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    23a2213 View commit details
    Browse the repository at this point in the history
  31. ntdll/tests: Don't assume 32-bit test module base.

    Signed-off-by: Jacek Caban <jacek@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    cjacek authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    fadd22e View commit details
    Browse the repository at this point in the history
  32. jscript: Add VT_CY type support.

    Signed-off-by: Jacek Caban <jacek@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    cjacek authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    d22bafa View commit details
    Browse the repository at this point in the history
  33. winevulkan: Wrap VkSurfaceKHR in winevulkan.

    Signed-off-by: Georg Lehmann <dadschoorse@gmail.com>
    Signed-off-by: Liam Middlebrook <lmiddlebrook@nvidia.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    DadSchoorse authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    d9c9b5e View commit details
    Browse the repository at this point in the history
  34. winevulkan: Unwrap VkSurfaceKHR if required.

    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50422
    Signed-off-by: Georg Lehmann <dadschoorse@gmail.com>
    Signed-off-by: Liam Middlebrook <lmiddlebrook@nvidia.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    DadSchoorse authored and julliard committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    2d4dd42 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. ntdll: Load the COR header directly from the file handle.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    7203ad0 View commit details
    Browse the repository at this point in the history
  2. ntdll: Check for valid architecture before mapping the module.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    63b6295 View commit details
    Browse the repository at this point in the history
  3. ntdll: Delay mapping a module until we have found the final one to load.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    5fef775 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. makefiles: Add missing dependency to wrc for test dll resources.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    852c9c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. winegstreamer: Avoid using Wine debug functions in no_more_pads().

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    7875d8d View commit details
    Browse the repository at this point in the history
  2. winegstreamer: Don't force no_more_pads() onto a Wine thread.

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    e785880 View commit details
    Browse the repository at this point in the history
  3. winegstreamer: Use pthread condition variables to queue stream events.

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    54e012b View commit details
    Browse the repository at this point in the history
  4. winegstreamer: Factor out get_stream_event().

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    13ea906 View commit details
    Browse the repository at this point in the history
  5. winegstreamer: Avoid using Wine debug functions in got_data_sink().

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    2cdb12b View commit details
    Browse the repository at this point in the history
  6. winegstreamer: Don't force got_data_sink() onto a Wine thread.

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    3d7486d View commit details
    Browse the repository at this point in the history
  7. msi: Check for failure from do_msidbCustomActionTypeDll().

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    5f21acd View commit details
    Browse the repository at this point in the history
  8. msi: Return an error if trying to run a 64-bit custom action in a 32-…

    …bit prefix.
    
    This matches native behaviour (manually tested).
    
    This allows the Research in Motion (Blackberry) USB and Modem driver to fail
    cleanly instead of hanging, if run in a 32-bit prefix.
    
    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Hans Leidekker <hans@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    4086623 View commit details
    Browse the repository at this point in the history
  9. widl: Remove unnecessary WinRT type comments.

    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Jacek Caban <jacek@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    d90dc11 View commit details
    Browse the repository at this point in the history
  10. widl: Support WinRT marshaling_behavior attribute parsing.

    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Jacek Caban <jacek@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    2129e33 View commit details
    Browse the repository at this point in the history
  11. crypt32: Also import user/admin defined root certificates on macOS.

    Signed-off-by: Piotr Caban <piotr@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    PiotrCW authored and julliard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    c53d6a4 View commit details
    Browse the repository at this point in the history
  12. msvcrt: Add -norelay flag to lldiv definition in spec files.

    lldiv returns lldiv_t structure (which includes two int64).
    In such case the address of return structure is implicitly
    passed as the first parameter.
    
    Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
    Signed-off-by: Piotr Caban <piotr@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Paul Gofman authored and julliard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    9be8c52 View commit details
    Browse the repository at this point in the history
  13. ntdll/tests: Add an alignment helper.

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    6ebf5ed View commit details
    Browse the repository at this point in the history
  14. comdlg32/tests: Add a test for CF_NOSCRIPTSEL.

    Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    sgwaki authored and julliard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    ee3a315 View commit details
    Browse the repository at this point in the history
  15. comdlg32: Set DEFAULT_CHARSET if CF_NOSCRIPTSEL is set.

    Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    sgwaki authored and julliard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    89ded8c View commit details
    Browse the repository at this point in the history
  16. uiautomationcore: Add stub UiaRegisterProviderCallback function.

    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50508
    Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    infyquest authored and julliard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    8f0349f View commit details
    Browse the repository at this point in the history
  17. wined3d: Trace the available Vulkan extensions.

    Like we do for OpenGL.
    
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    Henri Verbeet authored and julliard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    5391600 View commit details
    Browse the repository at this point in the history
  18. mfmediaengine: Return current session time in GetCurrentTime().

    Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    nsivov authored and julliard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    3f00fbc View commit details
    Browse the repository at this point in the history
  19. wined3d: Make adapter_gl_clear_uav() static.

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    2d6462c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. winevulkan: Skip commands which are declared but not defined.

    Signed-off-by: Liam Middlebrook <lmiddlebrook@nvidia.com>
    Signed-off-by: Piers Daniell <pdaniell@nvidia.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    liam-middlebrook authored and julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    60eff6d View commit details
    Browse the repository at this point in the history
  2. winevulkan: Update to VK spec version 1.2.168.

    Signed-off-by: Liam Middlebrook <lmiddlebrook@nvidia.com>
    Signed-off-by: Piers Daniell <pdaniell@nvidia.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    liam-middlebrook authored and julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    c681a07 View commit details
    Browse the repository at this point in the history
  3. winegstreamer: Avoid using Wine debug functions in event_sink().

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    1689871 View commit details
    Browse the repository at this point in the history
  4. winegstreamer: Don't force event_sink() onto a Wine thread.

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    72a05ba View commit details
    Browse the repository at this point in the history
  5. winegstreamer: Avoid using Wine debugging functions in event_src().

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    3ed2702 View commit details
    Browse the repository at this point in the history
  6. winegstreamer: Don't force event_src() onto a Wine thread.

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    1655dd4 View commit details
    Browse the repository at this point in the history
  7. winegstreamer: Avoid using Wine debugging functions in query_function().

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    e9a1366 View commit details
    Browse the repository at this point in the history
  8. winegstreamer: Don't force query_function() onto a Wine thread.

    Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zfigura authored and julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    6e21a8c View commit details
    Browse the repository at this point in the history
  9. winebuild: Make mingw a separated platform from msvc.

    Based on winegcc.
    
    Signed-off-by: Jacek Caban <jacek@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    cjacek authored and julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    ea5e89a View commit details
    Browse the repository at this point in the history
  10. ntdll: Set the environment size in the process parameters.

    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50405
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    dc90fe9 View commit details
    Browse the repository at this point in the history
  11. ntdll: Fill the image information data also for .so builtins.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    6b90b96 View commit details
    Browse the repository at this point in the history
  12. ntdll: Create a SEC_IMAGE view also for .so builtins.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    ced3892 View commit details
    Browse the repository at this point in the history
  13. server: Get rid of the exe_file parameter in the new_process request.

    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    5ff2b7d View commit details
    Browse the repository at this point in the history
  14. d3d11: Add initial implementation of CreateDeviceContextState.

    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    846276f View commit details
    Browse the repository at this point in the history
  15. d3d11: Add initial implementation of SwapDeviceContextState.

    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    b85af44 View commit details
    Browse the repository at this point in the history
  16. d3d11: Capture and restore vertex shader state.

    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    2213e5a View commit details
    Browse the repository at this point in the history
  17. d3d11: Capture and restore geometry shader state.

    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    c119aa3 View commit details
    Browse the repository at this point in the history
  18. d3d11: Capture and restore pixel shader state.

    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    3904390 View commit details
    Browse the repository at this point in the history
  19. wined3d: Support multiple outputs.

    Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
    Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    zzhiyi authored and julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    98f490b View commit details
    Browse the repository at this point in the history
  20. widl: Support WinRT mta threading attribute parsing.

    As an alias to free-threaded model.
    
    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Jacek Caban <jacek@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    1abdd8c View commit details
    Browse the repository at this point in the history
  21. widl: Support WinRT exclusiveto attribute parsing.

    Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: Jacek Caban <jacek@codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    rbernon authored and julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    73e0f5e View commit details
    Browse the repository at this point in the history
  22. po: Update Dutch translation.

    Signed-off-by: Floris Renaud <jkfloris@dds.nl>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    jkfloris authored and julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    0174f70 View commit details
    Browse the repository at this point in the history
  23. winevulkan: Don't advertise VK_EXT_headless_surface.

    This extension never worked.
    
    Signed-off-by: Georg Lehmann <dadschoorse@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    DadSchoorse authored and julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    88eb322 View commit details
    Browse the repository at this point in the history
  24. winevulkan: Fix surface functions if they aren't called by winevulkan.

    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50549
    Signed-off-by: Georg Lehmann <dadschoorse@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    DadSchoorse authored and julliard committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    c1824d5 View commit details
    Browse the repository at this point in the history