summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/windows/gdi
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues()Brian Paul2011-12-241-210/+5
* mesa/drivers: use new swrast renderbuffer functionsBrian Paul2011-12-081-7/+8
* wglSetPixelFormat should ignore the ppfd parameter.Morgan Armand2011-11-021-3/+7
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-4/+5
* gdi: Remove mesa_wgl.hJosé Fonseca2011-08-301-23/+0
* mesa/gdi: Silence gcc warning about unused result.José Fonseca2011-05-041-1/+1
* mesa/gdi: Address compiler warnings.José Fonseca2011-04-232-136/+131
* mesa/gdi: Remove InitCritSections.cpp.José Fonseca2011-04-231-33/+0
* scons: Build classic mesa gdi driver.José Fonseca2011-04-235-115/+47
* mesa: remove _mesa_initialize_context_for_api()Brian Paul2011-02-081-1/+2
* WIN32_THREADS -> WIN32José Fonseca2010-12-021-2/+3
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-132-42/+42
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-4/+4
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-3/+3
* windows: fix compilation errors and warningsKarl Schultz2010-03-102-20/+9
* mesa: Remove support for creating color-index visualsIan Romanick2010-03-031-3/+1
* Remove now obsolete mesa_bzero symbol.Karl Schultz2010-03-011-1/+0
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-192-6/+4
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-191-1/+0
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-1/+0
* Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke2010-02-191-2/+1
* Add new symbol to exports listunknown2010-02-101-0/+1
* mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez2010-02-031-1/+1
* windows: assorted build fixesBrian Paul2010-01-292-14/+2
* mesa: implement per-buffer color maskingBrian Paul2009-12-291-4/+4
* Merge branch 'mesa_7_6_branch'Brian Paul2009-11-041-11/+0
|\
| * windows: remove old entrypoints from mesa.def fileKarl Schultz2009-11-031-12/+0
* | windows: call _mesa_meta_init/free()Brian Paul2009-09-201-0/+5
* | windows: replace old ColorTable, Convolution functions with newBrian Paul2009-09-191-4/+4
* | windows: replace old TexCopy functions w/ newBrian Paul2009-09-191-5/+5
|/
* windows: updated VC8 project filesKarl Schultz2009-07-271-1/+0
* gdi: Don't implement broken gl_dispatch_stub_xxx.José Fonseca2009-04-201-77/+0
* mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2009-03-072-2/+2
* windows: updated mesa.def fileKarl Schultz2009-01-151-0/+5
* windows: try to create a context in wglCreateLayerContext()Karl Schultz2009-01-131-1/+2
* windows: fix visual object memleakThomas Henn2008-11-261-0/+3
* windows: fix _mesa_unreference_framebuffer() to pass ** type.Thomas Henn2008-11-261-1/+3
* windows: replace free() with _mesa_unreference_framebuffer()Brian Paul2008-11-241-1/+1
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* added 24bpp supportShane Blackett2008-09-111-10/+217
* Assorted Windows fixes (Karl Schultz)Brian Paul2008-05-291-7/+7
* updated function listBrian Paul2008-05-281-27/+4
* additional stub functionsBrian2008-01-021-0/+4
* use DEFAULT_SOFTWARE_DEPTH_BITSDelle2007-11-271-9/+11
* faster write_rgba_span_front()Andreas Micheler2007-10-151-17/+78
* For _mesa_share_state(), update the context's references to the new share gro...Brian2007-08-232-2/+7
* Fix a number of MINGW32 issuesZhang2007-07-213-24/+44
* add const to wglSetPixelFormat() to match .h declarationBrian2007-07-021-1/+1
* a variety of fixes for MingWzhang2007-06-282-66/+72
* enable 2.1 extensionsBrian2007-04-261-0/+1