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
/
dri
/
radeon
/
radeon_vtxfmt.c
Age
Commit message (
Expand
)
Author
2006-09-08
cause a vtxfmt fallback directly when hitting NewList for radeon and r200 dri...
Roland Scheidegger
2006-04-20
Make most of the _mesa_noop_*() functions static.
Brian Paul
2005-10-19
s/memcpy/_mesa_memcpy/, s/FREE/_mesa_free/
Brian Paul
2005-10-18
Add _mesa_exec_malloc() and _mesa_exec_free() for allocating
Keith Whitwell
2005-10-17
add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...
Roland Scheidegger
2005-10-13
enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...
Roland Scheidegger
2005-07-18
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2005-02-16
s/0/NULL/ (Jeff Muizelaar)
Brian Paul
2004-07-24
use GL_CALL() macro (Andreas Stenglein)
Brian Paul
2004-05-27
Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.
Ian Romanick
2004-04-26
bring over build fixes from stable branch
Alan Hourihane
2004-01-04
Reenable the vtxfmt code paths in the radeon and r200 drivers.
Felix Kuehling
2003-11-24
Import vtx-0-2-branch
Keith Whitwell
2003-10-21
Update DRI drivers to current DRI CVS and make them work.
Jon Smirl
2003-08-22
patch to import Jon Smirl's work from Bitkeeper
Brian Paul