1. 674ddbb Fix GCC 6.3 warnings in vulkan-cts-1.0.2 by Pyry Haulos · 8 years ago
  2. d98514b Get rid of DEQP_SUPPORT_GLES2, _GLES3, _EGL, _OPENGL by Pyry Haulos · 8 years ago
  3. c4eb6f3 Move texture test utilities from the modules/glshared/glsTextureTestUtil to the framework/opengl/gluTextureTestUtil. by Peter Siket · 8 years ago
  4. af137dd Merge vulkan-cts-1.0.1 into vulkan-cts-1.0-dev by Pyry Haulos · 8 years ago
  5. 653ad0e Fix merged <space><tab> in C/C++ files by Pyry Haulos · 8 years ago
  6. a15e7d7 Fix trailing whitespace and include guards by Pyry Haulos · 8 years ago
  7. edf9803 Add missing sample1DArray type to glu::DataType and to the related shader and texture util functions. by Akos Dirner · 8 years ago
  8. cd4b5f8 Merge branch '270-spec-constant-tests' into 'vulkan-cts-1.0-dev' by Pyry Haulos · 8 years ago
  9. 66980a8 Add specialization constants tests by Maciej Jesionowski · 9 years ago
  10. 201fff5 Reset border color state on GLES 3.2 context by Kalle Raita · 9 years ago
  11. 344563b Properly reset GL error state by Mika Isojärvi · 9 years ago
  12. 68cdd49 Add robustness extensions to GL wrappers by Mika Isojärvi · 9 years ago
  13. 460696f Remove extension cache from glu::ContextInfo. by Mika Isojärvi · 9 years ago
  14. c5e7731 Merge in code from gles32-dev by Pyry Haulos · 9 years ago
  15. e2d8ac5 Add support for OpenGL ES 3.2 features. by Daniel Andrade Groppe · 9 years ago
  16. 65fba59 Merge in first OpenGL ES 3.2 tests by Pyry Haulos · 9 years ago
  17. 5d1cffa Fix glu::FboRenderContext by Pyry Haulos · 9 years ago
  18. 246a880 Fix empty expr in NotSupportedError thrown by gluTexture by Pyry Haulos · 9 years ago
  19. 65a56f3 Updating context wrapper to 3.2 version values and descriptions. by Daniel Andrade Groppe · 9 years ago
  20. 485a2d1 Updating framework/opengl to support OpenGL ES 3.2 by Daniel Andrade Groppe · 9 years ago
  21. 677e464 Fix couple of issues in refactored ShaderLibrary by Pyry Haulos · 9 years ago
  22. fb19324 Refactor ShaderLibrary (with Android.mk fix) by Pyry Haulos · 9 years ago
  23. 0024f55 Revert "Refactor ShaderLibrary" by Pyry Haulos · 9 years ago
  24. 877323d Refactor ShaderLibrary by Pyry Haulos · 9 years ago
  25. 1ba6836 Add tests for creation of EGLImages from one component textures. by Tobias Sargeant · 9 years ago
  26. 9e4638b Add enums for GLSL ES 3.2 and GLSL 4.5 by Pyry Haulos · 9 years ago
  27. da79695 Fix shader compile time logging by Pyry Haulos · 9 years ago
  28. b2e583d Improve texture format pretty-printing. by Jarkko Pöyry · 9 years ago
  29. ca33fc6 Merge "Use de::ArrayBuffer in glu::TextureBuffer." by Jarkko Pöyry · 9 years ago
  30. d5fdfc3 Improve shader and program logging utilities by Pyry Haulos · 9 years ago
  31. 1cc61b7 Fix clang string literal conversion warnings. by Jarkko Pöyry · 9 years ago
  32. a97ab39 Remove functions overloading cmath functions from VecUtil. by Jarkko Pöyry · 9 years ago
  33. 6539366 am d6fe02d0: am 7722504f: Merge "Add tests for GL_EXT_debug_marker" into mnc-dev by Pyry Haulos · 9 years ago
  34. 1a9576a Add tests for GL_EXT_debug_marker by Pyry Haulos · 9 years ago
  35. b0a384b Fix -Wconversion warnings in rr and sglr. by Jarkko Pöyry · 9 years ago
  36. f0ed584 Support combined DS formats in rr::Renderer. by Jarkko Pöyry · 9 years ago
  37. 12fea2e Use de::ArrayBuffer in glu::TextureBuffer. by Jarkko Pöyry · 10 years ago
  38. 5a0a3bb Avoid handling combined depth-stencil textures as color data. by Jarkko Pöyry · 9 years ago
  39. 337cdd0 Merge "Simplify sglr depth-stencil related code by using tcu and rr utilities." by Jarkko Pöyry · 9 years ago
  40. 45b7dbb Add getDefaultGatherOffsets() to texture utils. by Jarkko Pöyry · 9 years ago
  41. b635ce2 Simplify sglr depth-stencil related code by using tcu and rr utilities. by Jarkko Pöyry · 10 years ago
  42. 5958e2c Merge "Improve logging of texture border color." by Jarkko Pöyry · 10 years ago
  43. 63f8604 Merge "Support getting transfer format for BGRA textures." by Jarkko Pöyry · 10 years ago
  44. 31be485 Improve logging of texture border color. by Jarkko Pöyry · 10 years ago
  45. 08abab4 Support getting transfer format for BGRA textures. by Jarkko Pöyry · 10 years ago
  46. 7785313 Support uploading compressed 3D textures in gluTexture. by Jarkko Pöyry · 10 years ago
  47. 0fe5327 Fix read_pixels tests. by Jarkko Pöyry · 10 years ago
  48. 5f77421 Fix shader info log including 0-terminator. by Jarkko Pöyry · 10 years ago
  49. 8bf16f2 Support GL_EXT_texture_sRGB_R(G)8 extension in glw. by Jarkko Pöyry · 10 years ago
  50. b70b120 Merge "Prevent implicit conversion from bool -> int in gluStrUtil." by Jarkko Pöyry · 10 years ago
  51. 1167232 Merge "Move array utils out of deDefs." by Jarkko Pöyry · 10 years ago
  52. 2534588 Merge "Use de::ArrayBuffer, not raw arrays, in sglrReferenceContext." by Jarkko Pöyry · 10 years ago
  53. f80ee60 Prevent implicit conversion from bool -> int in gluStrUtil. by Jarkko Pöyry · 10 years ago
  54. d614817 Move array utils out of deDefs. by Jarkko Pöyry · 10 years ago
  55. eeb48fc Fix reference context when clearing empty area. by Mika Isojärvi · 10 years ago
  56. 5e33496 Use de::ArrayBuffer, not raw arrays, in sglrReferenceContext. by Jarkko Pöyry · 10 years ago
  57. c651919 Add extra state reset for draw buffers indexed state. by Mika Isojärvi · 10 years ago
  58. e7bb49b Merge "Add DE_WARN_UNUSED_TYPE." by Jarkko Pöyry · 10 years ago
  59. 3cd1fd9 Do not dereference NULL even if such pointer is given by test code. by Jarkko Pöyry · 10 years ago
  60. 93df375 Add DE_WARN_UNUSED_TYPE. by Jarkko Pöyry · 10 years ago
  61. 89a7291 Expose isSRGB publicly to avoid duplication. by Jarkko Pöyry · 10 years ago
  62. 1459a45 Improve logging of indexed enable and disable calls. by Mika Isojärvi · 10 years ago
  63. 13bb38d Merge "Add better logging for indexed state queries." by Mika Isojärvi · 10 years ago
  64. 212da23 Move GL pointer string utils from CallLogWrapper to StrUtil. by Mika Isojärvi · 10 years ago
  65. 7867608 Add better logging for indexed state queries. by Mika Isojärvi · 10 years ago
  66. 9548cd0 Merge "Move isCompressedFormat from CopyImageTests to gluTextureUtil." by Jarkko Pöyry · 10 years ago
  67. 8349543 Do not allow mapGLSampler to be called with invalid mag filter. by Jarkko Pöyry · 10 years ago
  68. 238d2ae Move isCompressedFormat from CopyImageTests to gluTextureUtil. by Jarkko Pöyry · 10 years ago
  69. c423ce6 Add query tests for AEP states. by Jarkko Pöyry · 10 years ago
  70. 7af3c6f Add support for AEP states to framework. by Jarkko Pöyry · 10 years ago
  71. cb82ed7 Add query tests for ES31 states. by Jarkko Pöyry · 10 years ago
  72. 2f0c062 Fix off-by-one in info log query. by Jarkko Pöyry · 10 years ago
  73. 250e3b2 Enable GL_EXT_draw_buffers_indexed instead of OES. by Mika Isojärvi · 10 years ago
  74. 25df9e9 Add support for GL_OES_draw_buffers_indexed. by Mika Isojärvi · 10 years ago
  75. 314799d Generate GL wrappers from latest api registry xml. by Mika Isojärvi · 10 years ago
  76. 3c67e4f Add support for dynamic loading of EGL entry points by Pyry Haulos · 10 years ago
  77. 64410fa Merge "Add GL_EXT_copy_image support to GL wrappers." by Mika Isojärvi · 10 years ago
  78. cef125b Merge "Add function to map GL compressed tex format to tcu." by Mika Isojärvi · 10 years ago
  79. 13e452c Add GL_EXT_copy_image support to GL wrappers. by Mika Isojärvi · 10 years ago
  80. b0f5bf5 Add function to map GL compressed tex format to tcu. by Mika Isojärvi · 10 years ago
  81. 07b89ce Expose function for mapping GL cubemap face to tcu::CubeFace by Mika Isojärvi · 10 years ago
  82. 1f99d69 Add EXT_primitive_bounding_box tests. by Jarkko Pöyry · 10 years ago
  83. eb0aaf2 Fix GLES2 negative texture api tests. by Jarkko Pöyry · 10 years ago
  84. 8a345f3 am 4924e58e: am 1166935c: Merge "Fix program leak in sglrGLContext CreateProgram on build failure." into lmp-mr1-dev by Jarkko Pöyry · 10 years ago
  85. 8112100 Fix program leak in sglrGLContext CreateProgram on build failure. by Jarkko Pöyry · 10 years ago
  86. da5b959 Add GL_EXT_shader_implicit_conversions to ES3.1 wrapper ctx by Pyry Haulos · 10 years ago
  87. f9c070d am 27cb77a6: am 1bfa102d: Fix incompatible interpolation interfaces in random SSO tests. by Jarkko Pöyry · 10 years ago
  88. 1bfa102 Fix incompatible interpolation interfaces in random SSO tests. by Jarkko Pöyry · 10 years ago
  89. f347636 Merge "Add support for compressed 3D/2D array textures." by Mika Isojärvi · 10 years ago
  90. becd5d5 Add support for compressed 3D/2D array textures. by Mika Isojärvi · 10 years ago
  91. 5336595 Refactored EGLImage tests. by Mika Isojärvi · 10 years ago
  92. 1abab60 Generate GL(ES) framework .inl files from Khronos XML registry. by Pyry Haulos · 10 years ago
  93. 2e751e3 Import several fixes from main repo: by Pyry Haulos · 10 years ago
  94. ade588f Update dEQP. by Jarkko Pöyry · 10 years ago
  95. 8852c82 Update dEQP. by Jarkko Poyry · 10 years ago
  96. 3c82736 Import dEQP. by Jarkko Poyry · 10 years ago