Re: [Mesa-dev] [PATCH] mesa: Don't install glEvalMesh in the beginend dispatch table

2013-02-19 Thread Eric Anholt
Ian Romanick writes: > From: Ian Romanick > > NOTE: This is a candidate for the 9.1 branch. > > Signed-off-by: Ian Romanick > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59740 > Cc: Eric Anholt I had "make a GL 1.1 testcase like gl-1.0/beginend" on the back burner because of this,

[Mesa-dev] [PATCH] mesa: Don't install glEvalMesh in the beginend dispatch table

2013-02-19 Thread Ian Romanick
From: Ian Romanick NOTE: This is a candidate for the 9.1 branch. Signed-off-by: Ian Romanick Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59740 Cc: Eric Anholt --- src/mesa/main/eval.c | 11 --- src/mesa/main/eval.h | 4 +++- src/mesa/main/vtxfmt.c | 10 +- 3 fi