Lines Matching full:dri
56 dri_drivers_path = get_option('dri-drivers-path')
58 dri_drivers_path = join_paths(get_option('libdir'), 'dri')
60 dri_search_path = get_option('dri-search-path')
93 _drivers = get_option('dri-drivers')
218 # FIXME: haiku doesn't use dri, and xlib doesn't use dri, probably should
253 with_glx = 'dri'
255 # Even when building just gallium drivers the user probably wants dri
256 with_glx = 'dri'
265 if with_glx == 'dri'
296 error('EGL requires dri')
330 error('gallium-xlib conflicts with any dri driver')
334 error('xlib conflicts with any dri driver')
336 elif with_glx == 'dri' and not with_dri
337 error('dri based GLX requires at least one DRI driver')
344 error('Cannot build glvnd support for GLX that is not DRI based.')
346 error('glvnd requires DRI based GLX and/or EGL')
376 error('building dri or gallium drivers require at least one window system')
541 va_drivers_path = join_paths(get_option('libdir'), 'dri')
597 if with_any_vk or (with_glx == 'dri' and with_dri_platform == 'drm')
1078 error('OSMesa classic requires dri (classic) swrast.')
1138 elif with_glx == 'dri'
1146 if (with_any_vk or with_glx == 'dri' or
1152 if with_any_vk or (with_glx == 'dri' and with_dri_platform == 'drm')
1163 if with_glx == 'dri'