summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows
Commit message (Expand)AuthorAgeFilesLines
* 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-192-8/+8
* | windows: replace old TexCopy functions w/ newBrian Paul2009-09-192-10/+10
* | gldirect: remove refs to soon-to-be-obsolete functionsBrian Paul2009-09-191-24/+2
|/
* 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
* Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-285-0/+6
* 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-218-12/+2
* 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
* assorted fixes for Windows/VC8Karl Schultz2007-04-242-3/+56
* Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier2007-02-1614-26/+26
* 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-302-114/+50
* export new _mesa_* functionsKarl Schultz2006-08-041-0/+5
* check for non-nill pwc in WMesaMakeCurrent(), bug 7585Brian Paul2006-07-211-1/+1
* Thread safety for Win32. SourceForge bug #1507315.Brian Paul2006-06-161-0/+32
* 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-302-133/+139
* 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-303-297/+419
* Update for new Mesa entry points. I need to change the python script that ge...Karl Schultz2006-03-291-3/+4
* add wglGetExtensionsStringARBKarl Schultz2006-01-252-1/+6
* 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-152-102/+164
* update for symbol export changesKarl Schultz2005-12-081-1/+2
* additional wrapper updates, bug 4468Brian Paul2005-09-191-0/+25
* Add support for memory contexts (Thomas Kaltofen). Cleanup compilation warni...Karl Schultz2005-09-053-33/+34
* remove _swrast_DrawBufferKarl Schultz2005-09-051-1/+0
* Rearrange the code related to GL_ARB_occlusion_object to generalize queryBrian Paul2005-08-273-9/+3