index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
windows
/
gdi
/
wmesa.c
Age
Commit message (
Expand
)
Author
2005-09-05
Add support for memory contexts (Thomas Kaltofen). Cleanup compilation warni...
Karl Schultz
2005-08-09
free context structure (bug 1252316) and s/free/_mesa_free/
Brian Paul
2005-05-24
Major code cleanup and begin using new render buffer interface.
Karl Schultz
2004-11-27
Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().
Brian Paul
2004-11-08
Remove need for defining _MSC_VER when building Mesa for windows with
Brian Paul
2004-10-12
SWTC trick, enabled new extensions
Daniel Borca
2004-09-17
rearrange a couple of lines of code to avoid compilation error in VC 6,
Karl Schultz
2004-08-25
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-07-01
Rename the various function types in t_context.h to include a tnl_ prefix.
Keith Whitwell
2004-01-20
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
2003-11-24
Import vtx-0-2-branch
Keith Whitwell
2003-11-04
fix AccessViolation bug (#835861)
Brian Paul
2003-07-24
Source code for GDI driver.
Karl Schultz