From 7b6881932a71b36dd47f63200c9dbee8e2b9af4f Mon Sep 17 00:00:00 2001 From: Christoph Bumiller Date: Thu, 12 Jan 2012 19:12:02 +0100 Subject: nvc0: fix submission of VertexID and EdgeFlag in push mode NOTE: This is a candidate for the 8.0 branch. --- src/gallium/drivers/nvc0/nvc0_context.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gallium/drivers/nvc0/nvc0_context.h') diff --git a/src/gallium/drivers/nvc0/nvc0_context.h b/src/gallium/drivers/nvc0/nvc0_context.h index af95d1ab6aa..b8f0d92b6b4 100644 --- a/src/gallium/drivers/nvc0/nvc0_context.h +++ b/src/gallium/drivers/nvc0/nvc0_context.h @@ -134,9 +134,6 @@ struct nvc0_context { struct draw_context *draw; }; -#define NVC0_USING_EDGEFLAG(ctx) \ - ((ctx)->vertprog->vp.edgeflag < PIPE_MAX_ATTRIBS) - static INLINE struct nvc0_context * nvc0_context(struct pipe_context *pipe) { -- cgit v1.2.3