mesa: more complete fix for transform_invarient glitches

Add a new flag mvp_with_dp4 in the context, and use that to switch
both ffvertex.c and programopt.c vertex transformation code to
either DP4 or MUL/MAD implementations.
This commit is contained in:
Keith Whitwell
2009-05-05 12:12:28 +01:00
parent 751f73e281
commit b6e8256899
6 changed files with 153 additions and 11 deletions

View File

@@ -151,6 +151,10 @@ extern struct _glapi_table *
_mesa_get_dispatch(GLcontext *ctx);
void
_mesa_set_mvp_with_dp4( GLcontext *ctx,
GLboolean flag );
/** \name Miscellaneous */
/*@{*/