diff options
author | Francisco Jerez <[email protected]> | 2013-09-11 14:03:13 -0700 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2013-10-29 12:40:56 -0700 |
commit | 5e621cb9fef7eada5a3c131d27f5b0b142658758 (patch) | |
tree | d36630e7bf9262a9260ae6012c7ea91f2ef9c060 /src/mesa/drivers/dri/i965/brw_eu.h | |
parent | cfaaa9bbb7a6ab5819f4fa9e38352b72d6293cff (diff) |
i965/gen7: Implement code generation for untyped surface read instructions.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_eu.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_eu.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_eu.h b/src/mesa/drivers/dri/i965/brw_eu.h index 66b7ba7720b..1a448d055c3 100644 --- a/src/mesa/drivers/dri/i965/brw_eu.h +++ b/src/mesa/drivers/dri/i965/brw_eu.h @@ -433,6 +433,14 @@ brw_untyped_atomic(struct brw_compile *p, GLuint msg_length, GLuint response_length); +void +brw_untyped_surface_read(struct brw_compile *p, + struct brw_reg dest, + struct brw_reg mrf, + GLuint bind_table_index, + GLuint msg_length, + GLuint response_length); + /*********************************************************************** * brw_eu_util.c: */ |