summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows/gdi/wmesa.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-14mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie1-4/+5
2011-04-23mesa/gdi: Address compiler warnings.José Fonseca1-134/+129
2011-04-23scons: Build classic mesa gdi driver.José Fonseca1-5/+6
2011-02-08mesa: remove _mesa_initialize_context_for_api()Brian Paul1-1/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-40/+40
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg1-4/+4
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-3/+3
2010-03-10windows: fix compilation errors and warningsKarl Schultz1-19/+8
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick1-3/+1
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-4/+4
2010-02-03mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez1-1/+1
2010-01-29windows: assorted build fixesBrian Paul1-12/+0
2009-12-29mesa: implement per-buffer color maskingBrian Paul1-4/+4
2009-09-20windows: call _mesa_meta_init/free()Brian Paul1-0/+5
2009-04-20gdi: Don't implement broken gl_dispatch_stub_xxx.José Fonseca1-77/+0
2009-03-07mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul1-1/+1
2008-11-26windows: fix visual object memleakThomas Henn1-0/+3
2008-11-26windows: fix _mesa_unreference_framebuffer() to pass ** type.Thomas Henn1-1/+3
2008-11-24windows: replace free() with _mesa_unreference_framebuffer()Brian Paul1-1/+1
2008-09-11added 24bpp supportShane Blackett1-10/+217
2008-01-02additional stub functionsBrian1-0/+4
2007-10-15faster write_rgba_span_front()Andreas Micheler1-17/+78
2007-08-23For _mesa_share_state(), update the context's references to the new share gro...Brian1-0/+5
2007-07-21Fix a number of MINGW32 issuesZhang1-2/+5
2007-06-28a variety of fixes for MingWzhang1-66/+66
2007-04-26enable 2.1 extensionsBrian1-0/+1
2007-04-24assorted fixes for Windows/VC8Karl Schultz1-0/+22
2007-02-16Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier1-4/+4
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul1-8/+5
2006-10-21don't use params passed to Clear()Brian Paul1-2/+6
2006-08-30Handle API and dispatch table changes that removed a bunch of extension entry...Karl Schultz1-0/+50
2006-07-21check for non-nill pwc in WMesaMakeCurrent(), bug 7585Brian Paul1-1/+1
2006-04-03Fix problem reported by Bill Newman in read_rgba_pixels for 16 and 32 bit (GD...Karl Schultz1-2/+2
2006-03-30Clean up data structures, finishing off some of the cleanup work suggested by...Karl Schultz1-115/+129
2006-03-30Fix logic error in viewport function so that we still resize the buffers if t...Karl Schultz1-8/+5
2006-03-30When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fieldsBrian Paul1-18/+38
2006-03-30Use [][3] for write_rgb_span_16Karl Schultz1-1/+1
2006-03-30Fixes from Brian to help migrate to render buffer DD interfaces. Also fix bu...Karl Schultz1-255/+375
2005-12-16fix thinko in last revision.Karl Schultz1-1/+1
2005-12-15Work In Progress. Move some of the frame buffer, render buffer, etc init cod...Karl Schultz1-102/+162
2005-09-05Add support for memory contexts (Thomas Kaltofen). Cleanup compilation warni...Karl Schultz1-15/+20
2005-08-09free context structure (bug 1252316) and s/free/_mesa_free/Brian Paul1-6/+7
2005-05-24Major code cleanup and begin using new render buffer interface.Karl Schultz1-3126/+921
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul1-8/+10
2004-11-08Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul1-2/+4
2004-10-12SWTC trick, enabled new extensionsDaniel Borca1-2/+32
2004-09-17rearrange a couple of lines of code to avoid compilation error in VC 6,Karl Schultz1-1/+1
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul1-21/+67
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell1-3/+3
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul1-47/+26