commit | 5e863331b212dea40f9d5222608b9b55f3e4cc7b | [log] [tgz] |
---|---|---|
author | Chad Versace <chadversary@google.com> | Fri Jan 20 14:59:10 2017 -0800 |
committer | Chad Versace <chadversary@google.com> | Fri Jan 20 15:24:30 2017 -0800 |
tree | c0e118c6e874f62915871d4beed8a12aaf0709d1 | |
parent | e98444b9bf969fd4f8bb15b62200caacc1783f8b [diff] |
x11: Fix deadlock When waiting for a window's MapNotify event, drain only that window's event queue. Do NOT drain the global event queue, which includes all windows' events. Fixes deadlock in test 'dEQP-EGL.functional.multithread.window_context' on Mesa master@f57bdd48 with Intel Skylake. Change-Id: I8c7f2db6c145f59493cb7572b20c4799e9a2cd0a Depends-On: Ib3b535cec8295e062994fd759ae083c78641cf13
This repository contains a GPU testing suite called dEQP (drawElements Quality Program). dEQP contains tests for several graphics APIs, including OpenGL ES, EGL, and Vulkan.
Up-to-date documentation for the dEQP is available at Android Open Source Project site.
This repository includes Khronos Vulkan CTS under external/vulkancts
directory. For more information see Vulkan CTS README.