diff options
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_cs.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_cs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_cs.h b/src/mesa/drivers/dri/i965/brw_cs.h index 8404aa3e824..08310df77c1 100644 --- a/src/mesa/drivers/dri/i965/brw_cs.h +++ b/src/mesa/drivers/dri/i965/brw_cs.h @@ -42,6 +42,11 @@ void brw_upload_cs_prog(struct brw_context *brw); #ifdef __cplusplus + +unsigned +brw_cs_prog_local_id_payload_dwords(const struct gl_program *prog, + unsigned dispatch_width); + } #endif |