1. 2190194 Use glReadnPixels only if KHR_robustness is supported by Alexander Galazin · 7 years ago
  2. 04a7dd1 Fix indirect draw line offset calculation by Graeme Leese · 7 years ago
  3. 92521fb Add CTS_ARB_fragment_shader_interlock specification proposal by Adam Czupryna · 7 years ago
  4. d4561c3 Fix narrowing conversion warning by Pyry Haulos · 7 years ago
  5. 80022ba Merge vk-gl-cts/vulkan-cts-1.0.2 into vk-gl-cts/master by Pyry Haulos · 7 years ago
  6. 995f82e Merge vk-gl-cts/vulkan-cts-1.0.1 into vk-gl-cts/vulkan-cts-1.0.2 by Pyry Haulos · 7 years ago
  7. 8533f3d Merge vk-gl-cts/vulkan-cts-1.0.0 into vk-gl-cts/vulkan-cts-1.0.1 by Pyry Haulos · 7 years ago
  8. aed05c4 Fix bug in reallocation callback validation by Pyry Haulos · 7 years ago
  9. 4dc05bb Fix input attachment layout in renderpass tests by Igor Ostrowski · 7 years ago
  10. 908833f Merge vk-gl-cts-public/master into vk-gl-cts/master by Pyry Haulos · 7 years ago
  11. 7de6349 Merge vk-gl-cts/vulkan-cts-1.0.2 into vk-gl-cts/master by Pyry Haulos · 7 years ago
  12. 2528a63 Fetch gl.xml, egl.xml from Github repos by Alexander Galazin · 7 years ago
  13. 1e35be1 Fix [Named]FramebufferTextureLayer tests by Alejandro Piñeiro · 7 years ago
  14. a6fe6b9 Make vertex shader boilerplate to set gl_Position by Lionel Landwerlin · 8 years ago
  15. 25a36b9 Merge vk-gl-cts/opengl-es-cts-3.2.2 into vk-gl-cts/master by Alexander Galazin · 7 years ago
  16. 3375de9 Fix post-depth coverage shader test case by Iago Toral Quiroga · 7 years ago
  17. ca58fbf DirectStateAccessTexturesTests: fix textures_parameters_errors by Alejandro Piñeiro · 7 years ago
  18. 93bc830 Use glInvalidateBuffer[Sub]Data correctly by Nicolai Hähnle · 7 years ago
  19. f6de227 Fix shaders using reserved keywords incorrectly by Nicolai Hähnle · 7 years ago
  20. 58c8f69 GetTextureSubImageTests: Remove m_texture_rectangle_compressed by Eduardo Lima Mitev · 7 years ago
  21. 1d6ee28 Unsized array of arrays in uniform block by Andres Gomez · 8 years ago
  22. 0224ae2 Unsized array of arrays in shader storage block by Andres Gomez · 8 years ago
  23. 629518e Unsized array of arrays in uniform variable by Andres Gomez · 8 years ago
  24. 3fe566a BufferStorageTests: do not unmap with MapOwner if not needed by Alejandro Piñeiro · 7 years ago
  25. 914ca6f Merge pull request #30 from BigBigos/master by Piers Daniell · 7 years ago
  26. 36640c9 Add render to mipmaps tests by Maciej Jesionowski · 8 years ago
  27. 9c87bf6 Add max size attachments tests by Maciej Jesionowski · 8 years ago
  28. 88d32f4 Add framebuffer attachment size tests by Iago Toral Quiroga · 8 years ago
  29. 3b17712 Build fix (uint32_t used instead of deUint32) by Boris Zanin · 7 years ago
  30. 5cda75b Workaround SSL cert issues, enable python 3 by Boris Zanin · 7 years ago
  31. edb67c3 Fix incorrectly defined image memory barrier by Marcin Kańtoch · 7 years ago
  32. 3741a15 Move DrawElementsBaseVertexTests to GL40 package by Nicolai Hähnle · 7 years ago
  33. 3f9edcf dEQP-VK: Enable b10g10r11 and e5b9g9r9 blitting tests by Jason Ekstrand · 8 years ago
  34. 08f7947 Fix dethread build for OS X and iOS by Pyry Haulos · 7 years ago
  35. 91d41a8 Fix atan2() precision tests and add to mustpass by Pyry Haulos · 8 years ago
  36. 0a80ec2 Test descriptor_update_template, push_descriptor by Petros Bantolas · 8 years ago
  37. 0dfaac3 Fix coding error in protocol detection by Alexander Galazin · 7 years ago
  38. da03200 Add create functions for common Vulkan types. by Mika Isojärvi · 7 years ago
  39. 4269dc0 Improve precision handling in texture.explicit_lod by Pyry Haulos · 7 years ago
  40. 6edea8f Start new mustpass for Vulkan CTS 1.0.3 by Pyry Haulos · 7 years ago
  41. d881188 Merge vk-gl-cts/vulkan-cts-1.0.2 into vk-gl-cts/master by Pyry Haulos · 7 years ago
  42. bd578c3 Update Android CTS Vulkan mustpass by Pyry Haulos · 7 years ago
  43. c5c929e Update Android CTS Vulkan mustpass to match 1.0.2 by Pyry Haulos · 7 years ago
  44. 2016920 Merge vk-gl-cts/vulkan-cts-1.0.2 into vk-gl-cts/master by Pyry Haulos · 7 years ago
  45. 08d2155 Merge vk-gl-cts/vulkan-cts-1.0.1 into vk-gl-cts/vulkan-cts-1.0.2 by Pyry Haulos · 7 years ago
  46. e6ec2db Write gl_PointSize value when it is undefined by Iago Toral Quiroga · 7 years ago
  47. 446a2fd Fix crashes in dEQP-VK.glsl.matrix.inverse.* by Iago Toral Quiroga · 7 years ago
  48. 7e7f368 geometry_shader/api: Fix linking error by Antia Puentes · 8 years ago
  49. 77705f0 Take GL_MAX_IMAGE_SAMPLES into account by Nicolai Hähnle · 7 years ago
  50. f75d711 Add CTS_ARB_sparse_texture_clamp test specification proposal by Adam Czupryna · 8 years ago
  51. d6d158c Enable GL support for Android build by Daniel Koch · 8 years ago
  52. aec9e8b Android: Warn about inconsistent OpSMod and OpSRem by Pyry Haulos · 8 years ago
  53. 78ba8d9 Add copy image to image and blit image tests with various image layouts. Refactor copy and blit tests generation. by Igor Ostrowski · 8 years ago
  54. 417115b Extend gl_FrontFacing tests by David Sodman · 8 years ago
  55. 11da53f Add ability to generate images with the reference renderer by David Sodman · 8 years ago
  56. 9a928cd Add Vulkan DrawContext utility class by David Sodman · 8 years ago
  57. 60804c8 Merge vk-gl-cts/vulkan-cts-1.0.2 into vk-gl-cts/master by Pyry Haulos · 7 years ago
  58. b59b96f dEQP-VK.info.*image_format_properties2* VkImageUsageFlags fix by Marcin Kańtoch · 7 years ago
  59. 76b95d9 Android: Test that mandatory extensions are supported by Pyry Haulos · 7 years ago
  60. 00e47f2 Android: Test that no Vulkan layers are enumerated by Pyry Haulos · 8 years ago
  61. 3b3e3dc Android: Check KHX, GOOGLE, and ANDROID extensions by Pyry Haulos · 8 years ago
  62. f8b0022 Merge vk-gl-cts/vulkan-cts-1.0.2 into vk-gl-cts/master by Pyry Haulos · 7 years ago
  63. f08b37b Merge vk-gl-cts/vulkan-cts-1.0.1 into vk-gl-cts/vulkan-cts-1.0.2 by Pyry Haulos · 7 years ago
  64. 83781bf Fix memory management, image layout issues in uploadImageSparse() by Dominik Witczak · 8 years ago
  65. b788e7e Do not require unsupported sparse images in image_format_properties test by Slawomir Cygan · 8 years ago
  66. b23793d Merge vk-gl-cts/vulkan-cts-1.0.2 into vk-gl-cts/master by Pyry Haulos · 7 years ago
  67. f84ca64 Merge "Merge vk-gl-cts/aosp-master into vk-gl-cts/master" by Gerrit Code Review · 7 years ago
  68. fba4b9b Fix dEQP-VK.api.info.get_physical_device_properties2.properties by Iago Toral Quiroga · 7 years ago
  69. 426166e Merge vk-gl-cts/vulkan-cts-1.0.2 into vk-gl-cts/master by Pyry Haulos · 7 years ago
  70. 1e2a42e Merge vk-gl-cts/vulkan-cts-1.0.1 into vk-gl-cts/vulkan-cts-1.0.2 by Pyry Haulos · 7 years ago
  71. 7602b3b Fix XCB window dimensions setter by Igor Ostrowski · 7 years ago
  72. 524a3ef Merge vk-gl-cts/aosp-master into vk-gl-cts/master by Pyry Haulos · 7 years ago
  73. 122b299 Merge vk-gl-cts/vulkan-cts-1.0.2 into vk-gl-cts/master by Pyry Haulos · 7 years ago
  74. c09596e Fix issues in Vulkan PointCoord test by Pyry Haulos · 7 years ago
  75. fbaba83 Fix uint precision issue in pipeline barrier tests by Mika Isojärvi · 8 years ago
  76. 5e5a86f Update SPIR-V tools to ab03b87 by Pyry Haulos · 7 years ago
  77. 2ef3d2c Android: Test that mandatory extensions are supported by Pyry Haulos · 7 years ago
  78. 4f0cdcd Android: Test that no Vulkan layers are enumerated by Pyry Haulos · 8 years ago
  79. 5d9562a Android: Check KHX, GOOGLE, and ANDROID extensions by Pyry Haulos · 8 years ago
  80. 8849259 Improve check_build_sanity.py by Pyry Haulos · 8 years ago
  81. f30dbb6 Auto-generate parts of Android.mk by Pyry Haulos · 7 years ago
  82. 0a4484a Simplify dethread build by Pyry Haulos · 7 years ago
  83. 1432758 Add pipeline statistics queries test cases by Arkadiusz Sarwa · 8 years ago
  84. 044cdcc Add ETC compressed format texture tests by Szilard Ledan · 8 years ago
  85. 5901b8f Fix includes in vktApiGetMemoryCommitment.cpp by Pyry Haulos · 7 years ago
  86. 39a971a GL44-CTS.khr_debug: do not call missing functions and properly create texture by Slawomir Cygan · 8 years ago
  87. 94b7951 Fix warning in getDeviceMemoryCommitment tests by Pyry Haulos · 8 years ago
  88. 6e1b527 Enable GL_ARB_transform_feedback_instanced in wrapper by Jose Maria Casanova Crespo · 8 years ago
  89. 8de4af6 Merge "Update Android CTS Vulkan mustpass to match 1.0.2" by Treehugger Robot · 7 years ago
  90. 15f3422 Update Android CTS Vulkan mustpass to match 1.0.2 by Pyry Haulos · 7 years ago
  91. ed63f60 Added gl_BoundingBox built-in type access tests by Michael Hadley · 8 years ago
  92. 04ba289 Add SSBO block tests by Michael Hadley · 8 years ago
  93. b7272b0 Add tessellation shader stages to negative layout_binding tests by John Richardson · 8 years ago
  94. 1889817 Add new tessellation negative coverage tests by John Richardson · 8 years ago
  95. 2dcacdb Merge nougat-mr1-cts-dev into master. by Xin Li · 8 years ago
  96. b1fa5e8 Skip commit 'c5bbebc46ac7725d43692602422ee3fc76cac7b0' on master. by Xin Li · 8 years ago
  97. 04974c3 Merge commit '2a9d42a651ef444f32f0a6e60711bb2c371d3fce' from by Xin Li · 8 years ago
  98. ad9bcc9 Use 'https' as default checkout protocol by Alexander Galazin · 8 years ago
  99. 54c090f Add eglChooseConfig() tests for EXT_pixel_format_float by Pyry Haulos · 8 years ago
  100. d7ec39d Add basic test for EGL_KHR_no_config_context by Pyry Haulos · 8 years ago