Martin Storsjo
|
171529106b
|
wined3d: Add support for NV12 textures.
|
2014-02-17 20:16:29 +01:00 |
Henri Verbeet
|
175c63773d
|
wined3d: Don't allow format conversion on Present() for d3d8.
Note that this isn't currently enforced by wined3d_swapchain_create() or
wined3d_device_reset() though.
|
2014-01-29 20:25:52 +01:00 |
Frédéric Delanoy
|
9134a24e87
|
include: Make wine_dbgstr_guid available in test.h for all tests.
|
2014-01-28 11:43:49 +01:00 |
Henri Verbeet
|
3d28b01916
|
dxgi: Implement IDXGIFactory1.
|
2014-01-28 10:53:50 +01:00 |
Henri Verbeet
|
ac84e9b726
|
dxgi: Implement IDXGIAdapter1.
|
2014-01-28 10:53:48 +01:00 |
Frédéric Delanoy
|
e46796e7a4
|
wine/test.h: Fix a typo in comment.
|
2014-01-17 11:01:42 +01:00 |
Henri Verbeet
|
51cdeeacd4
|
wined3d: Explicitly request alpha testing for blitting the cursor and logo textures to screen.
|
2014-01-10 12:06:09 +01:00 |
Henri Verbeet
|
4710c4b51a
|
wined3d: Store color keys in textures instead of in surfaces.
|
2014-01-09 15:50:39 +01:00 |
Stefan Dösinger
|
b91973daa7
|
wined3d: Merge wined3d_surface_set_mem into wined3d_surface_update_desc .
|
2014-01-08 20:02:22 +01:00 |
Jacek Caban
|
289bdc4f45
|
strmbase: Store BasePinFuncTable inside Base*PinFuncTable structs.
|
2014-01-06 20:47:02 +01:00 |
Alexandre Julliard
|
0ae7b5ff8f
|
Update copyright info for 2014.
|
2014-01-01 20:45:33 +01:00 |
Dmitry Timoshkov
|
bfb4f28dc5
|
ntdll: Implement NtQuerySemaphore/SemaphoreBasicInformation.
|
2013-12-26 16:51:07 +01:00 |
Henri Verbeet
|
4e7b62a46d
|
wined3d: Get rid of unused palette flags.
|
2013-12-13 12:36:11 +01:00 |
Henri Verbeet
|
f27bb660b3
|
wined3d: Explicitly pass the palette size to wined3d_palette_create().
|
2013-12-13 12:36:11 +01:00 |
Henri Verbeet
|
89dedf6408
|
ddraw: Just set the palette caps in ddraw7_GetCaps().
|
2013-12-13 12:36:11 +01:00 |
Henri Verbeet
|
bf7f80f4b3
|
ddraw: Store the palette flags in the ddraw palette.
|
2013-12-12 12:08:23 +01:00 |
Henri Verbeet
|
1f0bb534ec
|
ddraw: Keep a reference to the palette in the surface.
|
2013-12-12 12:08:16 +01:00 |
Henri Verbeet
|
15c1a26b55
|
wined3d: Create volumes inside wined3d.
|
2013-12-06 13:14:52 +01:00 |
Francois Gouget
|
6f22057c21
|
libport: Fix the detection of isfinite().
|
2013-12-05 12:40:57 +01:00 |
Henri Verbeet
|
7524258aaf
|
ddraw: Implement flips inside ddraw.
|
2013-12-05 12:40:56 +01:00 |
Francois Gouget
|
e4856dbb70
|
libport: Add an isfinite() implementation for Solaris.
|
2013-11-29 17:58:40 +01:00 |
Henri Verbeet
|
4b3db52b53
|
wined3d: Merge the texture creation functions.
|
2013-11-27 11:30:15 +01:00 |
Piotr Caban
|
5c8339df4a
|
strmbase: Add structure size parameter in BaseInputPin_Construct function.
|
2013-11-25 16:28:14 +01:00 |
Alexandre Julliard
|
1e78c99388
|
kernel32: Validate the architecture of newly created processes on the server side.
|
2013-11-22 12:32:48 +01:00 |
Henri Verbeet
|
afc3d2ab70
|
wined3d: Create surfaces inside wined3d.
|
2013-11-15 12:00:26 +01:00 |
Dmitry Timoshkov
|
a890d0f030
|
server: Make it possible for WaitCommEvent to detect recursive requests.
|
2013-11-13 11:21:28 +01:00 |
Qian Hong
|
f7835dea2d
|
user32: Implement OpenInputDesktop.
|
2013-11-08 16:29:44 +01:00 |
Rico Schüller
|
2fa9b7ebb5
|
opengl32: Use opengl xml registry files.
|
2013-11-05 20:38:21 +01:00 |
Alexandre Julliard
|
74efeab238
|
gdi32: Trigger creation of the desktop window when the display driver is needed.
|
2013-10-29 12:51:26 +01:00 |
Alexandre Julliard
|
9675aa173a
|
gdi32: Allow user32 to specify the display driver to use.
|
2013-10-29 12:51:26 +01:00 |
Dmitry Timoshkov
|
3b429e88ff
|
server: Add support for pending write flag to the serial device.
|
2013-10-25 13:36:01 +02:00 |
Michael Stefaniuc
|
23b86eb44e
|
include: Replace the remaining CONSTs.
|
2013-09-27 10:34:09 +02:00 |
André Hentschel
|
128bfdf6da
|
include: Don't redefine _GNU_SOURCE.
|
2013-09-20 11:24:51 +02:00 |
Dmitry Timoshkov
|
f031c676c1
|
server: Add a serial event mask change counter.
|
2013-09-10 11:18:57 +02:00 |
Stefan Dösinger
|
80638b6d2f
|
wined3d: Enforce texturing capability format restrictions on resource creation.
|
2013-09-06 17:25:08 +02:00 |
Bruno Jesus
|
ec49a574de
|
server: Add a request to get socket information.
|
2013-09-02 19:51:16 +02:00 |
Henri Verbeet
|
43ecaf29c3
|
wined3d: Get rid of the DDRAW_PITCH_ALIGNMENT and D3D8_PITCH_ALIGNMENT constants.
|
2013-08-29 19:56:17 +02:00 |
Alexandre Julliard
|
93fbb12e65
|
server: Implement waiting on keyed events.
|
2013-08-28 11:03:38 +02:00 |
Henri Verbeet
|
b85c2a74bb
|
wined3d: Replace the "stateBlock" wined3d_device field with a wined3d_state structure.
|
2013-08-27 11:50:53 +02:00 |
Alexandre Julliard
|
947e337480
|
server: Make signal and wait a separate select operation.
|
2013-08-26 20:34:28 +02:00 |
Alexandre Julliard
|
042e0046d4
|
server: Make select on all handles a separate operation.
|
2013-08-26 20:32:52 +02:00 |
Alexandre Julliard
|
c2ab7a625e
|
server: Add a structure to pass the parameters of a select request.
|
2013-08-26 20:24:42 +02:00 |
Andrew Cook
|
cdfee68be1
|
ntdll: Implement NtQueryEvent.
|
2013-08-26 14:27:56 +02:00 |
Dmitry Timoshkov
|
0b4c9cb533
|
server: Store full-sized completion information on the server side.
|
2013-08-23 20:15:43 +02:00 |
Stefan Dösinger
|
ac871305f8
|
wined3d: Store the mipmap level in the volume.
|
2013-08-22 20:15:18 +02:00 |
Alexandre Julliard
|
dbf9d71ef8
|
server: Add support for keyed event objects.
|
2013-08-21 14:24:06 +02:00 |
Alexandre Julliard
|
3dc0474cfc
|
include: Android supports sigsetjmp now.
|
2013-07-30 14:43:34 +02:00 |
André Hentschel
|
bd5422406d
|
include: Check for getopt_long_only instead of getopt_long.
|
2013-06-17 13:34:40 +02:00 |
Henri Verbeet
|
4de77fa23f
|
wined3d: Allow a custom pitch to be specified in wined3d_surface_set_mem().
|
2013-06-14 11:46:20 +02:00 |
Henri Verbeet
|
d6bc4fe71a
|
wined3d: Allow surface flags to be passed to texture creation functions.
|
2013-06-06 11:47:19 +02:00 |