projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Avoid warnings.
[wine]
/
dlls
/
ddraw
/
2005-01-09
Paul Vriens
- use Interlocked* functions in AddRef and Release.
tree
|
commitdiff
2005-01-09
Eric Pouech
Removed excessive statement (break after return or...
tree
|
commitdiff
2005-01-07
Mike McCormack
Use CreateEventW in preference to CreateEventA for...
tree
|
commitdiff
2005-01-03
Alexandre Julliard
Get rid of the ThunkData stubs, these are not functions.
tree
|
commitdiff
2005-01-03
Christian Costa
Handle correctly DDSD_LINEARSIZE flag for FOURCC textures.
tree
|
commitdiff
2004-12-27
Christian Costa
Fake line sweeping of the monitor.
tree
|
commitdiff
2004-12-23
Michael Stefaniuc
Do not check for non NULL pointer before HeapFree'ing...
tree
|
commitdiff
2004-12-21
Crestez Leonard
Check for malformed source rect in DIB_DirectDrawSurfac...
tree
|
commitdiff
2004-12-20
Christian Costa
Enable creation of the RGB device.
tree
|
commitdiff
2004-12-09
Alexandre Julliard
Janitorial: C booleans must not be compared against...
tree
|
commitdiff
2004-12-06
Dmitry Timoshkov
Avoid crashes in ddraw.dll when loading it without...
tree
|
commitdiff
2004-11-30
Eric Pouech
Const correctness fixes.
tree
|
commitdiff
2004-11-23
Tom Wickline
Version resources cleanup.
tree
|
commitdiff
2004-11-19
Christian Costa
Fixed colorkey conversion.
tree
|
commitdiff
2004-10-22
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2004-10-07
Francois Gouget
Don't define COBJMACROS in objbase.h.
tree
|
commitdiff
2004-09-28
Huw Davies
Fix a reference leak on failure (spotted by Rob Shearman).
tree
|
commitdiff
2004-09-08
Alexandre Julliard
Removed some more uses of the non-standard ICOM_THIS...
tree
|
commitdiff
2004-09-08
Hans Leidekker
Fix signed/unsigned comparison warnings.
tree
|
commitdiff
2004-08-30
James Hawkins
Added API documentation for DirectDrawEnumerateEx.
tree
|
commitdiff
2004-08-24
Robert Shearman
Implement IDirectDrawClipper_GetClipList for case where...
tree
|
commitdiff
2004-08-23
Alexandre Julliard
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
tree
|
commitdiff
2004-08-23
Tobias Burnus
- Limit number of FIXME()s in Clipper_SetClipList and...
tree
|
commitdiff
2004-08-12
Alexandre Julliard
Get rid of the non-standard ICOM_VTABLE macro.
tree
|
commitdiff
2004-08-06
Christian Costa
Implemented IDirect3DDevice{2,3}::GetLightState.
tree
|
commitdiff
2004-08-02
Lionel Ulmer
- add S3TC support to BltFast (fixes NOLF)
tree
|
commitdiff
2004-08-02
Christian Costa
Improved IDirect3DViewportImpl_3_2_1_TransformVertices...
tree
|
commitdiff
2004-08-02
Christian Costa
Fixed D3DOP_STATELIGHT opcode.
tree
|
commitdiff
2004-08-02
Christian Costa
Moved libtxc_dxt definitions into ddraw headers.
tree
|
commitdiff
2004-08-02
Lionel Ulmer
- Fix compilation on boxes without OpenGL installed.
tree
|
commitdiff
2004-07-30
Christian Costa
Added native and emulated S3TC support.
tree
|
commitdiff
2004-07-12
Lionel Ulmer
Better handle the frame-buffer locking case.
tree
|
commitdiff
2004-07-06
Marcus Meissner
COPY_COLORKEY_FX: Do not use lvalue casts.
tree
|
commitdiff
2004-06-04
Lionel Ulmer
Move the FPS computation from the D3D code to the commo...
tree
|
commitdiff
2004-05-14
Ivan Leo Murray...
Updated the version info of all DirectX dlls to the...
tree
|
commitdiff
2004-04-12
Lionel Ulmer
Add the possibility to save a snapshot of the backbuffer at
tree
|
commitdiff
2004-04-07
Alexandre Julliard
Fixed a couple of header files ordering issues.
tree
|
commitdiff
2004-03-27
James Perry
Fix handling of D3DBLEND_BOTH* blend modes.
tree
|
commitdiff
2004-03-24
Alexandre Julliard
.spec.c files are no longer used for 32-bit dlls.
tree
|
commitdiff
2004-03-23
Christian Costa
Do not return an error when setting a material to NULL.
tree
|
commitdiff
2004-03-22
Christian Costa
Enable creation of a zbuffer in system memory.
tree
|
commitdiff
2004-03-20
Christian Costa
Improve D3D7 compatibility.
tree
|
commitdiff
2004-03-16
Elias Ross
Added 24-bit color key support in DIB_DirectDrawSurface...
tree
|
commitdiff
2004-03-16
Christian Costa
DD_STRUCT_COPY_BYSIZE: Do not clear more that struct...
tree
|
commitdiff
2004-03-12
Dmitry Timoshkov
CreateDIBSection takes a const pointer to BITMAPINFO.
tree
|
commitdiff
2004-03-04
Alexandre Julliard
Moved more GDI definitions to gdi_private.h.
tree
|
commitdiff
2004-03-02
Alexandre Julliard
We no longer use the .exe.spec.c files.
tree
|
commitdiff
2004-02-20
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2004-02-16
Sami Aario
No need to link against the uuid library.
tree
|
commitdiff
2004-02-16
Sami Aario
Added surface tests.
tree
|
commitdiff
2004-02-11
Dmitry Timoshkov
There is no point in specifying both MEM_RESERVE and...
tree
|
commitdiff
2004-01-30
Lionel Ulmer
Fix palette deletion issue seen in DungeonKeeper.
tree
|
commitdiff
2004-01-30
Lionel Ulmer
Fix the Z transform in the XYRZHW case.
tree
|
commitdiff
2004-01-27
Alexandre Julliard
Only link against libdxguid where necessary.
tree
|
commitdiff
2004-01-27
Francois Gouget
Add missing '\n's to debug traces.
tree
|
commitdiff
2004-01-20
Francois Gouget
Add trailing '\n's to ok() calls.
tree
|
commitdiff
2003-12-30
Lionel Ulmer
Also remove in the D3D code the pedantic check on the...
tree
|
commitdiff
2003-12-08
Lionel Ulmer
Limit usage of vertex arrays to correct states.
tree
|
commitdiff
2003-11-25
Lionel Ulmer
Use vertex arrays when possible.
tree
|
commitdiff
2003-11-18
Lionel Ulmer
Fix some other multi-texturing problems.
tree
|
commitdiff
2003-11-18
Sami Aario
Added some conformance tests for ddraw. These enumerate...
tree
|
commitdiff
2003-11-17
Lionel Ulmer
Fix graphical corruption on surface lock when multi...
tree
|
commitdiff
2003-11-11
Lionel Ulmer
Fix parsing of GL version string in X.Y cases.
tree
|
commitdiff
2003-11-11
Lionel Ulmer
Better color-keying support.
tree
|
commitdiff
2003-11-09
Lionel Ulmer
Fix some stupid bug with missing braces.
tree
|
commitdiff
2003-10-16
Christian Costa
Add support for all Z buffer depths that are lower...
tree
|
commitdiff
2003-10-14
Christian Costa
Add necessary AddRef/Release stuff to {Set/Get}CurrentV...
tree
|
commitdiff
2003-10-11
Dimitrie O. Paun
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
tree
|
commitdiff
2003-10-06
Daniel Marmier
Fixed warnings with gcc option "-Wwrite-strings".
tree
|
commitdiff
2003-09-30
Alex Pasadyn
- Add more logging to resolution changes and queries.
tree
|
commitdiff
2003-09-30
Christian Costa
Small lighting fix.
tree
|
commitdiff
2003-09-27
Dimitrie O. Paun
Merge documentation/status/directdraw into the ddraw...
tree
|
commitdiff
2003-09-16
Alex Pasadyn
Enable resolution changes for older D3D/DDraw applications.
tree
|
commitdiff
2003-09-15
Lionel Ulmer
- add ZBuffer write support
tree
|
commitdiff
2003-09-15
Lionel Ulmer
Use ddraw_geom in the execute buffer code.
tree
|
commitdiff
2003-09-10
Alexandre Julliard
Removed the A/W constants for builtin cursors, icons...
tree
|
commitdiff
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
tree
|
commitdiff
2003-08-20
Alexandre Julliard
winnls.h must not include winbase.h.
tree
|
commitdiff
2003-08-18
Lionel Ulmer
Added support for multi-texturing.
tree
|
commitdiff
2003-08-05
Lionel Ulmer
Support the mimap lod bias extension.
tree
|
commitdiff
2003-08-05
Lionel Ulmer
Proper MIRROR texture address support.
tree
|
commitdiff
2003-08-02
Lionel Ulmer
Report some news caps that were added in DX6.
tree
|
commitdiff
2003-07-30
Alexandre Julliard
Make the DllRegisterServer, DllRegisterServerEx, DllUnr...
tree
|
commitdiff
2003-07-30
Lionel Ulmer
Fixed the TEXCOORDINDEX code.
tree
|
commitdiff
2003-07-30
Lionel Ulmer
Added ddraw_tex to add texture snooping without needing...
tree
|
commitdiff
2003-07-28
Lionel Ulmer
Better caps support (ie more in line with what GL reports).
tree
|
commitdiff
2003-07-26
Lionel Ulmer
- added a ddraw_fps debug channel
tree
|
commitdiff
2003-07-19
John K. Hohm
Implement DllRegisterServer and DllUnregisterServer...
tree
|
commitdiff
2003-07-16
Lionel Ulmer
- do not forget to set the 'initial_upload_done' flag...
tree
|
commitdiff
2003-07-15
Francois Gouget
Spelling fixes (s/occured/occurred/ and variants).
tree
|
commitdiff
2003-07-15
Lionel Ulmer
Some broken games do not put the TEXTURE flags in the...
tree
|
commitdiff
2003-07-11
Lionel Ulmer
- added fast-path for color-keyed Blts
tree
|
commitdiff
2003-07-08
Lionel Ulmer
- fix FPS computation
tree
|
commitdiff
2003-06-30
Dmitry Timoshkov
For all DLLs with defined DllMain and which do not...
tree
|
commitdiff
2003-06-23
Lionel Ulmer
- some TRACEing fixes
tree
|
commitdiff
2003-06-18
Francois Gouget
'sizeof type' is best avoided as it won't always compil...
tree
|
commitdiff
2003-06-16
Lionel Ulmer
- rewrote the buffer to buffer fast path using Texture...
tree
|
commitdiff
2003-06-16
Lionel Ulmer
- fix some regressions
tree
|
commitdiff
2003-06-16
Lionel Ulmer
- GL state change optimizations
tree
|
commitdiff
2003-06-13
Lionel Ulmer
- fixes the COLORFILL case for front-buffer
tree
|
commitdiff
next