i965: Clarify check for which cache to use on Gen6 data port reads.
[mesa.git] / src / mesa / main / samplerobj.h
index a839010b7b9a8c479b44da06617280e444a0b76e..fe7d5a7d3b6be972a2c9d6a7906863c924794f45 100644 (file)
@@ -28,7 +28,7 @@
 
 struct dd_function_table;
 
-static INLINE struct gl_sampler_object *
+static inline struct gl_sampler_object *
 _mesa_get_samplerobj(struct gl_context *ctx, GLuint unit)
 {
    if (ctx->Texture.Unit[unit].Sampler)