summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_vtxfmt.c
Commit message (Expand)AuthorAgeFilesLines
* Make most of the _mesa_noop_*() functions static.Brian Paul2006-04-201-11/+2
* s/memcpy/_mesa_memcpy/, s/FREE/_mesa_free/Brian Paul2005-10-191-1/+1
* Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell2005-10-181-1/+1
* add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...Roland Scheidegger2005-10-171-3/+11
* enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...Roland Scheidegger2005-10-131-72/+56
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-181-22/+24
* s/0/NULL/ (Jeff Muizelaar)Brian Paul2005-02-161-1/+1
* use GL_CALL() macro (Andreas Stenglein)Brian Paul2004-07-241-20/+20
* Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.Ian Romanick2004-05-271-2/+2
* bring over build fixes from stable branchAlan Hourihane2004-04-261-1/+1
* Reenable the vtxfmt code paths in the radeon and r200 drivers.Felix Kuehling2004-01-041-7/+8
* Import vtx-0-2-branchKeith Whitwell2003-11-241-2/+3
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-3/+3
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+1089