On Tue, 08 Jun 2004 02:19:18 -0700 Eric Anholt <[EMAIL PROTECTED]> wrote:
> CVSROOT: /cvs/mesa > Module name: Mesa > Repository: Mesa/src/mesa/drivers/dri/sis/ > Changes by: [EMAIL PROTECTED] 04/06/08 02:19:18 > > Log message: > * Convert to use t_vertex.c instead of sis_vb.[ch] Looks like the Imakefiles need updating too. The snapshot build just failed with: make[5]: *** No rule to make target `/home/projects/dri/snapshots/src/Mesa/src/mesa/drivers/dri/sis/sis_vb.c', needed by `sis_vb.c'. Stop. make[5]: Leaving directory `/home/projects/dri/snapshots/build/HEAD/xc/lib/GL/mesa/drivers/dri/sis' ... > * 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. > > Modified files: > Mesa/src/mesa/drivers/dri/sis/: > Makefile sis_context.c sis_context.h sis_dd.c sis_reg.h > sis_screen.c sis_span.c sis_span.h sis_state.c sis_tris.c > sis_tris.h sis_tritmp.h > Removed files: > Mesa/src/mesa/drivers/dri/sis/: > sis_vb.c sis_vb.h > > Revision Changes Path > 1.6 +1 -2 Mesa/src/mesa/drivers/dri/sis/Makefile > 1.9 +26 -13 Mesa/src/mesa/drivers/dri/sis/sis_context.c > 1.10 +20 -19 Mesa/src/mesa/drivers/dri/sis/sis_context.h > 1.5 +9 -4 Mesa/src/mesa/drivers/dri/sis/sis_dd.c > 1.4 +10 -0 Mesa/src/mesa/drivers/dri/sis/sis_reg.h > 1.9 +1 -1 Mesa/src/mesa/drivers/dri/sis/sis_screen.c > 1.5 +9 -2 Mesa/src/mesa/drivers/dri/sis/sis_span.c > 1.3 +3 -0 Mesa/src/mesa/drivers/dri/sis/sis_span.h > 1.5 +7 -56 Mesa/src/mesa/drivers/dri/sis/sis_state.c > 1.7 +462 -339 Mesa/src/mesa/drivers/dri/sis/sis_tris.c > 1.3 +28 -2 Mesa/src/mesa/drivers/dri/sis/sis_tris.h > 1.3 +12 -92 Mesa/src/mesa/drivers/dri/sis/sis_tritmp.h > | Felix K�hling <[EMAIL PROTECTED]> http://fxk.de.vu | | PGP Fingerprint: 6A3C 9566 5B30 DDED 73C3 B152 151C 5CC1 D888 E595 | ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
