aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2014-09-11 16:13:15 -0700
committerJason Ekstrand <[email protected]>2014-09-30 10:29:15 -0700
commitd25aaf1cb1688b38b2a4025dbbff26d74291723c (patch)
tree2ea254285f75fdc9b4f93f6bc194eabc0616c098 /src/mesa/drivers/dri/i965/brw_fs.h
parent65ddf6f40469c5da1e5daf4270ca698a03860472 (diff)
i965/fs: Use the GRF for UNTYPED_ATOMIC instructions
Signed-off-by: Jason Ekstrand <[email protected]> Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h
index 57c5dc3fe47..7639e2f2b25 100644
--- a/src/mesa/drivers/dri/i965/brw_fs.h
+++ b/src/mesa/drivers/dri/i965/brw_fs.h
@@ -743,6 +743,7 @@ private:
void generate_untyped_atomic(fs_inst *inst,
struct brw_reg dst,
+ struct brw_reg payload,
struct brw_reg atomic_op,
struct brw_reg surf_index);