- 13 Jun, 2003 3 commits
-
-
Lionel Ulmer authored
-
Jukka Heinonen authored
Stop using SIGALRM for timers.
-
Gregory M. Turner authored
- better reminder on how to fix memory leaks
-
- 07 Jun, 2003 9 commits
-
-
Rok Mandeljc authored
- implemented fake midi & performance channels - implemented some IDirectMusic*8* functions where IDirectMusic* equivalent exists - IDirectMusic*8 interfaces can now be obtained from IDirectMusic interfaces (QueryInterface...) - channel-related performance functions are kinda implemented now
-
Arjen Nienhuis authored
-
Christian Costa authored
-
Mike Hearn authored
-
Mike Hearn authored
-
Kester Maddock authored
-
Mike Hearn authored
-
Steven Edwards authored
-
Eric Pouech authored
DebugBreakProcess.
-
- 06 Jun, 2003 8 commits
-
-
Sylvain Petreolle authored
-
Dimitrie O. Paun authored
-
Raphael Junqueira authored
-
Martin Fuchs authored
-
Mike McCormack authored
-
Ingmar Thiemann authored
-
Robert Shearman authored
- Rewrite the enumeration loop - Support non-desktop root - Silence harmless and implemented debug messages
-
Jukka Heinonen authored
Restored interrupt priorities to correct values.
-
- 04 Jun, 2003 20 commits
-
-
Lionel Ulmer authored
- optimize FB Locks / Unlocks when RECTs are used
-
Lionel Ulmer authored
- TRACEing fix
-
Lionel Ulmer authored
- fix bug in texture upload (I wonder how I missed this :-/ ) - improve the D3D1/2 texture mapping modes
-
Lionel Ulmer authored
- 24 bpp handling for lock / unlock code - some better checks for AlphaPixel value - better TRACEing to better catch threading problems
-
Lionel Ulmer authored
- only bind textures at start of rendering - optimized the texture parameter code - optimize of the 'dirty checking code' for mipmapping - handles the MAXMIPLEVEL texture parameter
-
Lionel Ulmer authored
- fix one case of reference counting on textures - fix stupid bug in texture upload code - yet another texture enumeration reordering
-
Lionel Ulmer authored
-
Lionel Ulmer authored
- use the common code for the FB Unlock code
-
Lionel Ulmer authored
- some interface changes for future reuse for Blt / Lock code - fixed some Pitch problems in texture uploads (mostly for 'small' mip-mapping levels)
-
Lionel Ulmer authored
-
Lionel Ulmer authored
-
Lionel Ulmer authored
- cleaned-up the GL / device critical section handling
-
Lionel Ulmer authored
- no need anymore to flush to FB on execute buffer calling
-
Lionel Ulmer authored
-
Lionel Ulmer authored
- fix compilation on non-recent glext.h systems
-
Raphael Junqueira authored
surface.c/*texture.c (with add of lockable, locked and Dirty flags) - add of dirtyRect/dirtyBox for better dirtification management (not used yet, but huge optimisation can be possible now) - fix some debug traces (well it's better to use debug_d3dpool) - fix some stupid regression on point parameters (forgot to check extension on fillcaps)
-
Raphael Junqueira authored
defines and the caps defines - cleanup of device.c using the caps defines (avoid the #ifdef nigthmare) - add {Set,Get}GammaRamp support
-
Raphael Junqueira authored
- split of CreateDevice gl/gxl detection code into FillGLCaps - implementation of resolution change (using ChangeDisplaySettings) but desactived as ChangeDisplaySettings don't seem to work well - begin of swap chain support (now need to split/clean gxlpbuffer/glxpixmap code for swap chain use)
-
Jason Edmeades authored
saved snapshot correctly.
-
Raphael Junqueira authored
ActiveRender) - fix stupid rescaling of colors values on SaveSnapshot
-