summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIago Toral Quiroga <itoral@igalia.com>2016-07-05 14:05:40 +0200
committerIago Toral Quiroga <itoral@igalia.com>2016-07-05 14:05:58 +0200
commitd92ac671261de20952eeb9d352a9ef37db0f9b4f (patch)
tree2b8f9df85b1b34d6d62f339921acd473ccee30fe
parentcbc37f72e3d0d50a2200d6e6520e22dd5992adb5 (diff)
i965: Make inline function static
Without this the i965 driver fails to load. Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
-rw-r--r--src/mesa/drivers/dri/i965/brw_blorp.h2
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)