aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/windows/gdi/wgl.c
Commit message (Expand)AuthorAgeFilesLines
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* mesa/gdi: include swrast.h to fix compilationBrian Paul2012-02-241-0/+1
* wglSetPixelFormat should ignore the ppfd parameter.Morgan Armand2011-11-021-3/+7
* gdi: Remove mesa_wgl.hJosé Fonseca2011-08-301-23/+0
* mesa/gdi: Silence gcc warning about unused result.José Fonseca2011-05-041-1/+1
* scons: Build classic mesa gdi driver.José Fonseca2011-04-231-2/+2
* windows: try to create a context in wglCreateLayerContext()Karl Schultz2009-01-131-1/+2
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* Assorted Windows fixes (Karl Schultz)Brian Paul2008-05-291-7/+7
* use DEFAULT_SOFTWARE_DEPTH_BITSDelle2007-11-271-9/+11
* For _mesa_share_state(), update the context's references to the new share gro...Brian2007-08-231-2/+2
* Fix a number of MINGW32 issuesZhang2007-07-211-21/+36
* add const to wglSetPixelFormat() to match .h declarationBrian2007-07-021-1/+1
* a variety of fixes for MingWzhang2007-06-281-0/+6
* Fixes from Brian to help migrate to render buffer DD interfaces. Also fix bu...Karl Schultz2006-03-301-29/+16
* add wglGetExtensionsStringARBKarl Schultz2006-01-251-1/+5
* Add support for memory contexts (Thomas Kaltofen). Cleanup compilation warni...Karl Schultz2005-09-051-16/+14
* Fix a prototypeKarl Schultz2005-07-011-5/+5
* mingw changes (Nolan Leake)Brian Paul2005-06-131-2/+3
* Major code cleanup and begin using new render buffer interface.Karl Schultz2005-05-241-473/+528
* remove CRDaniel Borca2004-08-301-21/+21
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-12/+28
* Windows ICD driver code (patch 1014800)Brian Paul2004-08-251-2/+2
* Mingw3 prototypesDaniel Borca2004-01-071-4/+1
* Updates from Daniel Borca.Brian Paul2003-08-051-1/+4
* Source code for GDI driver.Karl Schultz2003-07-241-0/+623