Fix crash in book/stencil.
authorKeith Whitwell <keith@tungstengraphics.com>
Sat, 13 Jan 2001 05:48:25 +0000 (05:48 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Sat, 13 Jan 2001 05:48:25 +0000 (05:48 +0000)
commit321f67c4729adeebd7aa9ef9e22c95e709952851
tree8661da8a994f3c554c4428afdd53642c0814854b
parenta087c7421bef25747e1d692f62062393d849c501
Fix crash in book/stencil.

Allow drivers to perform the perspective divide themselves.  Assembly
to do cliptesting without perspective divide for size-4 vectors.
13 files changed:
src/mesa/main/light.c
src/mesa/main/lines.c
src/mesa/math/m_clip_tmp.h
src/mesa/math/m_xform.c
src/mesa/math/m_xform.h
src/mesa/tnl/t_context.c
src/mesa/tnl/t_context.h
src/mesa/tnl/t_imm_exec.c
src/mesa/tnl/t_vb_cliptmp.h
src/mesa/tnl/t_vb_vertex.c
src/mesa/tnl/tnl.h
src/mesa/x86/x86.c
src/mesa/x86/x86_cliptest.S