summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/windows/gdi/wmesa.c
Commit message (Expand)AuthorAgeFilesLines
* windows/gdi: Remove.Jose Fonseca2015-03-041-791/+0
* mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick2014-01-151-3/+1
* wmesa: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick2013-06-281-5/+0
* mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt2013-06-251-1/+0
* wmesa: include api_exec.h to fix compilationBrian Paul2013-01-221-0/+1
* mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt2013-01-211-1/+1
* wmesa: include version.h to silence warningBrian Paul2012-12-171-0/+1
* drivers: compute version and then initialize exec tableJordan Justen2012-12-161-0/+7
* mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul2012-11-301-2/+2
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-1/+1
* wmesa: remove old, unused span codeBrian Paul2012-10-171-474/+0
* mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul2012-10-051-1/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* mesa/gdi: remove clear_color() functionBrian Paul2012-03-121-32/+15
* mesa/gdi: remove wmesa_set_renderbuffer_funcs() functionBrian Paul2012-01-241-50/+0
* mesa: remove gl_renderbuffer::DataTypeBrian Paul2012-01-241-1/+0
* mesa: remove gl_renderbuffer::PutRowRGB()Brian Paul2011-12-241-123/+0
* 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
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-4/+5
* mesa/gdi: Address compiler warnings.José Fonseca2011-04-231-134/+129
* scons: Build classic mesa gdi driver.José Fonseca2011-04-231-5/+6
* mesa: remove _mesa_initialize_context_for_api()Brian Paul2011-02-081-1/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-40/+40
* 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-101-19/+8
* mesa: Remove support for creating color-index visualsIan Romanick2010-03-031-3/+1
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-4/+4
* mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez2010-02-031-1/+1
* windows: assorted build fixesBrian Paul2010-01-291-12/+0
* mesa: implement per-buffer color maskingBrian Paul2009-12-291-4/+4
* windows: call _mesa_meta_init/free()Brian Paul2009-09-201-0/+5
* 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-071-1/+1
* 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
* added 24bpp supportShane Blackett2008-09-111-10/+217
* additional stub functionsBrian2008-01-021-0/+4
* 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-231-0/+5
* Fix a number of MINGW32 issuesZhang2007-07-211-2/+5
* a variety of fixes for MingWzhang2007-06-281-66/+66
* enable 2.1 extensionsBrian2007-04-261-0/+1
* assorted fixes for Windows/VC8Karl Schultz2007-04-241-0/+22
* Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier2007-02-161-4/+4
* Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-8/+5
* don't use params passed to Clear()Brian Paul2006-10-211-2/+6
* Handle API and dispatch table changes that removed a bunch of extension entry...Karl Schultz2006-08-301-0/+50