diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_blorp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_blorp.h b/src/mesa/drivers/dri/i965/brw_blorp.h index 0d65514db50..07cc3c1a3a1 100644 --- a/src/mesa/drivers/dri/i965/brw_blorp.h +++ b/src/mesa/drivers/dri/i965/brw_blorp.h @@ -248,7 +248,7 @@ struct brw_blorp_prog_data GLbitfield64 inputs_read; }; -inline unsigned +static inline unsigned brw_blorp_get_urb_length(const struct brw_blorp_prog_data *prog_data) { if (prog_data == NULL) |