Fix return types of GetThreadDesktop and OpenDesktopA.
[wine] / dlls / ddraw / mesa_private.h
2003-11-25  Lionel UlmerUse vertex arrays when possible.
2003-11-11  Lionel UlmerBetter color-keying support.
2003-08-18  Lionel UlmerAdded support for multi-texturing.
2003-08-05  Lionel UlmerSupport the mimap lod bias extension.
2003-08-05  Lionel UlmerProper MIRROR texture address support.
2003-07-28  Lionel UlmerBetter caps support (ie more in line with what GL reports).
2003-06-16  Lionel Ulmer- GL state change optimizations
2003-06-04  Lionel Ulmer- fix the texture upload code when RECT is actually...
2003-06-04  Lionel Ulmer- some GL critical section fixes
2003-06-04  Lionel Ulmer- proper (tested on Win2K) reference counting for Direc...
2003-06-04  Lionel Ulmer- added RECT support to the texture upload code
2003-06-04  Lionel Ulmer- some clean-ups (extension code to be added soon)
2003-06-04  Lionel UlmerRefactoring of the texture upload code.
2003-06-04  Lionel Ulmer- implement FB => Texture blits
2003-06-04  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Lionel...
2003-05-20  Lionel Ulmer- some tracing fixes
2003-05-20  Lionel UlmerNo need to flush the surface back if last lock was...
2003-05-20  Lionel Ulmer- fix bug in 'Blt DEPTH_FILL' override
2003-05-17  Lionel UlmerSupport for device surface locking.
2003-05-12  Lionel Ulmer- separate geometry tracing in a new debug channel...
2003-02-12  Lionel UlmerAdded fogging for transformed vertices.
2003-01-07  Lionel Ulmer - rewrote a little bit the state magagement to remove...
2003-01-05  Lionel UlmerFactorize the 'ortho' code (will be needed later on).
2003-01-03  Lionel Ulmer- some fixes / optimisations in the color keying code
2003-01-03  Christian CostaBeginning of state block.
2003-01-03  Lionel Ulmer- hack for one case of the ProcessVertices case
2003-01-03  Lionel Ulmer- create a function to set the various transformation...
2003-01-03  Lionel Ulmer- some additionnal flags logged
2003-01-02  Lionel UlmerAdded support for per-vertex material properties.
2003-01-02  Lionel Ulmer- beginning of Material and Light support for D3D7
2003-01-02  Lionel Ulmer- allow application to load palette-less textures
2003-01-02  Lionel Ulmer- added some tracing in the fake ZBuffer methods
2003-01-02  Lionel UlmerImplement GetTransform and rework a bit the matrices...
2003-01-02  Lionel Ulmer- do not use the alpha coordinates when ALPHABLEND...
2003-01-02  Lionel UlmerEnable the application to create first textures and...
2003-01-02  Lionel UlmerSome clean-ups after the DrawPrimitive rewrite.
2002-12-24  Lionel Ulmer- actually use the background color when Clear-ing
2002-12-16  Lionel UlmerFix a memory leak and optimize a little bit the generic...
2002-12-16  Lionel UlmerSupports the ALPHAFUNC and ALPHAREF rendering states.
2002-12-15  Lionel Ulmer - rework how texturing is done in the D3D driver
2002-12-05  Lionel UlmerHave only one GUID for Wine's OpenGL D3D device.
2002-11-30  Lionel Ulmer- actually use the VertexBuffer stubs
2002-11-30  Lionel UlmerBeginning of support for D3D7 / D3DDevice7.
2002-11-30  Lionel Ulmer - some more code sharing between D3DDevice versions
2002-11-30  Lionel Ulmer - fixed D3DFVF_VERTEX case
2002-11-24  Lionel Ulmer- add implementation for FindDevice function
2002-11-21  Lionel Ulmer- Clean up all the D3D COM handling (but the underlayin...
2002-09-29  Alexandre JulliardAdded check for OpenGL.
2002-09-27  Christian CostaFix devices creation broken code. Now, the display...
2002-09-25  Alexandre JulliardImport wine_tsx11_lock/unlock directly from x11drv...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-07-22  Alexandre JulliardCommented out references to x11drv internals from MESA...
2001-07-12  Lionel Ulmer- removed unused OSMesa linking
2001-01-04  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Gavri...
2000-07-23  Ove KaavenAdded a few C++ operators to Direct3D structures, and...
2000-07-16  Lionel Ulmer- fix Direct3D support and a lot of warnings
2000-06-01  Andreas MohrLots of spelling fixes that accumulated in my tree...
2000-05-13  Peter Hunnisett- Added ability to create 3D3 interfaces for Xlib
2000-05-12  Lionel UlmerAdded support for OpenGL.
2000-04-14  Francois GougetChanged the placement of WINE_UNUSED to make gcc 2...
2000-04-09  Marcus MeissnerRestructured DirectDraw. Split into X11 and DGA driver...