For the series: Reviewed-by: Marek Olšák <[email protected]>
Marek On Tue, Oct 11, 2016 at 8:39 PM, Emil Velikov <[email protected]> wrote: > From: Emil Velikov <[email protected]> > > Already treated and handled as such. > > Signed-off-by: Emil Velikov <[email protected]> > --- > src/gallium/include/state_tracker/sw_driver.h | 2 +- > src/gallium/targets/pipe-loader/pipe_swrast.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/gallium/include/state_tracker/sw_driver.h > b/src/gallium/include/state_tracker/sw_driver.h > index 0eb2b44..1d59bd5 100644 > --- a/src/gallium/include/state_tracker/sw_driver.h > +++ b/src/gallium/include/state_tracker/sw_driver.h > @@ -16,6 +16,6 @@ struct sw_driver_descriptor > } winsys[]; > }; > > -extern struct sw_driver_descriptor swrast_driver_descriptor; > +extern const struct sw_driver_descriptor swrast_driver_descriptor; > > #endif > diff --git a/src/gallium/targets/pipe-loader/pipe_swrast.c > b/src/gallium/targets/pipe-loader/pipe_swrast.c > index cf617f3..0a980b3 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 > -- > 2.10.0 > > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
