Home
last modified time | relevance | path

Searched refs:Zink (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/docs/drivers/
Dzink.rst1 Zink title
7 The Zink driver is a Gallium driver that emits Vulkan API calls instead
14 The feature-level of Zink depends on two things; what's implemented in Zink,
20 OpenGL 2.1 is the minimum version Zink can support, and will always be
273 There's a few tools that are useful for debugging Zink, like this environment
300 The validation layers effectively insert extra checking between Zink and the
/third_party/mesa3d/docs/
Dgallium-nine.rst12 Can be used via `Zink <https://www.supergoodcode.com/to-the-nines/>`_ even on the `Vulkan API <http…
Dsystems.rst37 - :doc:`Zink <drivers/zink>` - driver providing OpenGL on top of
/third_party/mesa3d/src/egl/main/
Degldisplay.h173 EGLBoolean Zink; /**< Use kopper only */ member
Deglapi.c632 disp->Options.Zink = env && !strcmp(env, "zink"); in eglInitialize()
633 disp->Options.ForceSoftware |= disp->Options.Zink; in eglInitialize()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_device.c325 dri2_dpy->driver_name = strdup(disp->Options.Zink ? "zink" : "swrast"); in device_probe_device_sw()
Dplatform_surfaceless.c311 dri2_dpy->driver_name = strdup(disp->Options.Zink ? "zink" : "swrast"); in surfaceless_probe_device_sw()
Dplatform_x11.c1445 dri2_dpy->driver_name = strdup(disp->Options.Zink ? "zink" : "swrast"); in dri2_initialize_x11_swrast()
1459 if (disp->Options.Zink) { in dri2_initialize_x11_swrast()
1481 if (disp->Options.Zink) in dri2_initialize_x11_swrast()
Dplatform_wayland.c2320 bool zink = dri2_surf->base.Resource.Display->Options.Zink; in swrast_update_buffers()
2587 if (disp->Options.Zink) { in dri2_wl_swrast_swap_buffers()
2730 dri2_dpy->driver_name = strdup(disp->Options.Zink ? "zink" : "swrast"); in dri2_initialize_wayland_swrast()
/third_party/mesa3d/docs/relnotes/
D20.1.2.rst42 - Zink + GALLIUM_HUD SIGSEGV
D20.2.0.rst186 - Zink + GALLIUM_HUD SIGSEGV
195 - Zink reports incorrect amount of video memory
257 - Please add Zink to features.txt
D21.2.0.rst100 - Regression in Turnip with KGSL and Zink running opengl in proot
1857 - gallium/dri: Guard DRI driver global variables on MacOS if Zink is enabled.
D22.2.0.rst5525 - radv/ci: add GLES/GLCTS testing with Zink on NAVI10
5671 - Zink: Fix clear being missed when using emulated draws in zink_blit
D19.3.0.rst1491 - gitlab-ci: also build Zink on CI
D21.3.0.rst178 - Regression in Turnip with KGSL and Zink running opengl in proot
D21.1.0.rst36 - Zink exposes GL 4.6 and ES 3.1
/third_party/mesa3d/docs/vulkan/
Ddispatch.rst283 as Zink) as well as the runtime. Layers and clients may wish to populate