diff options
author | Iago Toral Quiroga <[email protected]> | 2016-07-05 14:05:40 +0200 |
---|---|---|
committer | Iago Toral Quiroga <[email protected]> | 2016-07-05 14:05:58 +0200 |
commit | d92ac671261de20952eeb9d352a9ef37db0f9b4f (patch) | |
tree | 2b8f9df85b1b34d6d62f339921acd473ccee30fe /src/mesa/drivers/dri/i965/brw_blorp.h | |
parent | cbc37f72e3d0d50a2200d6e6520e22dd5992adb5 (diff) |
i965: Make inline function static
Without this the i965 driver fails to load.
Reviewed-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_blorp.h')
-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) |