aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_vtxfmt.c
Commit message (Expand)AuthorAgeFilesLines
* cause a vtxfmt fallback directly when hitting NewList for radeon and r200 dri...Roland Scheidegger2006-09-081-0/+10
* implement arb_vertex_program in hw for r200. Code contains still some hacks, ...Roland Scheidegger2006-06-021-1/+3
* Make most of the _mesa_noop_*() functions static.Brian Paul2006-04-201-11/+5
* 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
* on r200, don't emit fog coords when fog isn't actually enabled. Fix bug with ...Roland Scheidegger2005-10-181-2/+3
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-181-28/+30
* s/0/NULL/ (Jeff Muizelaar)Brian Paul2005-02-171-1/+1
* enable GL_EXT_fog_coord. Calculate fog factors and submit them instead of fog...Roland Scheidegger2004-11-031-4/+33
* Add code to support projective texturing and fix mixed enabling of textureEric Anholt2004-10-161-38/+3
* add support for more than 2 texture units (max 6, default 4). use hang workar...Roland Scheidegger2004-06-021-12/+11
* Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.Ian Romanick2004-05-271-29/+36
* Remove a debug printf that should not have been left in.Ian Romanick2004-05-051-3/+0
* Added support for the 3rd texture coordinate for cubemaps and 3DIan Romanick2004-05-051-71/+161
* Use the dispatch table directly instead of calling GL functions.Ian Romanick2004-04-271-32/+38
* Reenable the vtxfmt code paths in the radeon and r200 drivers.Felix Kuehling2004-01-041-7/+8
* clean up some compiler warningsKeith Whitwell2003-12-091-1/+2
* Import vtx-0-2-branchKeith Whitwell2003-11-241-8/+14
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-5/+4
* r200 driver, brought over by Jon SmirlKeith Whitwell2003-08-061-0/+1125