Home
last modified time | relevance | path

Searched full:dri3 (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/mesa3d/docs/relnotes/
D10.4.1.rst55 - Revert "glx/dri3: Request non-vsynced Present for swapinterval zero.
66 - glx/dri3: Fix glXWaitForSbcOML() to handle targetSBC==0 correctly.
68 - glx/dri3: Track separate (ust, msc) for PresentPixmap vs.
70 - glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)
71 - glx/dri3: Don't fail on glXSwapBuffersMscOML(dpy, window, 0, 0, 0)
D10.3.6.rst61 - Revert "glx/dri3: Request non-vsynced Present for swapinterval zero.
86 - glx/dri3: Fix glXWaitForSbcOML() to handle targetSBC==0 correctly.
88 - glx/dri3: Track separate (ust, msc) for PresentPixmap vs.
90 - glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)
91 - glx/dri3: Don't fail on glXSwapBuffersMscOML(dpy, window, 0, 0, 0)
D13.0.6.rst85 - egl/dri3: implement query surface hook
158 - vulkan/wsi: Improve the DRI3 error message
229 - glx/dri3: handle NULL pointers in loader-to-DRI3 drawable conversion
230 - glx/dri3: guard in_current_context against a disappeared drawable
D20.2.2.rst103 - loader/dri3: Only allocate additional buffers if needed
104 - loader/dri3: Keep current number of back buffers if frame was skipped
105 - loader/dri3: Allocate up to 4 back buffers for page flips
D17.1.6.rst31 Awful screen tearing in a separate X server with DRI3
171 - loader/dri3: Use dri3_find_back in loader_dri3_swap_buffers_msc
172 - dri3: Wait for all pending swapbuffers to be scheduled before
D12.0.4.rst47 [SNB, BXT] up to 40% perf drop from "loader/dri3: Overhaul
213 - loader/dri3: add get_dri_screen() to the vtable
214 - loader/dri3: import prime buffers in the currently-bound screen
230 - loader/dri3: Overhaul dri3_update_num_back
D10.3.1.rst85 - glx/dri3: Provide error diagnostics when DRI3 allocation fails
D21.2.4.rst64 - device_select: close dri3 fd after using it.
124 - loader/dri3: fix swap out of order when changing swap interval
D18.1.6.rst92 - egl: Fix leak of X11 pixmaps backing pbuffers in DRI3.
142 - dri3: For 1.2, use root window instead of pixmap drawable
D10.1.2.rst118 - dri3: Enable GLX_MESA_query_renderer on DRI3 too
D17.1.2.rst72 - configure: check once for DRI3 dependencies
74 - configure: error out when building X11 Vulkan without DRI3
D13.0.4.rst78 - vulkan/wsi: clarify the severity of lack of DRI3 v2
140 - dri3: Fix MakeCurrent without a default framebuffer
D10.1.1.rst48 DRI3 should only be enabled on Linux due to a udev dependency
113 - configure: enable dri3 only for linux
D10.4.4.rst56 - glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_x11_dri3.c29 #include <xcb/dri3.h>
589 _eglLog(_EGL_WARNING, "DRI3: failed to query the version"); in dri3_x11_connect()
603 _eglLog(_EGL_WARNING, "DRI3: failed to query Present version"); in dri3_x11_connect()
618 _eglLog(_EGL_WARNING, "DRI3: failed to query xfixes version"); in dri3_x11_connect()
628 _eglLog(_EGL_WARNING, "DRI3: Screen seems not DRI3 capable"); in dri3_x11_connect()
631 _eglLog(_EGL_WARNING, "DRI3: Failed to initialize"); in dri3_x11_connect()
640 _eglLog(_EGL_WARNING, "DRI3: No driver found"); in dri3_x11_connect()
646 /* Only try to get a render device name since dri3 doesn't provide a in dri3_x11_connect()
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml78 -D dri3=enabled
158 -D dri3=enabled
188 -D dri3=enabled
236 -D dri3=enabled
284 -D dri3=disabled
316 -D dri3=enabled
445 -D dri3=disabled
470 -D dri3=enabled
/third_party/mesa3d/src/glx/
Ddri3_glx.c65 #include <xcb/dri3.h>
148 /* DRI3+Present together uses microseconds for UST. */ in glx_dri3_show_fps()
292 * this we don't have to check the driver's DRI3 version before sending the in dri3_create_context_attribs()
557 /* Unlike DRI2, DRI3 doesn't call GetBuffers/GetBuffersWithFormat in dri_is_thread_safe()
563 /* The image loader extension record for DRI3
728 * Enable all of the extensions supported on DRI3
826 * Initialize DRI3 on the specified screen.
868 InfoMessageF("screen %d does not appear to be DRI3 capable\n", screen); in dri3_create_screen()
871 ErrorMessageF("Connection closed during DRI3 initialization failure"); in dri3_create_screen()
939 ErrorMessageF("glx: failed to create dri3 screen\n"); in dri3_create_screen()
[all …]
Ddri3_priv.h58 #include <xcb/dri3.h>
70 /* DRI3 bits */
/third_party/skia/infra/bots/assets/mesa_intel_driver_linux/
DREADME.md29 …dev libdrm-dev libdrm2 x11proto-dri2-dev x11proto-dri3-dev x11proto-present-dev libxcb1-dev libxcb…
/third_party/mesa3d/src/vulkan/device-select-layer/
Ddevice_select_x11.c27 #include <xcb/dri3.h>
79 dri3_cookie = xcb_query_extension(conn, 4, "DRI3"); in device_select_find_xcb_pci_default()
/third_party/mesa3d/.gitlab-ci/container/debian/
Darm_build.sh35 libxcb-dri3-dev \
Dx86_build.sh33 libxcb-dri3-dev \
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c27 #include <xcb/dri3.h>
101 /* According to DRI3 extension nfd must equal one. */ in wsi_dri3_open()
116 * provides via DRI3.
129 /* Open the DRI3 device from the X server. If we do not retrieve one we in wsi_x11_check_dri3_compatible()
211 dri3_cookie = xcb_query_extension(conn, 4, "DRI3"); in wsi_x11_connection_create()
220 * Vulkan application on a system without DRI3 enabled. However, this ends in wsi_x11_connection_create()
354 fprintf(stderr, "vulkan: No DRI3 support detected - required for presentation\n" in wsi_x11_check_for_dri3()
355 "Note: you can probably enable DRI3 in your Xorg config\n"); in wsi_x11_check_for_dri3()
1684 /* If the image has a modifier, we must have DRI3 v1.2. */ in x11_image_init()
2003 /* When our local device is not compatible with the DRI3 device provided by in x11_surface_create_swapchain()
/third_party/mesa3d/.gitlab-ci/container/fedora/
Dx86_build.sh49 "pkgconfig(xcb-dri3)" \
/third_party/mesa3d/docs/
Dgallium-nine.rst27 -D dri3=true \

1234