diff options
author | Eric Anholt <[email protected]> | 2012-09-21 10:36:22 +0200 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-09-27 12:52:53 -0700 |
commit | 9ba6f4733ce6e1b07f8a932590bdbb6cf0702f5d (patch) | |
tree | 6d0385dfdfa078a4ddd9cd940a6f5c8c236c9738 /src/mesa/drivers/dri/intel/intel_screen.c | |
parent | e0cd633f174ad7b106347f0443bbb2f5521b867e (diff) |
intel: Mark some file-local code as static.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_screen.c')
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_screen.c b/src/mesa/drivers/dri/intel/intel_screen.c index e3a442c2a27..50959b72af2 100644 --- a/src/mesa/drivers/dri/intel/intel_screen.c +++ b/src/mesa/drivers/dri/intel/intel_screen.c @@ -190,7 +190,7 @@ static const struct __DRI2flushExtensionRec intelFlushExtension = { dri2InvalidateDrawable, }; -struct intel_image_format intel_image_formats[] = { +static struct intel_image_format intel_image_formats[] = { { __DRI_IMAGE_FOURCC_ARGB8888, __DRI_IMAGE_COMPONENTS_RGBA, 1, { { 0, 0, 0, __DRI_IMAGE_FORMAT_ARGB8888, 4 } } }, |