Michael Stefaniuc
91c17c8399
include: Make "long" numeric constants LP64/LLP64 proof (sql.h).
2011-10-27 12:29:25 +02:00
Michael Stefaniuc
c62f1ffea3
include: Make "long" numeric constants LP64/LLP64 proof (sqlext.h).
2011-10-27 12:29:19 +02:00
Michael Stefaniuc
da1bef4340
include: Make "long" numeric constants LP64/LLP64 proof (d3d*.h).
2011-10-27 12:29:05 +02:00
Michael Stefaniuc
bd197aea92
include: Make "long" numeric constants LP64/LLP64 proof (d3d9*.h).
2011-10-27 12:28:59 +02:00
Michael Stefaniuc
ee30e087e1
include: Make "long" numeric constants LP64/LLP64 proof (d3d9caps.h).
2011-10-27 12:28:51 +02:00
Michael Stefaniuc
1b2f89e673
include: Add a macro to paper over LP64/LLP64 differences for numeric constants.
...
Based on an idea by Kai Tietz.
2011-10-27 12:28:44 +02:00
Michael Stefaniuc
c5441514bc
include: Drop the 'l' modifier from some numeric constants in winnt.h.
2011-10-27 12:25:37 +02:00
Henri Verbeet
22d2d26ffc
wined3d: Make the device parameter to surface_blt_fbo() const.
2011-10-27 12:25:29 +02:00
Henri Verbeet
54dc38718b
wined3d: Make the device parameter to wined3d_surface_depth_blt_fbo() const.
2011-10-27 12:25:24 +02:00
Henri Verbeet
6a981239db
wined3d: Get rid of the unused palette9 wined3d_surface field.
2011-10-27 12:25:19 +02:00
Henri Verbeet
0dd54eb0fd
secur32: Print the ntlm_auth diagnostic message to the winediag channel.
2011-10-27 12:25:13 +02:00
Henri Verbeet
2f74d5052a
wined3d: Recognize Sumo/Llano in select_card_amd_mesa().
2011-10-27 12:25:00 +02:00
Ken Thomases
14efc6eb24
gdi32: Allow ~-based paths in HKCU\Software\Wine\Fonts:Path.
2011-10-27 12:24:52 +02:00
Alexandre Julliard
c441d57452
gdi32: Implement the ExtTextOut entry point in the path driver.
2011-10-26 23:16:52 +02:00
Alexandre Julliard
613972efe5
gdi32: Implement the polyline entry points in the path driver.
2011-10-26 23:16:51 +02:00
Alexandre Julliard
d4889bef47
gdi32: Implement the polygon entry points in the path driver.
2011-10-26 23:16:51 +02:00
Alexandre Julliard
ac00dfc984
gdi32: Implement the Bezier entry points in the path driver.
2011-10-26 23:16:19 +02:00
Alexandre Julliard
4d9cc24128
gdi32: Implement the arc entry points in the path driver.
2011-10-26 20:10:00 +02:00
Alexandre Julliard
f8040958f5
gdi32: Implement the Rectangle and RoundRect entry points in the path driver.
2011-10-26 20:05:24 +02:00
Alexandre Julliard
364e216462
gdi32: Add a helper function to start a new path stroke.
2011-10-26 20:02:10 +02:00
Alexandre Julliard
fc5e29486d
gdi32: Implement the LineTo entry point in the path driver.
2011-10-26 19:58:51 +02:00
Alexandre Julliard
2c1ec7fc3b
gdi32: Implement the MoveTo entry point in the path driver.
2011-10-26 19:57:28 +02:00
Alexandre Julliard
8a7bf0a2ab
gdi32: Push a path driver on the DC stack when a path is opened.
2011-10-26 19:53:22 +02:00
Alexandre Julliard
97a261d573
gdi32: Avoid directly modifying the cursor position in the DC structure in PolyDraw.
2011-10-26 19:47:27 +02:00
Michael Mc Donnell
da6363e377
d3dx9/tests: Implemented CloneMesh test.
2011-10-26 17:57:06 +02:00
Michael Mc Donnell
3b693143eb
d3dx9: Implemented non-equal declaration support in CloneMesh.
2011-10-26 17:55:57 +02:00
Louis Lenders
066a649a77
ntoskrnl.exe: Update version resource.
2011-10-26 17:54:49 +02:00
Alexandre Julliard
5adfd065bb
winegcc: Avoid including Windows headers in the Mingw unicode stub.
2011-10-26 17:38:19 +02:00
Bruno Jesus
f621f8ea78
shell32: Don't parse command line if numargs is NULL in CommandLineToArgvW.
2011-10-26 17:12:13 +02:00
Piotr Caban
698afdca98
msvcrt: Don't search for LCID in _setmbcp_l if it was already done.
2011-10-26 17:07:05 +02:00
Piotr Caban
df5d3e348a
msxml3/tests: Added element attributes tests when SAXXMLReader is used.
2011-10-26 14:14:36 +02:00
Piotr Caban
685be40c33
msxml3: Fix attributes handling when msxml6 is used.
2011-10-26 14:14:36 +02:00
Alexandre Julliard
ba2ea23574
gdi32: Always use a polygon to draw text strike-outs and underlines.
2011-10-26 14:14:36 +02:00
Alexandre Julliard
ef34c47c4b
gdi32: Move internal path functions to the top of the file to avoid forward declarations.
2011-10-26 14:14:32 +02:00
Alexandre Julliard
f44c1e6533
gdi32/tests: Add tests for path open/closed states.
2011-10-26 12:41:56 +02:00
Matteo Bruni
095a9a6893
wined3d: Refuse to create a shader unsupported by the backend.
2011-10-26 12:41:35 +02:00
Matteo Bruni
8af1c6ee19
dxgi: Refuse to create a D3D10 wined3d device if it is not supported by the GPU.
2011-10-26 12:41:35 +02:00
Matteo Bruni
5f2c6b3c82
wined3d: Enable SM4 support in the GLSL shader backend when possible.
2011-10-26 12:41:34 +02:00
Matteo Bruni
7254f5e661
wined3d: Return only the shader major version.
2011-10-26 12:41:34 +02:00
Matteo Bruni
6e6a917617
d3d9: Limit VS/PS reported version.
2011-10-26 12:41:34 +02:00
Alex Henrie
3aff781f63
kernel32: Output message to stderr in current Unix codepage.
...
Fixes a bug in which the command "wine /." outputs a garbled error message in languages other than English.
Supersedes "kernel32: Output message to stderr in UTF-8"
2011-10-26 12:41:34 +02:00
Henri Verbeet
7aac0159a9
wined3d: Move the ARB shader program constant handling to the backend where it belongs.
2011-10-26 12:41:33 +02:00
Henri Verbeet
89d0d3ffd8
wined3d: Get rid of the device parameter to context_setup_target().
2011-10-26 12:41:33 +02:00
Henri Verbeet
aa7bbe1376
gdi32: Update the DC in ExtEscape().
...
Specifically, X11DRV_FLUSH_GL_DRAWABLE needs correct clip rects.
2011-10-26 12:41:33 +02:00
Henri Verbeet
a42774f042
wined3d: Only check for sRGB attachability when needed in surface_load_texture().
2011-10-26 12:41:33 +02:00
Henri Verbeet
bc3c72f2cc
wined3d: Mark a format as sRGB attachable if the internal format is the same for RGB and sRGB.
2011-10-26 12:41:32 +02:00
Alexandre Julliard
7fbb16d4ba
gdi32: Implement GdiRealizationInfo as a standard driver entry point.
2011-10-26 12:41:32 +02:00
Alexandre Julliard
8796831a9f
gdi32: Implement FontIsLinked as a standard driver entry point.
2011-10-26 12:41:32 +02:00
Alexandre Julliard
e31c51b65e
gdi32: Implement GetFontData as a standard driver entry point.
2011-10-26 12:41:31 +02:00
Alexandre Julliard
441d6cfcd4
gdi32: Implement GetTextFace as a standard driver entry point.
2011-10-26 12:41:31 +02:00