1. 6e89a2f Add new files to Android.mk by Pyry Haulos · 8 years ago
  2. 65fba59 Merge in first OpenGL ES 3.2 tests by Pyry Haulos · 8 years ago
  3. 9af41b5 Update geometry and tessellation shader limits. by Mika Isojärvi · 8 years ago
  4. 15a19da Remove tests cases and checks assuming native handles to be invalid. by Mika Isojärvi · 8 years ago
  5. 575313b Allow helper invocations inside primitive. by Mika Isojärvi · 8 years ago
  6. 8c44b09 Allow color to change once in dithering disabled gradient tests. by Mika Isojärvi · 8 years ago
  7. 8780567 Merge "Load libui.so lazily in android_native EGLImage tests." by Mika Isojarvi · 8 years ago
  8. de7dc78 Merge "cmake: look for png.h, not libpng.h" by Pyry Haulos · 8 years ago
  9. 2aef536 Load libui.so lazily in android_native EGLImage tests. by Mika Isojärvi · 8 years ago
  10. bba2538 Merge "Check extension support before queries in texture size tests." by Mika Isojarvi · 8 years ago
  11. 1daa1bb Remove tests using internal Android APIs from EGL mustpass by Mika Isojärvi · 8 years ago
  12. 778c4fc Merge changes I61bcc949,I64c54ee4,I4d984d4c,I6186cd17,I953d0264, ... by Pyry Haulos · 8 years ago
  13. 26a744d Check extension support before queries in texture size tests. by Mika Isojärvi · 8 years ago
  14. 29d97c8 Fix custom loop test missing declarations and outputs. by Mika Isojärvi · 8 years ago
  15. c3a5e3a Merge in changes from Khronos Vulkan CTS repository by Pyry Haulos · 8 years ago
  16. d26d093 Add copy image snorm tests back to mustpass. by Mika Isojärvi · 8 years ago
  17. ef87fbc Merge "Add support for OpenGL ES 3.2 features." into gles32-dev by Pyry Haulos · 8 years ago
  18. 4d31dc9 Merge branch '268-command-buffers-memory-leak-fix' into 'master' by Pyry Haulos · 8 years ago
  19. ffe3ffa Merge branch '267-spirv_assembly.instruction-Fixes' into 'master' by Pyry Haulos · 8 years ago
  20. 6d7c454 Removed correct code by mistake, adding that back and back out the originally intended code. by Mais Alnasser · 8 years ago
  21. 5780bb0 CommandPool creations in some tests are fixed. by Peter Siket · 8 years ago
  22. 4158577 Apply formating fixes Remove ArrayStride code. by Mais Alnasser · 8 years ago
  23. cc2011f OpSelect's condition operand didn't follow spec by Mais Alnasser · 8 years ago
  24. 7ba18ce spirv_assembly.instruction.compute.opcopymemory.* Add 2 missed ArrayStride, array type in uniform/storage block must have their stride explicitly specified, otherwise the stride infomation in block layout is lost. by Mais Alnasser · 9 years ago
  25. 44f2d70 Merge "Add test cases for features introduced in OpenGL ES 3.2" into gles32-dev by Pyry Haulos · 9 years ago
  26. ae5c13a Merge "Add support for OpenGL ES 3.2 features." into gles32-dev by Pyry Haulos · 9 years ago
  27. f01831b Merge "Adding test cases for OpenGL ES 3.2. Depends on CL 187666." into gles32-dev by Pyry Haulos · 9 years ago
  28. ecc0cca Add fixed tests back to mustpass set. by Mika Isojärvi · 9 years ago
  29. 0d87734 Merge "Check texture buffer support in texture format tests." by Mika Isojarvi · 9 years ago
  30. d4f2c48 Merge "Check also client extensions in eglGetProcAddress tests." by Mika Isojarvi · 9 years ago
  31. 668b198 Merge "Fix false positives when results are nan in ssbo tests." by Mika Isojarvi · 9 years ago
  32. 968c27e Merge "Add missing tessellation shader extension check to bounding box tests." by Mika Isojarvi · 9 years ago
  33. 4e79c49 Merge "Make EGL extension function naming consistent with the spec." by Mika Isojarvi · 9 years ago
  34. 625d4d8 Merge "Snap values to 3x3 grid in vertex array tests" by Mika Isojarvi · 9 years ago
  35. db66290 Merge "Fix layout binding tests resolution issue." by Mika Isojarvi · 9 years ago
  36. 21f9bad Merge "Properly clean up data in buffer upload test deinit()." by Mika Isojarvi · 9 years ago
  37. 8b23236 Check texture buffer support in texture format tests. by Mika Isojärvi · 9 years ago
  38. 293b1f2 Fix false positives when results are nan in ssbo tests. by Mika Isojärvi · 9 years ago
  39. c449dd6 Check also client extensions in eglGetProcAddress tests. by Mika Isojärvi · 9 years ago
  40. 2f4e6d9 Make EGL extension function naming consistent with the spec. by Mika Isojärvi · 9 years ago
  41. bb678e6 Merge in Khronos Vulkan CTS tests by Pyry Haulos · 9 years ago
  42. 9703ac2 Add Vulkan CTS to deqp Android CTS build by Pyry Haulos · 9 years ago
  43. 6c13829 Merge "Check ssbo limits properly in opaque indexing tests." by Mika Isojarvi · 9 years ago
  44. 7088b5c Merge "Fix uniform block precision matching bug" by Mika Isojarvi · 9 years ago
  45. ad0fe86 Add support for OpenGL ES 3.2 features. by Daniel Andrade Groppe · 9 years ago
  46. 5ed2b23 Adding test cases for OpenGL ES 3.2. Depends on CL 187666. by Daniel Andrade Groppe · 9 years ago
  47. 58c95b1 Merge in changes from Khronos repository by Pyry Haulos · 9 years ago
  48. d5faa03 Add CTS submission package verification script by Pyry Haulos · 9 years ago
  49. 34defd6 Merge changes from Khronos repository by Pyry Haulos · 9 years ago
  50. b5ff237 Add support for OpenGL ES 3.2 features. by Daniel Andrade Groppe · 9 years ago
  51. 9294e99 Minor formatting fixes by Pyry Haulos · 9 years ago
  52. 8822554 Remove cmdline prefixes to make copy-pasting commands easier by Pyry Haulos · 9 years ago
  53. bf50777 Add test cases for features introduced in OpenGL ES 3.2 by Daniel Andrade Groppe · 9 years ago
  54. 3990014 Clarify submission package contents by Pyry Haulos · 9 years ago
  55. ddc13d9 Fix some formatting, document how to include multiple products by Pyry Haulos · 9 years ago
  56. 209d731 Fix Vulkan README.md formatting issues by Pyry Haulos · 9 years ago
  57. d385f5f Merge branch 'issue_260' into 'vulkan-cts-1.0' by Pyry Haulos · 9 years ago
  58. b14195e Merge branch '242-blend-mustpass-exclusion' into 'vulkan-cts-1.0' by Pyry Haulos · 9 years ago
  59. 71e127f Fix typo by Daniel Koch · 9 years ago
  60. c095094 Improvements to submission package documentation by Daniel Koch · 9 years ago
  61. 40a0485 Merge "Clear renderbuffers to fixed bit pattern in copy image tests." by Mika Isojarvi · 9 years ago
  62. b92ec32 Merge "Clear renderbuffers to fixed bit pattern in copy image tests." by Mika Isojarvi · 9 years ago
  63. 904b77a Merge "Check OpenVG support in negative EGL api tests." am: b1f1ec2a58 by Mika Isojarvi · 9 years ago
  64. b1f1ec2 Merge "Check OpenVG support in negative EGL api tests." by Mika Isojarvi · 9 years ago
  65. cd2b792 Check ssbo limits properly in opaque indexing tests. by Mika Isojärvi · 9 years ago
  66. f434b16 Fix glu::FboRenderContext am: 5d1cffaa20 by Pyry Haulos · 9 years ago
  67. f5f7ab7 Check OpenVG support in negative EGL api tests. by Mika Isojärvi · 9 years ago
  68. 772aa92 mustpass: Issue 242: Excluded blend tests where propagated errors may be large by Dae Kim · 9 years ago
  69. 967b3c2 Merge branch 'fix-undefined-trailing-data' into 'vulkan-cts-1.0' by Pyry Haulos · 9 years ago
  70. 6cb7555 Merge branch '258-required-format-support' into 'vulkan-cts-1.0' by Pyry Haulos · 9 years ago
  71. 9c7c1a9 Merge branch '250-limit-pipeline-count' into 'vulkan-cts-1.0' by Pyry Haulos · 9 years ago
  72. 73ec8bc Merge branch 'jekstrand_fix_blend_test_swizzling' into 'vulkan-cts-1.0' by Pyry Haulos · 9 years ago
  73. c504c40 Merge branch 'awoloszyn-fix-block-decoration' into 'vulkan-cts-1.0' by Pyry Haulos · 9 years ago
  74. fb93fd6 Merge branch '255-limit-mem-allocs' into 'vulkan-cts-1.0' by Pyry Haulos · 9 years ago
  75. 491ca75 Merge branch 'tzlatinski_memory_allocaiton_size_fix' into 'master' by Pyry Haulos · 9 years ago
  76. 482e55c Fix undefined trailing data in pipeline barrier tests. by Mika Isojärvi · 9 years ago
  77. 5d1cffa Fix glu::FboRenderContext by Pyry Haulos · 9 years ago
  78. 2c4ea69 Improve Vulkan CTS README by Pyry Haulos · 9 years ago
  79. 04070eb Adjust Vulkan format feature support requirements by Pyry Haulos · 9 years ago
  80. 900460e Limit number of pipelines in object_management.max_concurrent by Pyry Haulos · 9 years ago
  81. aac54f5 Limit number of memory allocations to 4000. by Mika Isojärvi · 9 years ago
  82. cb8de68 Fixes block order and decoration group tests. by Andrew Woloszyn · 9 years ago
  83. c64774f Merge branch '249-fix-draw-mapped-memory-flushes' into 'vulkan-cts-1.0' by Pyry Haulos · 9 years ago
  84. 039e48c Merge branch '252-fix-imageformatproperties-validation' into 'vulkan-cts-1.0' by Pyry Haulos · 9 years ago
  85. d9694b1 Merge branch '254-fix-shaderrendercase-format-check' into 'vulkan-cts-1.0' by Pyry Haulos · 9 years ago
  86. fa346c0 Merge branch '256-fix-renderpass-build-warnings' into 'vulkan-cts-1.0' by Pyry Haulos · 9 years ago
  87. 24155ad Blend Test: Do not swizzle the ImageView by Ben Widawsky · 9 years ago
  88. db50f25 fix renderpass test's build warnings, fixes #256 by Daniel Hegedus · 9 years ago
  89. de3b298 CTS Memory tests fix invalid allocation sizes by Tony Zlatinski · 9 years ago
  90. f1250e9 Fix flushing of index and indirect command bufs in draw tests by Pyry Haulos · 9 years ago
  91. d1ab80f Drop a few checks from VkImageFormatProperties validation by Pyry Haulos · 9 years ago
  92. af0ed8f Fix format support check in ShaderRenderCase by Pyry Haulos · 9 years ago
  93. 8a26c94 Add first draft of conformance submission package description by Pyry Haulos · 9 years ago
  94. 280fdfd Check in Vulkan CTS 1.0.0 RC mustpass by Pyry Haulos · 9 years ago
  95. 870cfff Merge in changes from Khronos repository by Pyry Haulos · 9 years ago
  96. 2069555 Fix accidental library name change by Pyry Haulos · 9 years ago
  97. 3d519f3 Merge branch '238-fix-compressed-sliced-3d' into 'master' by Pyry Haulos · 9 years ago
  98. f524120 Merge "Add dEQP-VK.info tests" into vulkan by Pyry Haulos · 9 years ago
  99. f9f7bd7 Merge "Add vk::Platform::describePlatform()" into vulkan by Pyry Haulos · 9 years ago
  100. e1cb964 Add dEQP-VK.info tests by Pyry Haulos · 9 years ago