OSDN Git Service

nv30: falling back to draw path for edgeflag does no good
authorIlia Mirkin <imirkin@alum.mit.edu>
Mon, 25 May 2015 21:46:45 +0000 (17:46 -0400)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 3 Jun 2015 10:53:33 +0000 (11:53 +0100)
commit6338bd6f7000e9fc60161b27f4f66be857d22351
tree15125f71132b07800a1eade26e9ba3a1f82e1b6f
parent7087a507bfccf8e96889eb8f86a48268b7525d20
nv30: falling back to draw path for edgeflag does no good

The problem is that the EDGEFLAG has to be toggled at vertex submission
time. This can be done from either the draw or the regular paths. Avoid
falling back to draw just because there's an edgeflag.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: "10.5 10.6" <mesa-stable@lists.freedesktop.org>
(cherry picked from commit 3ec18152858fd9aadb398d78d5ad2d2b938507c1)
src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c