summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/pipe-loader/pipe_swrast.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/pipe-loader/pipe_swrast.c')
-rw-r--r--src/gallium/targets/pipe-loader/pipe_swrast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/pipe-loader/pipe_swrast.c b/src/gallium/targets/pipe-loader/pipe_swrast.c
index cf617f37e20..0a980b3b1a9 100644
--- a/src/gallium/targets/pipe-loader/pipe_swrast.c
+++ b/src/gallium/targets/pipe-loader/pipe_swrast.c
@@ -23,7 +23,7 @@ swrast_create_screen(struct sw_winsys *ws)
}
PUBLIC
-struct sw_driver_descriptor swrast_driver_descriptor = {
+const struct sw_driver_descriptor swrast_driver_descriptor = {
.create_screen = swrast_create_screen,
.winsys = {
#ifdef HAVE_PIPE_LOADER_DRI