summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2017-06-18Add 32 to 16 bit float conversion w.r.t rounding modeLei Zhang7-7/+503
2017-05-29Allow pop-free clipping for linesBoris Zanin2-25/+104
2017-05-22Refactor X11 and wayland platforms to run alongside each otherSlawomir Cygan24-531/+463
2017-04-03Use -std=c++03 with GCC and clangPyry Haulos1-2/+2
2017-04-03Fix GCC 6.3 warnings in vulkan-cts-1.0.2Pyry Haulos3-4/+4
2017-02-06Merge vk-gl-cts/vulkan-cts-1.0.1 into vk-gl-cts/vulkan-cts-1.0.2Pyry Haulos1-2/+6
2017-02-06Fix XCB window dimensions setterIgor Ostrowski1-2/+6
2017-01-06Merge gerrit/vulkan-cts-1.0.1 into gerrit/vulkan-cts-1.0.2Pyry Haulos1-0/+5
2017-01-06Reset Android window state when it is releasedPyry Haulos1-0/+5
2016-12-15Merge gerrit/vulkan-cts-1.0.1 into gerrit/vulkan-cts-1.0.2Pyry Haulos1-1/+1
2016-12-15Merge gerrit/vulkan-cts-1.0.0 into gerrit/vulkan-cts-1.0.1Pyry Haulos1-1/+1
2016-12-15Add -Wno-delete-non-virtual-dtor to default cxxflagsPyry Haulos1-1/+1
2016-12-01Merge gerrit/vulkan-cts-1.0.1 into gerrit/vulkan-cts-1.0-devPyry Haulos1-0/+1
2016-12-01Merge gerrit/vulkan-cts-1.0.0 into gerrit/vulkan-cts-1.0.1Pyry Haulos1-0/+1
2016-11-29Framework: Add assert to position deviation image compareMaciej Jesionowski1-0/+1
2016-11-14Fix warnings reported by VS 2015Pyry Haulos1-1/+6
2016-11-14Use conformant main() signature for CTS suiteMichael Chock1-1/+1
2016-11-11Add Vulkan WSI support to the Wayland platformJason Ekstrand5-57/+211
2016-10-20Merge aosp/upstream-vulkan-cts-1.0-dev into aosp/masterPyry Haulos2-29/+45
2016-10-17Fix -Wc++11-narrowing warningsColin Cross1-1/+1
2016-10-14Merge aosp/master into gerrit/vulkan-cts-1.0-devPyry Haulos1-1/+1
2016-10-14Fix issues in de::ThreadSafeRingBuffer<>Pyry Haulos1-26/+33
2016-10-14Fix a few things in de::PoolArray<T>Pyry Haulos1-3/+12
2016-10-14Merge aosp/upstream-vulkan-cts-1.0-dev into aosp/masterPyry Haulos7-41/+22
2016-10-13Get rid of DEQP_SUPPORT_GLES2, _GLES3, _EGL, _OPENGLPyry Haulos7-41/+22
2016-10-08Only Windows has strnlen_s.Elliott Hughes1-1/+1
2016-09-27Add license to a few utility scriptsPyry Haulos1-0/+20
2016-09-27Merge "Add license header to main CMake files"Treehugger Robot4-0/+80
2016-09-27Merge "Be more civil in comments"Treehugger Robot1-1/+1
2016-09-26Add license header to main CMake filesPyry Haulos4-0/+80
2016-09-26Be more civil in commentsPyry Haulos1-1/+1
2016-09-26Remove obsolete cmake toolchain filesPyry Haulos18-1867/+0
2016-09-23Merge gerrit/vulkan-cts-1.0.1 into gerrit/vulkan-cts-1.0-devPyry Haulos1-4/+4
2016-09-23Build fix for the Glx platformKristof Kosztyo1-4/+4
2016-09-22Merge gerrit/vulkan-cts-1.0.1 into gerrit/vulkan-cts-1.0-devPyry Haulos9-124/+650
2016-09-22Added xcb and xlib platform support for VulkanArkadiusz Sarwa9-124/+650
2016-09-20Print test log path into console outputPyry Haulos1-0/+2
2016-09-13Remove use of varargs.h from deString.c.Jamie Madill1-4/+0
2016-09-01Merge aosp/upstream-vulkan-cts-1.0-dev into aosp/masterPyry Haulos2-5/+5
2016-09-01CMake: Use find_package to ensure getting python 2.7 instead of 3.xCody Northrop1-3/+3
2016-08-29Handle EGL_EXT_yuv_surface in eglChooseConfig() testsPyry Haulos4-35/+113
2016-08-26Fix MSC exception handling flagPyry Haulos1-2/+2
2016-08-23Move texture test utilities from the modules/glshared/glsTextureTestUtil to t...Peter Siket6-0/+3515
2016-08-17Merge "Android: add x86_64 ABI" into vulkan-cts-1.0-devPyry Haulos2-0/+34
2016-08-16Fix merged <space><tab> whitespace issuesPyry Haulos8-33/+33
2016-08-16Merge vulkan-cts-1.0.1 into vulkan-cts-1.0-devPyry Haulos39-93/+97
2016-08-16Fix whitespace issues in other text filesPyry Haulos3-3/+3
2016-08-16Fix merged <space><tab> in C/C++ filesPyry Haulos24-67/+67
2016-08-16Fix trailing whitespace and include guardsPyry Haulos12-16/+16
2016-08-11Fix race condition in qpTestLog debug assertsPyry Haulos1-5/+8