diff options
-rw-r--r-- | src/mesa/main/framebuffer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/framebuffer.c b/src/mesa/main/framebuffer.c index 46a6f644f06..e1505fa9709 100644 --- a/src/mesa/main/framebuffer.c +++ b/src/mesa/main/framebuffer.c @@ -994,7 +994,8 @@ _mesa_geometric_nonvalidated_samples(const struct gl_framebuffer *buffer) buffer->DefaultGeometry.NumSamples; } -bool _mesa_is_multisample_enabled(const struct gl_context *ctx) +bool +_mesa_is_multisample_enabled(const struct gl_context *ctx) { /* The sample count may not be validated by the driver, but when it is set, * we know that is in a valid range and no driver should ever validate a |