index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
windows
/
gdi
/
mesa.def
Age
Commit message (
Expand
)
Author
2010-03-01
Remove now obsolete mesa_bzero symbol.
Karl Schultz
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
2010-02-19
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
Remove _mesa_strcmp in favor of plain strcmp.
Kenneth Graunke
2010-02-10
Add new symbol to exports list
unknown
2010-01-29
windows: assorted build fixes
Brian Paul
2009-11-04
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-11-03
windows: remove old entrypoints from mesa.def file
Karl Schultz
2009-09-19
windows: replace old ColorTable, Convolution functions with new
Brian Paul
2009-09-19
windows: replace old TexCopy functions w/ new
Brian Paul
2009-07-27
windows: updated VC8 project files
Karl Schultz
2009-03-07
mesa: remove last of _mesa_unreference_framebuffer() calls
Brian Paul
2009-01-15
windows: updated mesa.def file
Karl Schultz
2008-05-28
updated function list
Brian Paul
2007-04-24
assorted fixes for Windows/VC8
Karl Schultz
2007-02-16
Commiting a few minor fixes to glut fbdev (segfault on a separate stack)
Sean D'Epagnier
2006-08-30
Handle API and dispatch table changes that removed a bunch of extension entry...
Karl Schultz
2006-08-04
export new _mesa_* functions
Karl Schultz
2006-03-29
Update for new Mesa entry points. I need to change the python script that ge...
Karl Schultz
2006-01-25
add wglGetExtensionsStringARB
Karl Schultz
2005-12-08
update for symbol export changes
Karl Schultz
2005-09-05
remove _swrast_DrawBuffer
Karl Schultz
2005-05-24
Major code cleanup and begin using new render buffer interface.
Karl Schultz
2004-05-10
fixed bugs in fxddtex.c
Daniel Borca
2004-01-27
Add new driverfuncs.
Karl Schultz
2004-01-14
Replace with version generated from new python script.
Karl Schultz
2004-01-13
add new entrypoints
Karl Schultz
2003-09-18
Update with current set of gl* entry points.
Karl Schultz
2003-09-18
Add symbols to export private entry points to osmesa.
Karl Schultz
2003-07-25
cleanup - add comments and sort names.
Karl Schultz
2003-07-24
add symbols needed by osmesa.
Karl Schultz
2003-07-24
linker exports defs
Karl Schultz