commit | 95119315f103deff4c2be45a6ce2bcda0e103596 | [log] [tgz] |
---|---|---|
author | Boris Zanin <boris.zanin@mobica.com> | Mon Sep 04 13:04:42 2017 +0200 |
committer | Alexander Galazin <Alexander.Galazin@arm.com> | Mon Sep 11 04:45:43 2017 -0400 |
tree | 232ae584fa4d6ed314f01cfb9d41826c4af13ab6 | |
parent | bda54aaefe2ce0c6bf05b1fc58b98721b9a9f1a2 [diff] |
Fix clean operation in fetch_sources.py Running fetch_sources.py with --clean parameter under Windows causes script to fail, due to git creates files read only in following folder: ".git\\objects\\pack\\*". The fix now removes readonly files first, then the whole tree. Components: Framework VK-GL-CTS Issue: 661 Change-Id: I5f739405a090708d76642bdb4fa3623a25bd1dc7
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.
This repository includes Khronos OpenGL / OpenGL ES CTS under external/openglcts
directory. For more information see OpenGL / OpenGL ES CTS README.