summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/windows/gdi/wmesa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* check for non-nill pwc in WMesaMakeCurrent(), bug 7585Brian Paul2006-07-211-1/+1
* Fix problem reported by Bill Newman in read_rgba_pixels for 16 and 32 bit (GD...Karl Schultz2006-04-031-2/+2
* Clean up data structures, finishing off some of the cleanup work suggested by...Karl Schultz2006-03-301-115/+129
* Fix logic error in viewport function so that we still resize the buffers if t...Karl Schultz2006-03-301-8/+5
* When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fieldsBrian Paul2006-03-301-18/+38
* Use [][3] for write_rgb_span_16Karl Schultz2006-03-301-1/+1
* Fixes from Brian to help migrate to render buffer DD interfaces. Also fix bu...Karl Schultz2006-03-301-255/+375
* fix thinko in last revision.Karl Schultz2005-12-161-1/+1
* Work In Progress. Move some of the frame buffer, render buffer, etc init cod...Karl Schultz2005-12-151-102/+162
* Add support for memory contexts (Thomas Kaltofen). Cleanup compilation warni...Karl Schultz2005-09-051-15/+20
* free context structure (bug 1252316) and s/free/_mesa_free/Brian Paul2005-08-091-6/+7
* Major code cleanup and begin using new render buffer interface.Karl Schultz2005-05-241-3126/+921
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-8/+10
* Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul2004-11-081-2/+4
* SWTC trick, enabled new extensionsDaniel Borca2004-10-121-2/+32
* rearrange a couple of lines of code to avoid compilation error in VC 6,Karl Schultz2004-09-171-1/+1
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-21/+67
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-011-3/+3
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-47/+26
* Import vtx-0-2-branchKeith Whitwell2003-11-241-1/+0
* fix AccessViolation bug (#835861)Brian Paul2003-11-041-2/+9
* Source code for GDI driver.Karl Schultz2003-07-241-0/+3322