summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows/gdi/mesa.def
AgeCommit message (Expand)Author
2010-03-01Remove now obsolete mesa_bzero symbol.Karl Schultz
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-19Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke
2010-02-10Add new symbol to exports listunknown
2010-01-29windows: assorted build fixesBrian Paul
2009-11-04Merge branch 'mesa_7_6_branch'Brian Paul
2009-11-03windows: remove old entrypoints from mesa.def fileKarl Schultz
2009-09-19windows: replace old ColorTable, Convolution functions with newBrian Paul
2009-09-19windows: replace old TexCopy functions w/ newBrian Paul
2009-07-27windows: updated VC8 project filesKarl Schultz
2009-03-07mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul
2009-01-15windows: updated mesa.def fileKarl Schultz
2008-05-28updated function listBrian Paul
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-08-30Handle API and dispatch table changes that removed a bunch of extension entry...Karl Schultz
2006-08-04export new _mesa_* functionsKarl Schultz
2006-03-29Update for new Mesa entry points. I need to change the python script that ge...Karl Schultz
2006-01-25add wglGetExtensionsStringARBKarl Schultz
2005-12-08update for symbol export changesKarl Schultz
2005-09-05remove _swrast_DrawBufferKarl Schultz
2005-05-24Major code cleanup and begin using new render buffer interface.Karl Schultz
2004-05-10fixed bugs in fxddtex.cDaniel Borca
2004-01-27Add new driverfuncs.Karl Schultz
2004-01-14Replace with version generated from new python script.Karl Schultz
2004-01-13add new entrypointsKarl Schultz
2003-09-18Update with current set of gl* entry points.Karl Schultz
2003-09-18Add symbols to export private entry points to osmesa.Karl Schultz
2003-07-25cleanup - add comments and sort names.Karl Schultz
2003-07-24add symbols needed by osmesa.Karl Schultz
2003-07-24linker exports defsKarl Schultz