summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_eu.h
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2014-08-04 14:26:26 -0700
committerKenneth Graunke <[email protected]>2014-08-08 00:51:44 -0700
commite64dbd050d6d5b4ea502ee2fc727e12135833771 (patch)
treec8d5e9d09eab2c4ba482d2f673830796215ea18a /src/mesa/drivers/dri/i965/brw_eu.h
parente7a7b3317c5992d230cf55752ef0b6bc25928ff9 (diff)
i965/eu: Merge brw_CONT and gen6_CONT.
The only difference is setting PopCount on Gen4-5. Signed-off-by: Kenneth Graunke <[email protected]> Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_eu.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_eu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_eu.h b/src/mesa/drivers/dri/i965/brw_eu.h
index 63cb20b1a55..7efc02816c9 100644
--- a/src/mesa/drivers/dri/i965/brw_eu.h
+++ b/src/mesa/drivers/dri/i965/brw_eu.h
@@ -334,7 +334,6 @@ brw_inst *brw_WHILE(struct brw_compile *p);
brw_inst *brw_BREAK(struct brw_compile *p);
brw_inst *brw_CONT(struct brw_compile *p);
-brw_inst *gen6_CONT(struct brw_compile *p);
brw_inst *gen6_HALT(struct brw_compile *p);
/* Forward jumps: