mesa/src/panfrost/ci
Adam Jackson 768238fdc0 glx: Fix drawable refcounting for naked Windows
driFetchDrawable is only ever called from the MakeCurrent path, which
means it has to handle the case of pre-GLX-1.3 Windows being named as
the drawable. When it finds the drawable in the hash, it increments its
refcount before returning it, so for a GLXWindow it would be 2 on first
return, one from glXCreateWindow and one from glXMakeCurrent. But when
it does not find the drawable and creates one for the naked Window, the
reference count on first return would only be 1. As a result, if this
context was then ever bound to a different drawable, the old Window's
DRI drawable state (like the back buffer) would be destroyed.

Fixes piglit's glx-multi-window-single-context and glx-make-current for
a variety of drivers.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6713
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17479>
2022-07-13 12:25:30 -04:00
..
deqp-panfrost-g52-vk.toml panvk: Lower blending after lower_var_copies 2022-05-16 21:43:47 +00:00
deqp-panfrost-g52.toml panfrost/ci: Smoke test spilling 2022-05-04 12:48:27 +00:00
deqp-panfrost-g72.toml ci/deqp-runner: Use new deqp-runner's built-in renderer/version checks. 2021-10-21 07:34:19 +00:00
deqp-panfrost-t720.toml mesa: Require MRT support for GL3/ES3 2021-10-26 21:53:43 +00:00
deqp-panfrost-t760.toml ci/deqp-runner: Use new deqp-runner's built-in renderer/version checks. 2021-10-21 07:34:19 +00:00
deqp-panfrost-t860.toml ci/deqp-runner: Use new deqp-runner's built-in renderer/version checks. 2021-10-21 07:34:19 +00:00
gitlab-ci.yml panfrost/ci: Disable T760 jobs 2022-07-08 21:33:19 +00:00
panfrost-g52-fails.txt glx: Fix drawable refcounting for naked Windows 2022-07-13 12:25:30 -04:00
panfrost-g52-flakes.txt panfrost/ci: update piglit tests expectations on G52 2021-11-02 07:08:21 +01:00
panfrost-g52-skips.txt ci: Fix tests expectations 2022-05-04 23:39:15 +00:00
panfrost-g72-fails.txt ci: update various ci result files 2022-03-11 09:58:28 +00:00
panfrost-g72-flakes.txt ci/deqp-runner: Rename the deqp-drivername-*.txt files to drivername-*.txt 2021-10-27 20:54:11 +00:00
panfrost-t720-fails.txt ci: bump VK-GL-CTS to 1.3.2.0 2022-05-31 15:02:08 +00:00
panfrost-t720-flakes.txt panfrost/ci: Move T720 flakes to skips 2022-02-24 14:51:31 +00:00
panfrost-t720-skips.txt panfrost/ci: Move T720 flakes to skips 2022-02-24 14:51:31 +00:00
panfrost-t760-fails.txt ci/deqp-runner: Rename the deqp-drivername-*.txt files to drivername-*.txt 2021-10-27 20:54:11 +00:00
panfrost-t760-flakes.txt ci/deqp-runner: Rename the deqp-drivername-*.txt files to drivername-*.txt 2021-10-27 20:54:11 +00:00
panfrost-t820-fails.txt ci/deqp-runner: Rename the deqp-drivername-*.txt files to drivername-*.txt 2021-10-27 20:54:11 +00:00
panfrost-t860-fails.txt pan/mdg: Scalarize with 64-bit sources 2022-06-01 14:24:05 -04:00
panfrost-t860-flakes.txt panfrost/ci: Mark draw_buffers_indexed.* as flakes 2022-06-03 21:05:22 +00:00
panfrost-t860-skips.txt panfrost/ci: Move T860 flake to skip 2022-02-24 14:51:31 +00:00
traces-panfrost.yml panfrost/ci: Disable 0ad trace on T860 2022-07-08 01:50:03 +00:00