diff options
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r-- | src/gallium/auxiliary/target-helpers/inline_wrapper_sw_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/target-helpers/inline_wrapper_sw_helper.h b/src/gallium/auxiliary/target-helpers/inline_wrapper_sw_helper.h index 0b4e7404034..f686da6ac81 100644 --- a/src/gallium/auxiliary/target-helpers/inline_wrapper_sw_helper.h +++ b/src/gallium/auxiliary/target-helpers/inline_wrapper_sw_helper.h @@ -15,7 +15,7 @@ sw_screen_wrap(struct pipe_screen *screen) struct sw_winsys *sws; struct pipe_screen *sw_screen; - sws = wrapper_sw_winsys_warp_pipe_screen(screen); + sws = wrapper_sw_winsys_wrap_pipe_screen(screen); if (!sws) goto err; |