Wine-Devel

By thread
wine-devel@list.winehq.org

December 2019

  • 73 participants
  • 1394 messages
[PATCH 02/10] d3d10: Implement scalar effect variable set methods.
by Connor McAdams
Dec. 7, 2019
[PATCH 01/10] d3d10: Allocate buffers for effect interface local_buffers.
by Connor McAdams
Dec. 7, 2019
[PATCH 00/10] Implement d3d10 effect framework functionality
by Connor McAdams
Dec. 7, 2019
Re: [wine-devel] Wine staging 4.21 release
by Olivier F. R. Dierick
Dec. 7, 2019
Re: [PATCH 5/5] d3d9: Stop setting the device state when setting the default ZENABLE state.
by Marvin
Dec. 7, 2019
Re: [PATCH 4/5] d3d9: Stop setting the device state in d3d9_device_SetRenderState().
by Marvin
Dec. 7, 2019
Re: [PATCH 3/5] d3d9: Handle multisample depth resolve in d3d9_device_SetRenderState().
by Marvin
Dec. 7, 2019
Re: [PATCH 2/5] d3d9: Apply the device state before executing a draw call.
by Marvin
Dec. 7, 2019
[PATCH 5/5] d3d9: Stop setting the device state when setting the default ZENABLE state.
by Zebediah Figura
Dec. 7, 2019
[PATCH 4/5] d3d9: Stop setting the device state in d3d9_device_SetRenderState().
by Zebediah Figura
Dec. 7, 2019
[PATCH 3/5] d3d9: Handle multisample depth resolve in d3d9_device_SetRenderState().
by Zebediah Figura
Dec. 7, 2019
[PATCH 2/5] d3d9: Apply the device state before executing a draw call.
by Zebediah Figura
Dec. 7, 2019
[PATCH 1/5] wined3d: Introduce wined3d_device_apply_stateblock().
by Zebediah Figura
Dec. 7, 2019
Re: [PATCH] wineqtdecoder: Fix macos compile error
by Zebediah Figura
Dec. 7, 2019
Re: Winter is coming
by Sveinar Søpler
Dec. 7, 2019
[PATCH vkd3d v4] Support RS 1.0 VOLATILE descriptors
by Sveinar Søpler
Dec. 7, 2019
[PATCH vkd3d v4] Allocate one large buffer for a heap and offset into it.
by Hans-Kristian Arntzen
Dec. 7, 2019
Re: [PATCH] kernel32/tests: Trace the mapped string when FoldStringW fails.
by Marvin
Dec. 7, 2019
[PATCH] kernel32/tests: Trace the mapped string when FoldStringW fails.
by Mathew Hodson
Dec. 7, 2019
[PATCH 4/4] d3d8: Support texture dirty regions.
by Akihiro Sagawa
Dec. 7, 2019
[PATCH 3/4] wined3d: Update a part of the texture if dirty regions is tracked.
by Akihiro Sagawa
Dec. 7, 2019
[PATCH 2/4] wined3d: Record texture dirty regions.
by Akihiro Sagawa
Dec. 7, 2019
[PATCH 1/4] wined3d: Add dirty region members for d3d9 textures.
by Akihiro Sagawa
Dec. 7, 2019
Re: [wine-devel] Wine staging 4.21 release
by Alistair Leslie-Hughes
Dec. 7, 2019
Re: [wine-devel] Wine staging 4.21 release
by Alan W. Irwin
Dec. 7, 2019
[PATCH] wtsapi32: Make WTSRegisterSessionNotificationEx's return consistant with WTSRegisterSessionNotification.
by Patrick Hibbs
Dec. 7, 2019
Re: [PATCH v3 3/3] xmllite: Expand test for any unparsed data at end of XML.
by Jeff Smith
Dec. 7, 2019
[PATCH] wineqtdecoder: Fix macos compile error
by Alistair Leslie-Hughes
Dec. 7, 2019
Re: [PATCH 6/6] strmbase: Get rid of the "vtbl" argument to strmbase_source_init().
by Marvin
Dec. 7, 2019
[PATCH] bcrypt: Add fallback when gnutls_decode_rs_value isn't present.
by Derek Lesho
Dec. 7, 2019
[PATCH 6/6] strmbase: Get rid of the "vtbl" argument to strmbase_source_init().
by Zebediah Figura
Dec. 7, 2019
[PATCH 5/6] qcap/avimux: Use BaseOutputPinImpl_Connect().
by Zebediah Figura
Dec. 7, 2019
[PATCH 4/6] qcap/avimux: Use BaseOutputPinImpl_Disconnect().
by Zebediah Figura
Dec. 7, 2019
[PATCH 3/6] qcap/avimux: Use BasePinImpl_QueryInterface().
by Zebediah Figura
Dec. 7, 2019
[PATCH 2/6] wineqtdecoder: Use BasePinImpl_QueryInterface().
by Zebediah Figura
Dec. 7, 2019
[PATCH 1/6] winegstreamer: Use BasePinImpl_QueryInterface().
by Zebediah Figura
Dec. 7, 2019
Re: [PATCH v3 3/3] xmllite: Expand test for any unparsed data at end of XML.
by Nikolay Sivov
Dec. 6, 2019
[PATCH 3/3] kernel32/tests: Test invalid parent handle in test_parent_process_attribute().
by Paul Gofman
Dec. 6, 2019
[PATCH 2/3] ntdll: Support creating processes with specified parent.
by Paul Gofman
Dec. 6, 2019
[PATCH 1/3] kernelbase: Support PROC_THREAD_ATTRIBUTE_PARENT_PROCESS in CreateProcessInternalW().
by Paul Gofman
Dec. 6, 2019
Re: [PATCH v3 3/3] xmllite: Expand test for any unparsed data at end of XML.
by Jeff Smith
Dec. 6, 2019
Re: [PATCH v3 2/3] xmllite: Whitespace node not returned when followed by invalid character.
by Jeff Smith
Dec. 6, 2019
Winter is coming
by Alexandre Julliard
Dec. 6, 2019
[PATCH 3/3] wined3d: Unload resources in wined3d_device_uninit_3d().
by Henri Verbeet
Dec. 6, 2019
[PATCH 2/3] wined3d: Unload texture resources through texture ops.
by Henri Verbeet
Dec. 6, 2019
[PATCH 1/3] wined3d: Unload buffer resources through buffer ops.
by Henri Verbeet
Dec. 6, 2019
[PATCH vkd3d 6/6] vkd3d-shader: Handle VKD3DSPR_GSINSTID in vkd3d_dxbc_compiler_get_register_name().
by Henri Verbeet
Dec. 6, 2019
[PATCH vkd3d 5/6] vkd3d-shader: Avoid declaring outputs multiple times with incompatible types.
by Henri Verbeet
Dec. 6, 2019
[PATCH vkd3d 4/6] vkd3d-shader: Handle normalised types in vkd3d_component_type_from_data_type().
by Henri Verbeet
Dec. 6, 2019
[PATCH vkd3d 3/6] vkd3d: Add stub for ID3D12GraphicsCommandList2::WriteBufferImmediate().
by Henri Verbeet
Dec. 6, 2019
[PATCH vkd3d 2/6] vkd3d/tests: Add tests for ID3D12GraphicsCommandList2::WriteBufferImmediate().
by Henri Verbeet
Dec. 6, 2019
[PATCH vkd3d 1/6] vkd3d: Add SetViewInstanceMask() to the ID3D12GraphicsCommandList1 interface.
by Henri Verbeet
Dec. 6, 2019
[PATCH] odbcbcp: add new stub dll
by Louis Lenders
Dec. 6, 2019
Re: [PATCH v3 3/3] xmllite: Expand test for any unparsed data at end of XML.
by Nikolay Sivov
Dec. 6, 2019
Re: [PATCH v3 2/3] xmllite: Whitespace node not returned when followed by invalid character.
by Nikolay Sivov
Dec. 6, 2019
[PATCH] msiexec: Check registry value type again for consistency.
by Serge Gautherie
Dec. 6, 2019
Re: [PATCH resend 2/2] user32/listbox: Set the selection if it's currently invalid in HandleTimer.
by Marvin
Dec. 6, 2019
[PATCH 3/3] dwmapi: Add partial implementation of DWMWA_EXTENDED_FRAME_BOUNDS.
by Gabriel Ivăncescu
Dec. 6, 2019
[PATCH 2/3] dwmapi: Add basic tests for DwmGetWindowAttribute.
by Gabriel Ivăncescu
Dec. 6, 2019
[PATCH 1/3] dwmapi: Improve DwmGetWindowAttribute stub.
by Gabriel Ivăncescu
Dec. 6, 2019
[PATCH resend 2/2] user32/listbox: Set the selection if it's currently invalid in HandleTimer.
by Gabriel Ivăncescu
Dec. 6, 2019
[PATCH resend 1/2] comctl32/listbox: Set the selection if it's currently invalid in HandleTimer.
by Gabriel Ivăncescu
Dec. 6, 2019
Re: [PATCH] configure.ac: disable -fcf-protection
by Zebediah Figura
Dec. 6, 2019
[PATCH resend 2/2] user32/combo: Don't redraw the Combo Box when dropped down if it has an editbox.
by Gabriel Ivăncescu
Dec. 6, 2019
[PATCH resend 1/2] comctl32/combo: Don't redraw the Combo Box when dropped down if it has an editbox.
by Gabriel Ivăncescu
Dec. 6, 2019
[PATCH] po: Update German translation.
by Julian Rüger
Dec. 6, 2019
[PATCH] msvcrt: Support mixing length and width in scanf format.
by Piotr Caban
Dec. 6, 2019
[PATCH] oleaut32: Fix sharing options in TLB_ReadTypeLib.
by Jacek Caban
Dec. 6, 2019
[PATCH v4 3/3] bcrypt: Add more BCryptSignHash tests.
by Hans Leidekker
Dec. 6, 2019
[PATCH v4 2/3] bcrypt: Handle SHA1 hash in key_asymmetric_verify.
by Hans Leidekker
Dec. 6, 2019
[PATCH v4 1/3] bcrypt: Add support for signing hashes with ECDSA keys.
by Hans Leidekker
Dec. 6, 2019
Re: [PATCH v2 5/5] msado15: Implement _Stream_put_Type and _Stream_get_Type.
by Marvin
Dec. 6, 2019
[PATCH] dwrite: Remove unnecessary casts.
by Nikolay Sivov
Dec. 6, 2019
Re: mferror clarification for translators
by Nikolay Sivov
Dec. 6, 2019
Re: [PATCH 5/5] msado15: Implement _Stream_put_Type and _Stream_get_Type.
by Hans Leidekker
Dec. 6, 2019
[PATCH v2 5/5] msado15: Implement _Stream_put_Type and _Stream_get_Type.
by Hans Leidekker
Dec. 6, 2019
[PATCH v2 4/5] msado15: Add a stub _Stream implementation.
by Hans Leidekker
Dec. 6, 2019
[PATCH v2 3/5] msado15: Add a stub _Recordset implementation.
by Hans Leidekker
Dec. 6, 2019
[PATCH v2 2/5] msado15: Add a stub _Connection implementation.
by Hans Leidekker
Dec. 6, 2019
[PATCH v2 1/5] msado15: Add typelib.
by Hans Leidekker
Dec. 6, 2019
[PATCH 2/2] msvcrt: Provide exp2 in importlib.
by Jacek Caban
Dec. 6, 2019
[PATCH 1/2] makedep: Build implib cross object files with -fno-builtin.
by Jacek Caban
Dec. 6, 2019
[PATCH] configure.ac: disable -fcf-protection
by Austin English
Dec. 6, 2019
mferror clarification for translators
by Julian Rüger
Dec. 6, 2019
[PATCH 10/10] vbscript/tests: Add initial tests for the script TypeInfo.
by Jacek Caban
Dec. 6, 2019
[PATCH 09/10] vbscript: Implement ScriptTypeInfo_GetTypeComp.
by Jacek Caban
Dec. 6, 2019
[PATCH 08/10] vbscript: Implement ScriptTypeInfo_GetIDsOfNames.
by Jacek Caban
Dec. 6, 2019
[PATCH 07/10] vbscript: Implement ScriptTypeInfo_GetVarDesc.
by Jacek Caban
Dec. 6, 2019
[PATCH 06/10] vbscript: Implement ScriptTypeInfo_GetFuncDesc.
by Jacek Caban
Dec. 6, 2019
[PATCH 05/10] vbscript: Implement ScriptTypeInfo_GetTypeAttr.
by Jacek Caban
Dec. 6, 2019
[PATCH 04/10] vbscript: Store the necessary function and variable info in the script TypeInfo.
by Jacek Caban
Dec. 6, 2019
[PATCH 03/10] vbscript: Copy the variable names into the script dispatch's heap.
by Jacek Caban
Dec. 6, 2019
[PATCH 02/10] vbscript: Reference count the vbscode_t.
by Jacek Caban
Dec. 6, 2019
[PATCH 01/10] vbscript: Move the global lists to the script dispatch object.
by Jacek Caban
Dec. 6, 2019
Re: [PATCH 5/5] msado15: Implement _Stream_put_Type and _Stream_get_Type.
by Marvin
Dec. 6, 2019