mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 14:30:10 +01:00
i965: Make inline function static
Without this the i965 driver fails to load. Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
This commit is contained in:
parent
cbc37f72e3
commit
d92ac67126
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue