aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_vtxfmt.h
Commit message (Collapse)AuthorAgeFilesLines
* s/memcpy/_mesa_memcpy/, s/FREE/_mesa_free/Brian Paul2005-10-191-4/+4
|
* Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell2005-10-181-1/+1
| | | | | executable memory. Based on Thomas Hellstrom's patch. TODO: glapi.c also needs this, but cannot access this code.
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-311-4/+0
|
* Add code to support projective texturing and fix mixed enabling of textureEric Anholt2004-10-161-0/+1
| | | | | | | | | | | | | | | coordinate generation. Original code by Roland Schiedegger, with changes by myself. While here, ensure that the swtcl path does tnl_install_attrs enough when fog/specular are being (en/dis)abled. Notable effects: - projtex test works with TCL and is closer with swtcl (Bugzilla #1461) - 8/9 squares work in texgenmix instead of 3. - texcyl "reflect" mode works (GL_SPHERE_MAP is now a fallback -- unclear if the hardware can actually support it). - flickering in doom3 replaced by just plain darkness. - blocktube fixed (Bugzilla #984) - fixes stex3d
* 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/+127