Home
last modified time | relevance | path

Searched refs:xlib (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/
Dmeson.build301 # FIXME: haiku doesn't use dri, and xlib doesn't use dri, probably should
359 # The automatic behavior should not be to turn on xlib based glx when
361 with_glx = 'xlib'
389 with_xlib_lease = get_option('xlib-lease') \
390 ….require(with_platform_x11 and system_has_kms_drm, error_message : 'xlib-lease requires X11 and KM…
397 ….require(with_glx != 'xlib', error_message :'EGL requires DRI, but GLX is being built with xlib su…
469 elif with_glx == 'xlib'
471 error('xlib based GLX requires at least one gallium driver')
473 error('xlib based GLX requires softpipe or llvmpipe.')
475 error('xlib conflicts with any dri driver')
[all …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c98 VkIcdSurfaceXlib xlib; member
1023 surface->xlib.base.platform = VK_ICD_WSI_PLATFORM_XLIB; in wsi_CreateXlibSurfaceKHR()
1024 surface->xlib.dpy = pCreateInfo->dpy; in wsi_CreateXlibSurfaceKHR()
1025 surface->xlib.window = pCreateInfo->window; in wsi_CreateXlibSurfaceKHR()
1029 *pSurface = VkIcdSurfaceBase_to_handle(&surface->xlib.base); in wsi_CreateXlibSurfaceKHR()
/hardware/google/gfxstream/
Dmeson_options.txt342 choices : ['auto', 'disabled', 'dri', 'xlib'],
504 'xlib-lease',
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
Dregistry.adoc360 `name="xlib"`
366 is used for the XRandR functionality within the `xlib` platform.