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