Sign in
goma
/
wine
/
0feddccfe3b3664c263490bacda6e89ce7ca5461
0feddcc
wined3d: Instancing emulation.
by Stefan Dösinger
· 18 years ago
93cd7ef
wined3d: Correctly load vertex attributes with a stride of 0.
by Stefan Dösinger
· 18 years ago
aec06f6
wined3d: Do not leave SetStreamSource early.
by Stefan Dösinger
· 18 years ago
e6fedfc
wined3d: Do not release the local vertex buffer copy.
by Stefan Dösinger
· 18 years ago
40c85a6
wined3d: SetStreamSource does not modify stream flags.
by Stefan Dösinger
· 18 years ago
d73c71a
wined3d: Load single attribute setter functions.
by Stefan Dösinger
· 18 years ago
174b632
wined3d: Move lights to the state table.
by Stefan Dösinger
· 18 years ago
acadf3f
wined3d: Replace the light chain with a hashmap.
by Stefan Dösinger
· 18 years ago
5fce682
winex11.drv: Added a check for the ATI driver corrupting %fs.
by Alexandre Julliard
· 18 years ago
9d2d5ea
shell32: Don't wrap SHELL_ConfirmIDs in an assert. Fixed return value.
by Alexandre Julliard
· 18 years ago
a43cb28
d3d8: Avoid a size_t printf format warning.
by Alexandre Julliard
· 18 years ago
613998d
comctl32: Add header tests.
by Shanren Zhou
· 18 years ago
bdf2bf9
mshtml: Make load_gecko thread safe.
by Jacek Caban
· 18 years ago
92f6757
shell32: Updated Korean resource.
by Hwang YunSong(황윤성)
· 18 years ago
908903b
version: Constify a formal parameter of VerQueryValue{A|W}().
by Andrew Talbot
· 18 years ago
d50c628
msi: Find pending custom actions by GUID.
by Mike McCormack
· 18 years ago
da7c2f5
bin2res: Use fstat, handle errors.
by Marcus Meissner
· 18 years ago
9a3a144
tools/wineshelllink: Create links with WINEPREFIX.
by Lei Zhang
· 18 years ago
f407e9a
user32: Avoid sending unwanted DM_GETDEFID/DM_SETDEFID messages.
by Dmitry Timoshkov
· 18 years ago
157205c
d3d8: Don't store the d3d8 declaration in the wined3d object.
by H. Verbeet
· 18 years ago
efed9ae
d3d8: Move loading local d3d8 vertex shader constants from wined3d to d3d8.
by H. Verbeet
· 18 years ago
dea795f
d3d9: Don't store the d3d9 declaration in the wined3d object.
by H. Verbeet
· 18 years ago
32e5cac
wined3d: Get rid of the vertexDeclaration field in IWineD3DVertexShaderImpl.
by H. Verbeet
· 18 years ago
5ad6766
d3d8: Store the d3d8 vertex declaration in the d3d8 vertex shader.
by H. Verbeet
· 18 years ago
a0b4177
d3d8: Add an IDirect3DVertexDeclaration8 class to hold the wined3d vertex declaration.
by H. Verbeet
· 18 years ago
8f08840
wined3d: Add WINED3DDECLUSAGE, use it.
by H. Verbeet
· 18 years ago
942bef9
wined3d: Get rid of WINED3DSHADERDECLUSAGE.
by H. Verbeet
· 18 years ago
2d9540c
wined3d: Don't use WINED3DSHADERDECLUSAGE_PSIZE / WINED3DSHADERDECLUSAGE_FOG.
by H. Verbeet
· 18 years ago
a71a22c
cabinet: Fixed fd leak in case of error.
by Alexandre Julliard
· 18 years ago
7ecc283
msvcrt: Implemented stat64, wstat64 and fstat64.
by Damjan Jovanovic
· 18 years ago
cbb6da2
msvcrt: Added declarations for functions and structures related to stat64.
by Damjan Jovanovic
· 18 years ago
6f7f2bf
gdi32: Fixed typo in AngleArc.
by Alexandre Julliard
· 18 years ago
2250c28
quartz: Loop through the rest of the possible filters even when a connection fails.
by Chris Robinson
· 18 years ago
2d59242
wine.inf: Add quartz.dll to the list of installed fake DLLs.
by Chris Robinson
· 18 years ago
134d8a0
quartz: Remove 1GB AVI size limitation.
by Chris Robinson
· 18 years ago
0885141
quartz: Properly handle input parameters in FileSource_GetCurFile.
by Chris Robinson
· 18 years ago
b90a665
wined3d: Do not allocate compressed surfaces with glTexImage2D.
by Stefan Dösinger
· 18 years ago
ae33273
wined3d: Swap the SFLAG_DIBSECTION flag when swaping hdc and memory.
by Stefan Dösinger
· 18 years ago
0ddd236
wined3d: Check error conditions before creating the object.
by Stefan Dösinger
· 18 years ago
403b5ec
wined3d: Partial render target locking.
by Stefan Dösinger
· 18 years ago
b48dfb3
wined3d: Always use np2 repacking if no native np2 support is available.
by Stefan Dösinger
· 18 years ago
21172f1
wined3d: Improve render target locking.
by Stefan Dösinger
· 18 years ago
c3f0eb4
wined3d: Remove pow2Size from the surfaces.
by Stefan Dösinger
· 18 years ago
e16d08f
wined3d: Show fullscreen rendering windows.
by Stefan Dösinger
· 18 years ago
f196680
wined3d: GetRenderTargetData can call BltFast.
by Stefan Dösinger
· 18 years ago
8cae0e4
wined3d: Dirtify the render targets, not the primary swapchain on draws.
by Stefan Dösinger
· 18 years ago
8784d47
comctl32: Remove redundant NULL checks before Free() calls.
by Felix Nawothnig
· 18 years ago
43c0ce1
comctl32: Add tests for Alloc() and friends.
by Felix Nawothnig
· 18 years ago
feb4abf
comctl32: Rename 'string' test to 'misc'.
by Felix Nawothnig
· 18 years ago
2a309f5
wined3d: Cleanup the pixelshader() state handler a little bit.
by H. Verbeet
· 18 years ago
1636bc1
wined3d: Always select the correct shader pair in the vertexdeclaration() state handler.
by H. Verbeet
· 18 years ago
fdf8c1a
cmd: Fix program name.
by Vitaly Lipatov
· 18 years ago
3866ce3
mshtml: Don't release window if it wasn't created.
by Jacek Caban
· 18 years ago
b274242
mshtml: Added comments about frozen/not frozen interface.
by Jacek Caban
· 18 years ago
facf475
mshtml: Use wine_url in GetSpec if possible.
by Jacek Caban
· 18 years ago
82adfaa
mshtml: Forward GetAsciiSpec to GetSpec.
by Jacek Caban
· 18 years ago
693e62c
mshtml: Added SchemeIs implementation.
by Jacek Caban
· 18 years ago
2a0d583
mshtml: Return "wine" as scheme of nsIURI if wine_url is set.
by Jacek Caban
· 18 years ago
6413a9c
server: Get the primary group from the token's groups.
by Vitaliy Margolen
· 18 years ago
63cdee2
msi: Remove an unused initializer.
by Mike McCormack
· 18 years ago
b937f33
ole32: Add missing parameter for RunningObjectTableImpl_UnInitialize.
by Mike McCormack
· 18 years ago
8aa5c99
msi: Conformance test, check that INSTALLUILEVEL flags don't trigger UI install.
by Misha Koshelev
· 18 years ago
5ccc638
user32/tests: Add tests for WM_SETICON.
by Kirill K. Smirnov
· 18 years ago
828cb4f
user32: Handle WM_SETICON message similarly to WM_SETTEXT.
by Kirill K. Smirnov
· 18 years ago
bd7595a
ntdll: Allow APCs to run while waiting for a debug event reply.
by Alexandre Julliard
· 18 years ago
34c5104
winex11.drv: We still have to flush the display after mapping a window.
by Alexandre Julliard
· 18 years ago
abcbcc3
winex11.drv: Popup windows with system menu are managed.
by Vitaliy Margolen
· 18 years ago
b3c0a29
comctl32: updown: Getter and setter tests for updown control.
by Leslie Choong
· 18 years ago
06999c5
wineconsole: Added range of value for all up-down controls on config dialog.
by Anatoly Lyutin
· 18 years ago
bea5ed4
comdlg32: fontdlg: Add initialisation for comboboxes.
by Anatoly Lyutin
· 18 years ago
6f49b38
wineshelllink: Fix mktemp usage on FreeBSD.
by Tijl Coosemans
· 18 years ago
fa32d53
ntdll/tests: Fixed WCHAR overflow.
by Marcus Meissner
· 18 years ago
9d90abe
cmd: Fix the "move" command the same way as the "copy" command.
by Kim Lilliestierna
· 18 years ago
aef6e2d
winedump: Free function_name on all error paths.
by Marcus Meissner
· 18 years ago
b54ceca
ntdll: Test that shows RtlRaiseException with EXCEPTION_BREAKPOINT mangles Eip of context.
by Peter Oberndorfer
· 18 years ago
90c0ffd
atl: Fix a comparison between signed and unsigned.
by Michael Stefaniuc
· 18 years ago
c6c68bf
wldap32: Missing HeapFree on error path (found by Smatch).
by Michael Stefaniuc
· 18 years ago
74950a9
comctl32: Implement ImageList_GetFlags.
by Dmitry Timoshkov
· 18 years ago
474a8f5
user32: Activate an MDI child on WM_SETFOCUS as well as on WM_CHILDACTIVATE.
by Dmitry Timoshkov
· 18 years ago
e744c3a
dinput: Constify some variables.
by Andrew Talbot
· 18 years ago
8cbba46
amstream: Constify a variable.
by Andrew Talbot
· 18 years ago
f5f501d
wined3d: Use the context manager to create onscreen contexts.
by Stefan Dösinger
· 18 years ago
00aa8ab
d3d8: Deleting bound shaders unbinds them.
by Stefan Dösinger
· 18 years ago
12252d0
wined3d: Use the context manager to select the primary render target.
by Stefan Dösinger
· 18 years ago
7253fae
wined3d: Make the context array dynamic.
by Stefan Dösinger
· 18 years ago
e534340
wined3d: Improve render target to texture blits.
by Stefan Dösinger
· 18 years ago
f22d37e
wined3d: Use the context manager to prepare for blitting.
by Stefan Dösinger
· 18 years ago
c1623d4
wined3d: Use the context manager to prepare for drawing.
by Stefan Dösinger
· 18 years ago
380930d
wined3d: Store dirty states per context.
by Stefan Dösinger
· 18 years ago
e6c9a07
wined3d: Store state optmization members in the context.
by Stefan Dösinger
· 18 years ago
c739c38
wined3d: Add a per context structure for context management.
by Stefan Dösinger
· 18 years ago
890f63a
wininet: Fix a test that fails on Windows.
by Hans Leidekker
· 18 years ago
2024f68
wininet: Skip empty accept type strings in HttpOpenRequest.
by Hans Leidekker
· 18 years ago
f0f3e15
wininet/ftp.c: Fix some returned error codes.
by Paul Vriens
· 18 years ago
00b7b29
wininet/ftp.c: Add tests to show the order of parameter checking.
by Paul Vriens
· 18 years ago
b6d8b27
rpcrt4: The format structures used in the marshaling code should have 1-byte alignment.
by Rob Shearman
· 18 years ago
c3d037c
include: Add more EOAC_* enumeration values to objidl.idl.
by Rob Shearman
· 18 years ago
f9df13c
include: Fix a typo in a comment in rpcdce.h.
by Rob Shearman
· 18 years ago
be16033
include: Fix a typo in the parameter name for IClientSecurity::QueryBlanket in objidl.idl.
by Rob Shearman
· 18 years ago
fff13d2
ntdll: Fix compilation on systems that don't support nameless structs.
by Francois Gouget
· 18 years ago
Next »