Invalidate current fastpath on changes to attribute size or offset within
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 19 May 2005 20:25:32 +0000 (20:25 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 19 May 2005 20:25:32 +0000 (20:25 +0000)
commit18a74321aa825c355392f98f1563a971871794cc
tree3cc06374799fad2a3e582e38ffd5af95359bbf34
parentc2745ffa49e25aa2ff685ee8538a79baad4de54f
Invalidate current fastpath on changes to attribute size or offset within
the vertex.

Use existing facilities to check for sse2 and enable when available.

Turn on SSE/SSE2 codegen for t_vertex.c by default when USE_SSE_ASM is
defined.  Disable with "MESA_NO_CODEGEN=t".
src/mesa/tnl/t_context.h
src/mesa/tnl/t_vertex.c
src/mesa/tnl/t_vertex_sse.c