Home | History | Annotate | Download | only in libgl-xlib

Lines Matching refs:winsys

46  * xlib winsys.
51 struct sw_winsys *winsys;
54 /* Create the underlying winsys, which performs presents to Xlib
57 winsys = xlib_create_sw_winsys( display );
58 if (winsys == NULL)
61 /* Create a software rasterizer on top of that winsys:
63 screen = sw_screen_create( winsys );
72 if (winsys)
73 winsys->destroy( winsys );
90 /* Initialize the xlib libgl code, pass in the winsys: