mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
cell: compile fix: no-op xlib_create_brw_screen() for Cell build
This commit is contained in:
parent
96d230e107
commit
b59117a697
1 changed files with 2 additions and 0 deletions
|
|
@ -325,6 +325,7 @@ xlib_create_brw_winsys( void )
|
|||
static struct pipe_screen *
|
||||
xlib_create_brw_screen( void )
|
||||
{
|
||||
#ifndef GALLIUM_CELL
|
||||
struct pipe_winsys *winsys;
|
||||
struct pipe_screen *screen;
|
||||
|
||||
|
|
@ -342,6 +343,7 @@ fail:
|
|||
if (winsys)
|
||||
winsys->destroy( winsys );
|
||||
|
||||
#endif
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue