rpcrt4: Make NdrConformantStringUnmarshall use the new Read{Variance,Conformance}
[wine] / dlls / x11drv / opengl.c
2006-05-09  Mike McCormackx11drv: Fix a warning when opengl headers are missing.
2006-03-27  Tomas Carneckyopengl: Put OpenGL setup functions into their own debug...
2006-03-15  Vitaliy Margolenx11drv: Fix one case of "glXChooseFBConfig returns...
2006-03-14  Jan Zerebeckix11drv: Prevent out of bound access in DescribePixelFormat.
2005-12-19  Huw Daviesopengl: Add support for rendering on bitmaps.
2005-12-16  Huw Daviesx11drv: Get the visual for the GLXPixmap from the curre...
2005-12-16  Tomas Carneckyx11drv: Allow users to preload an OpenGL library.
2005-12-06  Raphael Junqueirax11drv: Add more useful traces on SetPixelFormat (and...
2005-12-02  Raphael JunqueiraHandle DONTCARE flags on ChoosePixelFormat.
2005-11-18  Peter BeutnerFix wrong use of the PFD_GENERIC_ACCELERATED flag....
2005-11-11  Raphael JunqueiraAdd GLXFBConfig on Wine_GLContext (we should remove...
2005-09-28  Gerald PfeiferUse 0 instead of NULL in create_glxpixmap().
2005-09-26  Huw DaviesAdd an x11drv escape that returns a glx drawable.
2005-09-25  Alexandre JulliardReplace DPRINTF by TRACE in a few places.
2005-08-22  Saulius KrasuckasDon't dereference a NULL visual pointer.
2005-08-16  Mike McCormackgcc 4.0 warning fixes.
2005-08-03  Oliver StieberBack out the previous stencil patch and slightly improv...
2005-07-22  Oliver StieberAllow running opengl and DirectX applications without...
2005-07-05  Oliver StieberMake sure that the OpenGL visual created for a window...
2005-06-29  Alexandre JulliardDelay OpenGL and GDI initialization until they are...
2005-05-10  Raphael JunqueiraFix X11DRV_ChoosePixelFormat to choose 24 bpp as 32...
2005-05-06  Francois GougetTweak the documentation to make winapi_check happy.
2005-04-28  Raphael Junqueira- valid implementation of X11DRV_ChoosePixelFormat...
2005-04-14  Alexandre JulliardInclude Xmd.h in x11drv.h with the proper defines to...
2004-11-30  Eric PouechConst correctness fixes.
2004-01-20  Alexandre JulliardRemoved some unnecessary inclusions of gdi.h.
2003-12-05  Alexandre JulliardMoved all the files in graphics/x11drv to dlls/x11drv.