From 483f5b348b0f3c0ca7082fd2047c354e8af285e7 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 22 Aug 2011 10:35:24 -0700 Subject: i965/vs: Add support for pull constant loads for uniform arrays. v2: reworked the instruction emit and made use of gen6_resolve_implied_move, from Ken's review --- src/mesa/drivers/dri/i965/brw_eu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/drivers/dri/i965/brw_eu.h') diff --git a/src/mesa/drivers/dri/i965/brw_eu.h b/src/mesa/drivers/dri/i965/brw_eu.h index af50305fc2b..31334ce8c49 100644 --- a/src/mesa/drivers/dri/i965/brw_eu.h +++ b/src/mesa/drivers/dri/i965/brw_eu.h @@ -807,6 +807,9 @@ void brw_set_dest(struct brw_compile *p, struct brw_instruction *insn, void brw_set_src0(struct brw_compile *p, struct brw_instruction *insn, struct brw_reg reg); +void gen6_resolve_implied_move(struct brw_compile *p, + struct brw_reg *src, + GLuint msg_reg_nr); /* Helpers for regular instructions: */ -- cgit v1.2.3