diff options
author | Chris Forbes <[email protected]> | 2013-11-17 21:47:22 +1300 |
---|---|---|
committer | Chris Forbes <[email protected]> | 2014-07-13 10:01:17 +1200 |
commit | d732598b63eb0cd103f06bccd99d13d732028d79 (patch) | |
tree | ce0f89f49e2f5d8ec49244e717c7c870ef117efe /src/mesa/drivers/dri/i965/brw_eu.h | |
parent | 0b0572a2ad4c7ca8b437589291e47180c733c371 (diff) |
i965: add low-level support for send to pixel interpolator
Signed-off-by: Chris Forbes <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_eu.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_eu.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_eu.h b/src/mesa/drivers/dri/i965/brw_eu.h index 3164c80897d..63cb20b1a55 100644 --- a/src/mesa/drivers/dri/i965/brw_eu.h +++ b/src/mesa/drivers/dri/i965/brw_eu.h @@ -372,6 +372,16 @@ brw_untyped_surface_read(struct brw_compile *p, unsigned msg_length, unsigned response_length); +void +brw_pixel_interpolator_query(struct brw_compile *p, + struct brw_reg dest, + struct brw_reg mrf, + bool noperspective, + unsigned mode, + unsigned data, + unsigned msg_length, + unsigned response_length); + /*********************************************************************** * brw_eu_util.c: */ |