mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 18:08:40 +02:00
gdi: Fixup llvmpipe gdi winsys too.
This commit is contained in:
parent
706eda3057
commit
ff407a117c
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
||||||
static struct pipe_screen *
|
static struct pipe_screen *
|
||||||
gdi_llvmpipe_screen_create(void)
|
gdi_llvmpipe_screen_create(void)
|
||||||
{
|
{
|
||||||
static struct llvmpipe_winsys *winsys;
|
static struct sw_winsys *winsys;
|
||||||
struct pipe_screen *screen;
|
struct pipe_screen *screen;
|
||||||
|
|
||||||
winsys = gdi_create_sw_winsys();
|
winsys = gdi_create_sw_winsys();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue