- May 06, 2024
-
-
This fixes the following C++ compiler error mfmediaengine.h:1216:18: error: expected ',' or '...' before 'protected' 1216 | BOOL *protected) = 0; | ^~~~~~~~~
-
- May 01, 2024
-
-
- Apr 30, 2024
-
-
- Apr 29, 2024
-
-
- Apr 27, 2024
-
-
This fixes Wine tests compilation with Visual Studio 10.0. Signed-off-by:
Dmitry Timoshkov <dmitry@baikal.ru>
-
This fixes Wine tests compilation with Visual Studio 10.0 CRT headers. Signed-off-by:
Dmitry Timoshkov <dmitry@baikal.ru>
-
- Apr 26, 2024
-
-
Which is really what it means nowadays: resources created by the CS. It has mostly implications WRT thread safety. In particular, the flag doesn't mean that the resource doesn't participate in memory accounting (that was split into WINED3DUSAGE_VIDMEM_ACCOUNTING by 723cd0a4), nor that it isn't checked for Reset purposes (we use parent == NULL for that).
-
-
-
- Apr 25, 2024
-
-
-
-
And to destroy, it'll be useful later.
-
-
-
-
- Apr 24, 2024
-
-
Introduce a new wgl driver callback function to allow the driver to provide a complete list of all pixel formats and their attributes. If the driver provides the information use it to implement wglDescribePixelFormat.
-
- Apr 23, 2024
-
-
Alexandre Julliard authored
-
- Apr 17, 2024
- Apr 15, 2024
- Apr 11, 2024
-
-
- Apr 09, 2024
-
-
- Apr 04, 2024
-
-
- Mar 28, 2024
-
-
-
-
-
-
To match the D3DKMT terminology and avoid confusion between the GPUs, which are called adapter there.
-
-