mesa/src
Eric Anholt e84f77be21 * Convert to use t_vertex.c instead of sis_vb.[ch]
* Don't dispatch vertices directly to MMIO; queue them up in dma-like buffers
  first.  This makes things more uniform between AGP and MMIO paths, cleans up
  some locking ugliness, and makes the driver look more like other drivers.
* Don't use the AGP Cmd buffer provided by the server.  Instead allocate one in
  the client, which avoids the need for lots of synchronization stuff.
* Mark some MMIO accesses volatile that should have been.
* Disable the AGP submission path by default (agp_disable=true) due to
  unresolved issues in the new code.  The old code had its own (serious) errors
  with AGP, so this is not really a step backwards.
2004-06-08 09:19:17 +00:00
..
glu Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE 2004-06-01 00:06:14 +00:00
glut Missed in last commit: 2004-06-01 00:39:34 +00:00
glw Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE 2004-06-01 00:06:14 +00:00
glx kill __driRegisterExtensions(), none of the functions did anything 2004-06-03 01:56:07 +00:00
mesa * Convert to use t_vertex.c instead of sis_vb.[ch] 2004-06-08 09:19:17 +00:00
descrip.mms Committing in . 2003-06-17 07:20:22 +00:00
Makefile Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE 2004-06-01 00:06:14 +00:00