Searched refs:Zink (Results 1 – 17 of 17) sorted by relevance
1 Zink title7 The Zink driver is a Gallium driver that emits Vulkan API calls instead14 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 be273 There's a few tools that are useful for debugging Zink, like this environment300 The validation layers effectively insert extra checking between Zink and the
12 Can be used via `Zink <https://www.supergoodcode.com/to-the-nines/>`_ even on the `Vulkan API <http…
37 - :doc:`Zink <drivers/zink>` - driver providing OpenGL on top of
173 EGLBoolean Zink; /**< Use kopper only */ member
632 disp->Options.Zink = env && !strcmp(env, "zink"); in eglInitialize()633 disp->Options.ForceSoftware |= disp->Options.Zink; in eglInitialize()
325 dri2_dpy->driver_name = strdup(disp->Options.Zink ? "zink" : "swrast"); in device_probe_device_sw()
311 dri2_dpy->driver_name = strdup(disp->Options.Zink ? "zink" : "swrast"); in surfaceless_probe_device_sw()
1445 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()
2320 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()
42 - Zink + GALLIUM_HUD SIGSEGV
186 - Zink + GALLIUM_HUD SIGSEGV195 - Zink reports incorrect amount of video memory257 - Please add Zink to features.txt
100 - Regression in Turnip with KGSL and Zink running opengl in proot1857 - gallium/dri: Guard DRI driver global variables on MacOS if Zink is enabled.
5525 - radv/ci: add GLES/GLCTS testing with Zink on NAVI105671 - Zink: Fix clear being missed when using emulated draws in zink_blit
1491 - gitlab-ci: also build Zink on CI
178 - Regression in Turnip with KGSL and Zink running opengl in proot
36 - Zink exposes GL 4.6 and ES 3.1
283 as Zink) as well as the runtime. Layers and clients may wish to populate