diff options
author | Kenneth Graunke <[email protected]> | 2012-10-26 11:15:07 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2012-11-01 14:29:34 -0700 |
commit | 109a97dbd2748eaf4813d9f0c7d9ea396daeddbc (patch) | |
tree | 5699d5656feed4f48b116d70e30d577141cb5cf9 /src/mesa/drivers/dri/i965/brw_eu.h | |
parent | 31c1ea5ed4e90b76adcb51bf1224dce643a4f701 (diff) |
i965: Remove VS constant buffer read support from brw_eu_emit.c.
brw_vec4_emit.cpp implements this directly; only the old backend used
the brw_eu_emit.c code.
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_eu.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_eu.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_eu.h b/src/mesa/drivers/dri/i965/brw_eu.h index c35c86084ee..fce4f15fbab 100644 --- a/src/mesa/drivers/dri/i965/brw_eu.h +++ b/src/mesa/drivers/dri/i965/brw_eu.h @@ -1005,17 +1005,6 @@ void brw_oword_block_write_scratch(struct brw_compile *p, int num_regs, GLuint offset); -void brw_dp_READ_4_vs( struct brw_compile *p, - struct brw_reg dest, - GLuint location, - GLuint bind_table_index ); - -void brw_dp_READ_4_vs_relative(struct brw_compile *p, - struct brw_reg dest, - struct brw_reg addrReg, - GLuint offset, - GLuint bind_table_index); - /* If/else/endif. Works by manipulating the execution flags on each * channel. */ |