Skip to content

zink: trivial extensions

Erik Faye-Lund requested to merge kusma/mesa:zink-trivial-exts into master

Here's two trivial commits; one that exposes PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE, which was already implemented properly, and anther one that marks GL_ARB_texture_mirror_clamp_to_edge and GL_ARB_texture_view as done on Zink in features.txt.

Merge request reports