summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows/gdi/mesa.def
AgeCommit message (Collapse)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
This may break the SUNOS4 build, but it's no longer relevant.
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
This may break the SUNOS4 build, but it's no longer relevant.
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
These changes were originally submitted by Karl Schultz for Mesa 7.7-rc2 but weren't applied. (cherry picked from commit 82c76cd16f35f4d903f49761af7eb28a755ad299)
2009-11-04Merge branch 'mesa_7_6_branch'Brian Paul
Conflicts: src/mesa/drivers/windows/gdi/mesa.def
2009-11-03windows: remove old entrypoints from mesa.def fileKarl Schultz
Signed-off-by: Brian Paul <brianp@vmware.com>
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
See bug 22882.
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
Updated all drivers that used the old _ac_ functions to use the new _vbo_ functions. I know this fixed the fbdev driver, it looks like it might fix some other drivers too.
2006-08-30Handle API and dispatch table changes that removed a bunch of extension ↵Karl Schultz
entry points.
2006-08-04export new _mesa_* functionsKarl Schultz
2006-03-29Update for new Mesa entry points. I need to change the python script that ↵Karl Schultz
generates this file to the new XML scheme, but for now, a manual update is OK.
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
cleaned up win32 definition files
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