summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-12-28 18:46:15 -0800
committerVinson Lee <vlee@vmware.com>2009-12-28 18:46:15 -0800
commitc67bb15d4e3da430d511444bd7d159ccb0c84b73 (patch)
treebe8a9545adb538a2de648597eb404064973384f0 /src/mesa/drivers/dri/i965/brw_state.h
parent46c2196de3ed0c2745afb3a2e5180947576f07ea (diff)
intel: Silence compiler warnings.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state.h b/src/mesa/drivers/dri/i965/brw_state.h
index b129b1f1c3..14d5319796 100644
--- a/src/mesa/drivers/dri/i965/brw_state.h
+++ b/src/mesa/drivers/dri/i965/brw_state.h
@@ -35,7 +35,7 @@
#include "brw_context.h"
-static inline void
+static INLINE void
brw_add_validated_bo(struct brw_context *brw, dri_bo *bo)
{
assert(brw->state.validated_bo_count < ARRAY_SIZE(brw->state.validated_bos));