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
/
r200
/
r200_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-06-02
implement arb_vertex_program in hw for r200. Code contains still some hacks, ...
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-18
on r200, don't emit fog coords when fog isn't actually enabled. Fix bug with ...
Roland Scheidegger
2005-07-18
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2005-02-17
s/0/NULL/ (Jeff Muizelaar)
Brian Paul
2004-11-03
enable GL_EXT_fog_coord. Calculate fog factors and submit them instead of fog...
Roland Scheidegger
2004-10-16
Add code to support projective texturing and fix mixed enabling of texture
Eric Anholt
2004-06-02
add support for more than 2 texture units (max 6, default 4). use hang workar...
Roland Scheidegger
2004-05-27
Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.
Ian Romanick
2004-05-05
Remove a debug printf that should not have been left in.
Ian Romanick
2004-05-05
Added support for the 3rd texture coordinate for cubemaps and 3D
Ian Romanick
2004-04-27
Use the dispatch table directly instead of calling GL functions.
Ian Romanick
2004-01-04
Reenable the vtxfmt code paths in the radeon and r200 drivers.
Felix Kuehling
2003-12-09
clean up some compiler warnings
Keith Whitwell
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-06
r200 driver, brought over by Jon Smirl
Keith Whitwell