summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows/gdi/wmesa.c
AgeCommit message (Expand)Author
2011-02-08mesa: remove _mesa_initialize_context_for_api()Brian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-03-10windows: fix compilation errors and warningsKarl Schultz
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-03mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez
2010-01-29windows: assorted build fixesBrian Paul
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-09-20windows: call _mesa_meta_init/free()Brian Paul
2009-04-20gdi: Don't implement broken gl_dispatch_stub_xxx.José Fonseca
2009-03-07mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul
2008-11-26windows: fix visual object memleakThomas Henn
2008-11-26windows: fix _mesa_unreference_framebuffer() to pass ** type.Thomas Henn
2008-11-24windows: replace free() with _mesa_unreference_framebuffer()Brian Paul
2008-09-11added 24bpp supportShane Blackett
2008-01-02additional stub functionsBrian
2007-10-15faster write_rgba_span_front()Andreas Micheler
2007-08-23For _mesa_share_state(), update the context's references to the new share gro...Brian
2007-07-21Fix a number of MINGW32 issuesZhang
2007-06-28a variety of fixes for MingWzhang
2007-04-26enable 2.1 extensionsBrian
2007-04-24assorted fixes for Windows/VC8Karl Schultz
2007-02-16Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul
2006-10-21don't use params passed to Clear()Brian Paul
2006-08-30Handle API and dispatch table changes that removed a bunch of extension entry...Karl Schultz
2006-07-21check for non-nill pwc in WMesaMakeCurrent(), bug 7585Brian Paul
2006-04-03Fix problem reported by Bill Newman in read_rgba_pixels for 16 and 32 bit (GD...Karl Schultz
2006-03-30Clean up data structures, finishing off some of the cleanup work suggested by...Karl Schultz
2006-03-30Fix logic error in viewport function so that we still resize the buffers if t...Karl Schultz
2006-03-30When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fieldsBrian Paul
2006-03-30Use [][3] for write_rgb_span_16Karl Schultz
2006-03-30Fixes from Brian to help migrate to render buffer DD interfaces. Also fix bu...Karl Schultz
2005-12-16fix thinko in last revision.Karl Schultz
2005-12-15Work In Progress. Move some of the frame buffer, render buffer, etc init cod...Karl Schultz
2005-09-05Add support for memory contexts (Thomas Kaltofen). Cleanup compilation warni...Karl Schultz
2005-08-09free context structure (bug 1252316) and s/free/_mesa_free/Brian Paul
2005-05-24Major code cleanup and begin using new render buffer interface.Karl Schultz
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-11-08Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul
2004-10-12SWTC trick, enabled new extensionsDaniel Borca
2004-09-17rearrange a couple of lines of code to avoid compilation error in VC 6,Karl Schultz
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2003-11-24Import vtx-0-2-branchKeith Whitwell
2003-11-04fix AccessViolation bug (#835861)Brian Paul
2003-07-24Source code for GDI driver.Karl Schultz