Commit Graph

9412 Commits

Author SHA1 Message Date
Alexandre Julliard 35eef16ba7 gdi32: Support OpenGL in bitmaps through libOSMesa. 2012-07-27 17:05:16 +02:00
Jacek Caban b06e8103f7 activdbg.idl: Undef GetCurrentThread macro to avoid collision with interface function declaration. 2012-07-26 12:11:43 +02:00
Alexandre Julliard 5f157e18e2 opengl32: Store the context current DCs on the opengl32 side. 2012-07-25 16:11:05 +02:00
Detlef Riekenberg 36e7fd09ee wer: Add a stub for WerReportAddFile. 2012-07-25 14:50:25 +02:00
Detlef Riekenberg d4db98dc54 include: Add appcompatapi.h. 2012-07-24 13:36:33 +02:00
Nikolay Sivov 04f588e63a kernel32: Some tests for blocking initialization with InitOnceBeginInitialize(). 2012-07-24 13:36:27 +02:00
Nikolay Sivov 9318528702 kernel32: Single thread test for InitOnceExecuteOnce(). 2012-07-23 12:54:15 +02:00
Nikolay Sivov b1c3c8c898 kernel32: Added InitOnceInitialize() implementation. 2012-07-23 12:53:24 +02:00
Alexandre Julliard 6576986e37 include: Fix alignment of cabinet structures on 64-bit. 2012-07-23 12:48:58 +02:00
Jacek Caban 020a68e135 mshtml.idl: Added IDOMEvent and IDOMEventTarget declarations. 2012-07-20 21:30:09 +02:00
Jacek Caban 84eb47531d mshtml.idl: Added more *XMLHttpRequest* declarations. 2012-07-20 21:30:09 +02:00
Jacek Caban 930065072a mshtml.idl: Added IXMLHttpRequest declaration. 2012-07-20 21:30:08 +02:00
Nikolay Sivov 0e234f3c25 kernel32: Partial CompareStringEx implementation. 2012-07-20 14:01:45 +02:00
Alexandre Julliard 6a3aa4eb49 opengl32: Use proper handles for PBuffers instead of raw pointers. 2012-07-20 12:36:41 +02:00
Alexandre Julliard 1b9455e65d opengl32: Add supported wgl extension functions to the OpenGL function table. 2012-07-20 00:40:42 +02:00
Alexandre Julliard 4c0779006e opengl32: Move the wgl functions to the main OpenGL function table. 2012-07-19 22:50:37 +02:00
Alexandre Julliard 782e96b910 opengl32: Declare input pointers as const in function prototypes. 2012-07-19 22:17:14 +02:00
Nozomi Kodama f5714cccbd d3dx9_36: Implementation of D3DXSHRotateZ. 2012-07-19 17:02:01 +02:00
Dmitry Timoshkov 6d3154ab83 include: Move PaletteFlags definition to gdipluspixelformats.h. 2012-07-19 16:02:49 +02:00
Dmitry Timoshkov af8721f41b include: Add some useful helpers to check various pixel format properties. 2012-07-19 16:02:35 +02:00
Dmitry Timoshkov ccfdb827b5 include: Add PixelFormat32bppCMYK definition. 2012-07-19 16:02:13 +02:00
Heiko Hund 1ba968821a winhttp: Make strings in WINHTTP_PROXY_INFO non-const. 2012-07-19 16:01:18 +02:00
Henri Verbeet 2bfc5214be ddraw: Implement ddraw7_GetScanLine() on top of wined3d_get_adapter_raster_status(). 2012-07-19 15:43:11 +02:00
Henri Verbeet dde180fee3 include: Add some more SP_PROT_* flags. 2012-07-18 17:12:34 +02:00
Alexandre Julliard bddea5b5f5 opengl32: Generate a header file containing function tables for all OpenGL functions. 2012-07-18 17:09:25 +02:00
Jacek Caban 80ebe35aa7 d3drmdef.h: Replace unsigned long by ULONG. 2012-07-17 12:50:20 +02:00
Nozomi Kodama c957f8a921 d3dx9_36: Implementation of D3DXSHEvalDirection. 2012-07-16 16:28:47 +02:00
Nozomi Kodama f757f3fb7d d3dx9: Implementation of D3DXSHMultiply2. 2012-07-16 14:33:43 +02:00
Henri Verbeet cf6f8d2eb5 winex11: Add support for XRandR 1.2. 2012-07-16 14:25:42 +02:00
Ken Thomases ba12844f32 include/wincrypt.h: Add identifiers for Elliptic curve Diffie-Hellman algorithm. 2012-07-16 14:19:31 +02:00
Alexandre Goujon 9536e66d61 include/ddk: Add DVD_DESCRIPTOR_HEADER descriptor structure. 2012-07-12 16:10:43 -05:00
Detlef Riekenberg d96de83089 advapi32: Implement CredIsMarshaledCredentialA/W. 2012-07-12 16:08:53 -05:00
Henri Verbeet 2b4c72b13b d3d10core: Always create a wined3d texture for d3d10core textures. 2012-07-12 11:45:21 -05:00
Henri Verbeet 0821c8024b wined3d: Merge the device parent create_rendertarget() and create_depth_stencil() handlers. 2012-07-11 09:57:07 -05:00
Henri Verbeet 8ad98cdbee wined3d: Get rid of the "discard" parameter to device_parent_create_depth_stencil(). 2012-07-10 10:39:42 -05:00
Henri Verbeet 9b74ebd794 wined3d: Get rid of the "lockable" parameter to device_parent_create_rendertarget(). 2012-07-10 10:39:34 -05:00
Henri Verbeet 73eceafb17 d3d9: Implement d3d9_device_ResetEx(). 2012-07-09 15:04:18 -04:00
Henri Verbeet e97dc9f33d d3d9: Implement d3d9_EnumAdapterModesEx(). 2012-07-02 19:17:59 +02:00
Alexandre Julliard 39819d1e8b winex11: Replace wgl.h by the official wglext.h from the OpenGL registry. 2012-07-02 19:17:41 +02:00
Alexandre Julliard 19fcc230d0 winex11: Move GLX definitions out of wgl.h. 2012-07-02 13:21:54 +02:00
Nozomi Kodama e3888ec87c d3dx9_36: Implementation of D3DXSHScale. 2012-06-29 20:41:47 +02:00
Hans Leidekker fe79fea731 wbemprox: Fix returned variant type and flavor for system properties. 2012-06-29 20:41:44 +02:00
Alexandre Julliard 83be88953b opengl32: Make the WGL driver context-specific. 2012-06-29 20:41:36 +02:00
Alexandre Julliard d89f7f2563 opengl32: Move checks of the context thread id to opengl32. 2012-06-29 20:41:35 +02:00
Alexandre Julliard 0045ec9dfb opengl32: Use proper handles for GL contexts and pass a context pointer to the WGL driver functions. 2012-06-29 20:41:34 +02:00
Dmitry Timoshkov 79969b6cc4 include/basetsd.h: Fix int64 to int truncation warnings when compiling with a 64-bit PSDK compiler. 2012-06-29 10:46:49 +02:00
Henri Verbeet 8d4e3d0d58 d3d9: Implement d3d9_GetAdapterModeCountEx(). 2012-06-29 10:14:29 +02:00
Henri Verbeet 256d433164 d3d9: Implement d3d9_device_PresentEx(). 2012-06-29 10:14:21 +02:00
Alexandre Julliard 6a9dcd51a2 gdi32: Remove the remaining OpenGL entry points from the DC driver. 2012-06-28 18:52:23 +02:00
Alexandre Julliard edfc7f0de0 opengl32: Move wglGetProcAddress to the WGL driver. 2012-06-28 16:14:55 +02:00