projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Special case Win9x platforms in the desktop visibility test, in Win98
[wine]
/
dlls
/
ddraw
/
dsurface
/
2005-03-10
Paul Vriens
Check always if destination surface is locked.
tree
|
commitdiff
2005-03-09
Paul Vriens
Check for NULL before touching src.
tree
|
commitdiff
2005-03-07
Matthew Mastracci
Added surface locking.
tree
|
commitdiff
2005-02-14
Christian Costa
Handle more properly versions for Direct3D and Direct3D...
tree
|
commitdiff
2005-01-09
Paul Vriens
- use Interlocked* functions in AddRef and Release.
tree
|
commitdiff
2005-01-07
Mike McCormack
Use CreateEventW in preference to CreateEventA for...
tree
|
commitdiff
2005-01-03
Christian Costa
Handle correctly DDSD_LINEARSIZE flag for FOURCC textures.
tree
|
commitdiff
2004-12-21
Crestez Leonard
Check for malformed source rect in DIB_DirectDrawSurfac...
tree
|
commitdiff
2004-12-09
Alexandre Julliard
Janitorial: C booleans must not be compared against...
tree
|
commitdiff
2004-10-07
Francois Gouget
Don't define COBJMACROS in objbase.h.
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-23
Alexandre Julliard
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
tree
|
commitdiff
2004-08-12
Alexandre Julliard
Get rid of the non-standard ICOM_VTABLE macro.
tree
|
commitdiff
2004-08-02
Lionel Ulmer
- add S3TC support to BltFast (fixes NOLF)
tree
|
commitdiff
2004-07-30
Christian Costa
Added native and emulated S3TC support.
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-04-12
Lionel Ulmer
Add the possibility to save a snapshot of the backbuffer at
tree
|
commitdiff
2004-03-16
Elias Ross
Added 24-bit color key support in DIB_DirectDrawSurface...
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-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
2003-11-11
Lionel Ulmer
Better color-keying support.
tree
|
commitdiff
2003-09-15
Lionel Ulmer
- add ZBuffer write support
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-07-15
Lionel Ulmer
Some broken games do not put the TEXTURE flags in the...
tree
|
commitdiff
2003-07-08
Lionel Ulmer
- fix FPS computation
tree
|
commitdiff
2003-06-23
Lionel Ulmer
- some TRACEing fixes
tree
|
commitdiff
2003-06-16
Lionel Ulmer
- fix some regressions
tree
|
commitdiff
2003-06-13
Lionel Ulmer
Be more stringent in the 'Lock' invalid RECT check.
tree
|
commitdiff
2003-06-04
Lionel Ulmer
- proper (tested on Win2K) reference counting for Direc...
tree
|
commitdiff
2003-06-04
Alexandre Julliard
Authors: Mike McCormack <mike@codeweavers.com>, Lionel...
tree
|
commitdiff
2003-05-22
Lionel Ulmer
- remove fogging too when doing the flush of the frame...
tree
|
commitdiff
2003-05-20
Christian Costa
Remove all openGL calls in execute buffers and use...
tree
|
commitdiff
2003-05-20
Lionel Ulmer
- some tracing fixes
tree
|
commitdiff
2003-05-19
Lionel Ulmer
Better handling of pitch set to 0.
tree
|
commitdiff
2003-03-15
Tony Lambregts
Replace DPRINTF with TRACE.
tree
|
commitdiff
2003-02-11
Christian Costa
Add support for 24 bpp to _Blt_ColorFill.
tree
|
commitdiff
2003-01-08
Dan Kegel
Change RECT to use LONG to match win32 standard headers...
tree
|
commitdiff
2003-01-07
Dimitrie O. Paun
Define NONAMELESS{STRUCT,UNION} explicitly in the files...
tree
|
commitdiff
2003-01-03
Lionel Ulmer
- re-activate the color-keying code
tree
|
commitdiff
2003-01-02
Lionel Ulmer
Fix for stupid applications reading some bytes after...
tree
|
commitdiff
2003-01-02
Lionel Ulmer
- allow application to load palette-less textures
tree
|
commitdiff
2003-01-02
Lionel Ulmer
- added some tracing in the fake ZBuffer methods
tree
|
commitdiff
2003-01-02
Lionel Ulmer
Added 'blt' and 'bltfast' override functions.
tree
|
commitdiff
2003-01-02
Lionel Ulmer
Enable the application to create first textures and...
tree
|
commitdiff
2002-12-23
Lionel Ulmer
- fix mipmap texture creation
tree
|
commitdiff
2002-12-23
Lionel Ulmer
- fix small TRACE bug introduced in a previous patch
tree
|
commitdiff
2002-12-23
Lionel Ulmer
Have the 'Lock' warning a bit clearer.
tree
|
commitdiff
2002-12-16
Lionel Ulmer
- fix Twist demo
tree
|
commitdiff
2002-12-15
Lionel Ulmer
- rework how texturing is done in the D3D driver
tree
|
commitdiff
2002-12-02
Francois Gouget
Removed unnecessary HANDLE typecasts.
tree
|
commitdiff
2002-11-27
Lionel Ulmer
- fix texture snooping (plus adds snoop for 1555 format)
tree
|
commitdiff
2002-11-25
Lionel Ulmer
- Prevent the backbuffer to also have the frontbuffer...
tree
|
commitdiff
2002-11-21
Lionel Ulmer
- Clean up all the D3D COM handling (but the underlayin...
tree
|
commitdiff
2002-11-11
Lionel Ulmer
Proper logging of DDSCAPS / DDSCAPS2 structures.
tree
|
commitdiff
2002-11-11
Marko Kreen
Clip bottom coordinates.
tree
|
commitdiff
2002-11-06
Matthew Bloch
Vtable fixes.
tree
|
commitdiff
2002-11-04
Lionel Ulmer
- only compare the first WORD in the DDSCAPS2 structure...
tree
|
commitdiff
2002-10-18
Alexandre Julliard
Fixed warnings caused by conversion to -DSTRICT.
tree
|
commitdiff
2002-10-10
Christian Costa
Main_DirectDrawSurface_QueryInterface: enable creation...
tree
|
commitdiff
2002-10-10
Lionel Ulmer
Added some TRACEs to the ddraw code.
tree
|
commitdiff
2002-10-02
Alexandre Julliard
Fixed warnings.
tree
|
commitdiff
2002-09-26
Christian Costa
Enable creation of our OpenGL Direct3D device from...
tree
|
commitdiff
2002-08-07
Gregg Mattinson
Fixes for Sparc build.
tree
|
commitdiff
2002-08-03
Lionel Ulmer
Support negative values in RECTs during Blts.
tree
|
commitdiff
2002-08-02
Lionel Ulmer
Be less strict on parameter checking in the SetSurfaceD...
tree
|
commitdiff
2002-07-20
Ove Kaaven
Wait for the asynchronous update thread to complete...
tree
|
commitdiff
2002-07-19
Gregg Mattinson
Avoid structures or arrays of size 0.
tree
|
commitdiff
2002-07-16
Tony Lambregts
Added support DDBLT_DDFX flag in DirectDrawSurface_Blt.
tree
|
commitdiff
2002-07-16
Lionel Ulmer
- DDRAW_SYSTEMMEMORY is handled like OFFSCREENPLAIN...
tree
|
commitdiff
2002-07-10
Alexandre Julliard
Fixed corruption when copying to the same surface ...
tree
|
commitdiff
2002-07-10
Ove Kaaven
Removed the flags fields of IDirectDrawPaletteImpl...
tree
|
commitdiff
2002-07-10
Ove Kaaven
Handle WM_SYNCPAINT with DefWindowProc.
tree
|
commitdiff
2002-07-03
Gregg Mattinson
Removed non-static structure initializers.
tree
|
commitdiff
2002-07-03
Gregg Mattinson
Void functions can't return a value, even if it is...
tree
|
commitdiff
2002-06-28
Jukka Heinonen
Disable OWN_WINDOW as it no longer works.
tree
|
commitdiff
2002-06-28
Tony Lambregts
Added support for DDBLT_KEYSRCOVERRIDE/DDBLT_KEYDESTOVE...
tree
|
commitdiff
2002-05-31
Vincent Béron
Removed trailing whitespace.
tree
|
commitdiff
2002-05-29
Vincent Béron
Fixed some more missing \n in traces.
tree
|
commitdiff
2002-03-28
Alexandre Julliard
Removed call to DIB_GetDIBWidthBytes.
tree
|
commitdiff
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
tree
|
commitdiff
2002-02-26
Lionel Ulmer
Fix crash in the X11 HAL when setting a NULL palette...
tree
|
commitdiff
2001-12-26
Andreas Mohr
Documentation update.
tree
|
commitdiff
2001-10-17
Jukka Heinonen
When a surface becomes primary surface, mark the whole...
tree
|
commitdiff
2001-09-10
Marcus Meissner
Added dwFlags to lock_update private functions so we...
tree
|
commitdiff
2001-08-09
Alexandre Julliard
Added Interlocked*Pointer functions.
tree
|
commitdiff
2001-07-31
Alexandre Julliard
Fixed a few problems with DCX_* flags handling.
tree
|
commitdiff
2001-07-19
Dmitry Timoshkov
Fix out of the source tree build (again).
tree
|
commitdiff
2001-07-18
Patrik Stridvall
- Made sure that the files that contains the declarations
tree
|
commitdiff
2001-04-18
Alexandre Julliard
Removed a few obsolete files.
tree
|
commitdiff
2001-04-18
Ove Kaaven
Fix DGA so it works properly again.
tree
|
commitdiff
2001-04-17
Ove Kaaven
Implemented DirectDraw's Hardware Abstraction Layer...
tree
|
commitdiff
2001-04-17
Ove Kaaven
Removed the obsolete DIBTexture surface class.
tree
|
commitdiff
2001-04-17
Ove Kaaven
Fill in some more HAL fields. Flip some of them when...
tree
|
commitdiff
2001-04-17
Ove Kaaven
Implemented gamma control on the DirectDraw primary...
tree
|
commitdiff
2001-04-16
Ove Kaaven
Implemented the IDirectDrawGammaControl interface.
tree
|
commitdiff
next