Added a fast path for emitting unclipped primitives directly to a
authorFelix Kuehling <fxkuehl@gmx.de>
Sun, 16 Jan 2005 01:28:26 +0000 (01:28 +0000)
committerFelix Kuehling <fxkuehl@gmx.de>
Sun, 16 Jan 2005 01:28:26 +0000 (01:28 +0000)
commitad360a81bdc9076cc09f9241176116efdbba43e4
treed6e5077f995b32803e0840422885d65178ff8d8e
parentca710a0a7f0ae7e637e3e73cc4edac0a81f6fe1c
Added a fast path for emitting unclipped primitives directly to a
vertex buffer. ELTS are not supported yet (missing functionality in
the DRM). You need at least Savage DRM version 2.1.3, which fixes a
bug that screwed up triangle fans and strips.

Moved the texture normalization stage to savagerender.c.
src/mesa/drivers/dri/savage/Makefile
src/mesa/drivers/dri/savage/savage_xmesa.c
src/mesa/drivers/dri/savage/savagerender.c [new file with mode: 0644]
src/mesa/drivers/dri/savage/savagestate.c
src/mesa/drivers/dri/savage/savagetris.c