search for: d3d_ok

Displaying 12 results from an estimated 12 matches for "d3d_ok".

2017 Jan 13
0
Wine release 2.0-rc5
...f Kucia (13): wined3d: Update "screen_format" when ChangeDisplaySettingsEx() call is redundant. ddraw/tests: Add test for display mode surface pixel format. d3d8/tests: Add more tests for UnlockRect(). d3d9/tests: Add more tests for UnlockRect(). d3d8: Return D3D_OK from UnlockRect() for not locked textures. d3d9: Return D3D_OK from UnlockRect() for not locked textures. ddraw/tests: Fix compilation on systems that don't support nameless unions. d3d11/tests: Fix compilation on systems that don't support nameless unions. d3d8/test...
2017 Jun 11
0
[RFC 4/9] tgsi: populate precise
..., &tx->insn.src[0]); src[1] = tx_src_param(tx, &tx->insn.src[1]); - ureg_insn(tx->ureg, cmp_op, &tmp, 1, src, 2); + ureg_insn(tx->ureg, cmp_op, &tmp, 1, src, 2, 0); ureg_IF(tx->ureg, ureg_scalar(ureg_src(tmp), TGSI_SWIZZLE_X), tx_cond(tx)); return D3D_OK; } @@ -1897,7 +1897,7 @@ DECL_SPECIAL(BREAKC) struct ureg_dst tmp = ureg_writemask(tx_scratch(tx), TGSI_WRITEMASK_X); src[0] = tx_src_param(tx, &tx->insn.src[0]); src[1] = tx_src_param(tx, &tx->insn.src[1]); - ureg_insn(tx->ureg, cmp_op, &tmp, 1, src, 2); +...
2017 Feb 28
0
Wine release 1.8.7
...o Korpi (2): wined3d: Add Amd Rx 480 binary driver. winex11.drv: Add 640x400 mode to virtual desktop. Józef Kucia (5): wined3d: Update "screen_format" when ChangeDisplaySettingsEx() call is redundant. d3d8/tests: Add more tests for UnlockRect(). d3d8: Return D3D_OK from UnlockRect() for not locked textures. d3d9/tests: Add test showing WM_SIZE is not sent during fullscreen mode change. wined3d: Filter messages for fullscreen mode changes. Lauri Kenttä (3): user32: Fix caret disappearing after scrolling. cmd: Fix copying when the dest...
2013 Jan 18
0
Wine release 1.5.22
...lues. d3dx9: Add support for D3DFMT_A32B32G32R32F. d3dx9: Add support for D3DFMT_A16B16G16R16. d3dx9/tests: Use D3DXFloat16To32Array() instead of a custom function. Stefan D?singer (9): ddraw: Don't discard buffers that haven't been used in draws. d3d9: Return D3D_OK from the palette setters. d3d8: Return D3D_OK from the palette setters. wined3d: Shadow buffers in sysmem when software vertexprocessing is used. d3d9/tests: Add a software vertexprocessing buffer discard test. d3d8/tests: Add a software vertexprocessing buffer discard test....
2017 Jun 11
14
[RFC 0/9] Add precise/invariant semantics to TGSI
Running Tomb Raider on Nouveau I found some flicker caused by ignoring precise modifiers on variables inside Nouveau. This series add precise/invariant handling to TGSI, which can be then used by drivers to disable certain unsafe optimisations which may otherwise alter calculations, which depend on having the same result across shaders. This series fixes this bug in Tomb Raider and one CTS test
2016 Oct 01
0
Wine release 1.9.20
...pi-ms-win-core-appcompat-l1-1-1: Add dll. api-ms-win-core-bem-l1-1-0: Add dll. api-ms-win-service-private-l1-1-1: Add dll. user32/tests: Fix incorrect usage of broken() function. André Hentschel (2): urlmon/tests: Mark data53 test as broken on Win10. d3d9/tests: Allow D3D_OK for lost device present (Win10). Aric Stewart (4): ntoskrnl.exe: Send PnP and Power IRPs to plug and play devices. ntoskrnl.exe: Implement DevicePropertyEnumeratorName for IoGetDeviceProperty. ntoskrnl.exe: Implement removing plug and play devices. hid: Stub HidP_TranslateU...
2009 Jun 19
0
Wine release 1.1.24
...WINED3DSURFACE_DESC. shdocvw: Take the riid parameter to TaskbarList_Create() into account. shdocvw: Add SHDOCVW_LockModule()/SHDOCVW_UnlockModule() calls to ITaskbarList. d3d8: Do some more verification on handles. d3d8: Deleting an invalid pixel shader handle should return D3D_OK. d3d8: Add tests for deleting invalid shader handles. wined3d: Add format conversions for some depth stencil formats. wined3d: Fix a typo. wined3d: Fall back to backbuffer offscreen rendering if FBOs are unavailable. wined3d: Only initialize unused components of varyin...
2010 Oct 29
0
Wine release 1.3.6
...ION. windowscodecs: Add COM proxies and stubs. Dan Kegel (1): ws2_32: Null select() should fail with WSAEINVAL. David Adam (3): ddraw: Remove a useless function. ddraw: SETFOCUSWINDOW lives independently of other flags. d3d8: ApplyStateBlock with a zero token returns D3D_OK. David Hedberg (6): ole32: OleLoad should not fail even if IOleObject::GetMiscStatus fails. ole32: Pass failures from delegate object's ::QueryInterface in default handler. shell32: Handle INameSpaceTreeControlEvents::OnSelectionChanged. shell32: Replace bitwise XOR wit...
2008 Mar 21
0
Wine release 0.9.58
...39;t start up, fail creating a mailslot 11891 LANguard Network Installer fails with "Unable to install InstallShield Scripting Runtime" 11917 Parallel port printing problem (missing flow control?) 12078 Spellborn: Crashes on launch with "Init: CheckDepthStencilMatch failed. (D3D_OK)" ---------------------------------------------------------------- Changes since 0.9.57: Alexander Dorofeyev (3): wined3d: Get rid of spurious err when locking with WINED3DLOCK_DISCARD. d3d8/tests: Cover one more case in p8_texture_test. wined3d: Use primary_render_target_...
2007 Feb 16
0
Wine release 0.9.31
...3d8 declaration in the wined3d object. wined3d: Use WINED3DSTREAMSOURCE_INSTANCEDATA rather than D3DSTREAMSOURCE_INSTANCEDATA. wined3d: Use WINED3DUSAGE rather than D3DUSAGE. wined3d: Use WINED3DPRESENT_BACK_BUFFER_MAX rather than D3DPRESENT_BACK_BUFFER_MAX. wined3d: Use WINED3D_OK rather than D3D_OK. wined3d: Add WINED3DTEXOPCAPS flags and use them. wined3d: Add WINED3DSTENCILCAPS flags and use them. wined3d: Add WINED3DPBLENDCAPS flags and use them. wined3d: Add WINED3DPMISCCAPS flags and use them. wined3d: Add WINED3DPCMPCAPS flags and use the...
2011 May 27
0
Wine release 1.3.21
...ORD to read render states. d3d9: Disable the zero instance test. d3d9: Account for another different behavior in the viewport test. d3d9: Skip the YUV tests when the driver confuses the U and V channels. wined3d: Fix a few function definitions. d3d9: AMD drivers return D3D_OK when reading data from an unfinished query. d3d9: AMD cards don't clip transformed vertices. d3d9: Drop the fixed function varying test. wined3d: CMP supports _SAT. d3d: Make the INTZ test more reliable. d3d9: Use a pixel shader for the vs 3.0 input test. por...
2012 Jan 27
1
Wine release 1.4-rc1
...er wants wer.dll.WerReportSetUIOption 29713 iexplore: right clicking on links no longer works 29715 winhttp method "HEAD" is broken ---------------------------------------------------------------- Changes since 1.3.37: Akihiro Sagawa (1): wined3d: Let GetRasterStatus return D3D_OK, again. Alex Henrie (3): comdlg32: Correctly handle filters with multiple file extensions in Save As dialogs. comdlg32: Correctly handle filters with invalid extensions in Save As dialogs. po: Update Catalan translation. Alexandre Julliard (57): ntdll: Set the thread exit...