1. efdc117 Allow alternative expansion of acosh() by Pyry Haulos · 9 years ago
  2. 9fd3acc am 0f2d0484: am e8efb729: Relax asin() precision requirements by Pyry Haulos · 9 years ago
  3. 05ea3c5 am 593dcffd: am b5d33660: Fix scaling of precision for mediump sin/cos/tan by Pyry Haulos · 9 years ago
  4. e8efb72 Relax asin() precision requirements by Pyry Haulos · 9 years ago
  5. b5d3366 Fix scaling of precision for mediump sin/cos/tan by Pyry Haulos · 9 years ago
  6. 27da3fb Merge "Remove duplicated texture derivative functions." by Jarkko Pöyry · 9 years ago
  7. d6e176c Remove duplicated texture derivative functions. by Jarkko Pöyry · 9 years ago
  8. 12ba889 Remove unused clear(SurfaceAccess). by Jarkko Pöyry · 9 years ago
  9. c611ca5 Add negative tests for explicit TCS-TES varying arrays. by Jarkko Pöyry · 9 years ago
  10. 6dad950 am d41aad0c: am d75e90cd: Merge "Check tessellation SSBO block limits in ShaderExecUtil." into mnc-dev by Jarkko Pöyry · 9 years ago
  11. d75e90c Merge "Check tessellation SSBO block limits in ShaderExecUtil." into mnc-dev by Jarkko Pöyry · 9 years ago
  12. 582ae6e Check tessellation SSBO block limits in ShaderExecUtil. by Jarkko Pöyry · 9 years ago
  13. 895efc7 am c71de183: am 0fbaeab9: Merge "Allow any int -> float rounding in state query utils." into mnc-dev by Jarkko Pöyry · 9 years ago
  14. a2e0576 Allow any int -> float rounding in state query utils. by Jarkko Pöyry · 9 years ago
  15. 545d74e Fix uninitialized values in vertex array tests by Mika Isojärvi · 9 years ago
  16. 88fd770 Merge "Fix clang string literal conversion warnings." by Jarkko Pöyry · 9 years ago
  17. 4eb2cb3 am e26f66d1: am 27074140: Merge "Check sampler limits in random shader cases." into mnc-dev by Jarkko Pöyry · 9 years ago
  18. 5f40053 Fix some -Wconversion warnings. by Jarkko Pöyry · 9 years ago
  19. 1cc61b7 Fix clang string literal conversion warnings. by Jarkko Pöyry · 9 years ago
  20. 162d319 Check sampler limits in random shader cases. by Jarkko Pöyry · 9 years ago
  21. 3350477 am 6d52c15d: am 71438518: Merge "Allow alternative mix() implementation" into mnc-dev by Pyry Haulos · 9 years ago
  22. e07447a am 0c1e225c: am 123c801f: Allow different multiplication order in reflect() by Pyry Haulos · 9 years ago
  23. 812e1aa am 8b33db04: am 0557a707: Add support for alternative forms to precision tests by Pyry Haulos · 9 years ago
  24. 7143851 Merge "Allow alternative mix() implementation" into mnc-dev by Pyry Haulos · 9 years ago
  25. 6c1b3db Allow alternative mix() implementation by Pyry Haulos · 9 years ago
  26. 123c801 Allow different multiplication order in reflect() by Pyry Haulos · 9 years ago
  27. 0557a70 Add support for alternative forms to precision tests by Pyry Haulos · 9 years ago
  28. 24ceed3 Fix various type and sign conversion warnings. by Jarkko Pöyry · 9 years ago
  29. e17256b Merge "Fix -Wconversion warnings in glshared." by Jarkko Pöyry · 9 years ago
  30. c8e526b Fix -Wconversion warnings in glshared. by Jarkko Pöyry · 9 years ago
  31. fb47969 Reduce RGBA coversion code duplication. by Jarkko Pöyry · 9 years ago
  32. 4fdcdd5 Relax builtin precision tests, fix issue in div rounding by Pyry Haulos · 9 years ago
  33. 0d61ad2 Move getEffectiveTextureView() to tcuTextureUtil. by Jarkko Pöyry · 9 years ago
  34. 23da295 Add support for depth-stencil-mode to Sampler. by Jarkko Pöyry · 9 years ago
  35. 7a2ea3f Fix valgrind warnings. by Jarkko Pöyry · 9 years ago
  36. 41920d7 Add utilities to split combined-depth-stencil accesses. by Jarkko Pöyry · 10 years ago
  37. 20a493a Merge "Skip complex compare verification if reference and result are identical." by Jarkko Pöyry · 10 years ago
  38. 465468f Clean up texture sampling and verification code. by Jarkko Pöyry · 10 years ago
  39. a8db465 Skip complex compare verification if reference and result are identical. by Jarkko Pöyry · 10 years ago
  40. f78b3df Avoid querying name from framebuffer without attachment. by Mika Isojärvi · 10 years ago
  41. c58a816 Fix random viewport calculation in lifetime tests. by Mika Isojärvi · 10 years ago
  42. 06e0859 Merge "Avoid ambiguous clear colors in fragment_ops.interaction." by Jarkko Pöyry · 10 years ago
  43. 08254d9 Fix uint-to-float conversion warning by Pyry Haulos · 10 years ago
  44. 4c37120 Avoid ambiguous clear colors in fragment_ops.interaction. by Jarkko Pöyry · 10 years ago
  45. 8a43188 Render draw test reference lines with MSAA in MSAA configs. by Jarkko Pöyry · 10 years ago
  46. b6afa3b Fix scissor tests failing on 565. by Jarkko Pöyry · 10 years ago
  47. e641b2d Merge "Fix / Clean up de::SharedPtr." by Mika Isojärvi · 10 years ago
  48. 6801c06 Fix / Clean up de::SharedPtr. by Mika Isojärvi · 10 years ago
  49. 35da00b Fix broken toRGBAMasked. by Jarkko Pöyry · 10 years ago
  50. e5e2639 Merge "Allow choosing random input count in builtin_functions.precision tests" by Pyry Haulos · 10 years ago
  51. e463751 Merge "Remove extension name bug workaround from FBO completeness tests." by Jarkko Pöyry · 10 years ago
  52. 116c9f7 Remove extension name bug workaround from FBO completeness tests. by Jarkko Pöyry · 10 years ago
  53. 4e5dbcc Allow inconsistently sized attachments in gles2 fbo completeness tests. by Jarkko Pöyry · 10 years ago
  54. bf845c4 Make fbo completeness format rules forward compatible. by Jarkko Pöyry · 10 years ago
  55. b5c60b0 Improve logging in fbo completeness tests. by Jarkko Pöyry · 10 years ago
  56. b6232f8 Support GL_EXT_texture_sRGB_R(G)8 extensions in fbo completeness tests. by Jarkko Pöyry · 10 years ago
  57. 2fe9285 Allow choosing random input count in builtin_functions.precision tests by Pyry Haulos · 10 years ago
  58. 1167232 Merge "Move array utils out of deDefs." by Jarkko Pöyry · 10 years ago
  59. 72e63ff Merge "Allow dynamic loop cases to fail on GLSL ES 100." by Jarkko Pöyry · 10 years ago
  60. d614817 Move array utils out of deDefs. by Jarkko Pöyry · 10 years ago
  61. 6888d94 Merge "Add state query tests for GL_EXT_draw_buffers_indexed." by Mika Isojärvi · 10 years ago
  62. 591173f Add state query tests for GL_EXT_draw_buffers_indexed. by Mika Isojärvi · 10 years ago
  63. 789ca93 Allow dynamic loop cases to fail on GLSL ES 100. by Jarkko Pöyry · 10 years ago
  64. ace788a Merge "Remove sampleTextureMultiFace." by Jarkko Pöyry · 10 years ago
  65. 134768e Merge "Fix TextureTestUtil::toRGBA(Masked) behavior with infinities." by Jarkko Pöyry · 10 years ago
  66. 27b5856 Fix TextureTestUtil::toRGBA(Masked) behavior with infinities. by Jarkko Pöyry · 10 years ago
  67. 2306a3b Allow correct and projected interpolation equations in single-sampled line interpolation test. by Jarkko Pöyry · 10 years ago
  68. d81a5c3 Remove sampleTextureMultiFace. by Jarkko Pöyry · 10 years ago
  69. 5730719 Prevent incorrect usage of de::getSizedArrayElement. by Jarkko Pöyry · 10 years ago
  70. 47eea4a Merge "Remove unused variables." by Jarkko Pöyry · 10 years ago
  71. 469002c Use TestLog, not TestContext, in gls::TextureTestUtil::TextureRenderer. by Jarkko Pöyry · 10 years ago
  72. 193f598 Remove unused variables. by Jarkko Pöyry · 10 years ago
  73. aee7e15 Use correct, stricter coverage variation thresholds in texture tests by Pyry Haulos · 10 years ago
  74. 80f9d09 Merge "Add query tests for AEP states." by Jarkko Pöyry · 10 years ago
  75. c423ce6 Add query tests for AEP states. by Jarkko Pöyry · 10 years ago
  76. 654d8c5 Mute several safe size_t to int conversions by Pyry Haulos · 10 years ago
  77. ab44fc6 Move tcu::ResultCollector to a separate file. by Jarkko Pöyry · 10 years ago
  78. cb82ed7 Add query tests for ES31 states. by Jarkko Pöyry · 10 years ago
  79. 06beb4d Optimize draw tests. by Jarkko Pöyry · 10 years ago
  80. 9c4bd42 am 539a78ce: am a52483de: am e8ef2961: Allow for larger LOD difference and fix another offset bug by Pyry Haulos · 10 years ago
  81. 539a78c am a52483de: am e8ef2961: Allow for larger LOD difference and fix another offset bug by Pyry Haulos · 10 years ago
  82. a52483d am e8ef2961: Allow for larger LOD difference and fix another offset bug by Pyry Haulos · 10 years ago
  83. e8ef296 Allow for larger LOD difference and fix another offset bug by Pyry Haulos · 10 years ago
  84. 7576720 am 065852c7: am 67fa8c54: am 2e736e5c: Fix derivate offset in cube map verification code by Pyry Haulos · 10 years ago
  85. 065852c am 67fa8c54: am 2e736e5c: Fix derivate offset in cube map verification code by Pyry Haulos · 10 years ago
  86. 67fa8c5 am 2e736e5c: Fix derivate offset in cube map verification code by Pyry Haulos · 10 years ago
  87. 2e736e5 Fix derivate offset in cube map verification code by Pyry Haulos · 10 years ago
  88. 71b5794 am ef075459: am 914bfa5f: am b9df7b5d: Allow geometry variation in 3D texture filtering tests by Pyry Haulos · 10 years ago
  89. ef07545 am 914bfa5f: am b9df7b5d: Allow geometry variation in 3D texture filtering tests by Pyry Haulos · 10 years ago
  90. 914bfa5 am b9df7b5d: Allow geometry variation in 3D texture filtering tests by Pyry Haulos · 10 years ago
  91. b9df7b5 Allow geometry variation in 3D texture filtering tests by Pyry Haulos · 10 years ago
  92. 9e57435 Add ANDROID_extension_pack_es31a tests. by Jarkko Pöyry · 10 years ago
  93. 949be64 am 1029ba1f: Fix srgb_unsigned_byte RBO test regression with NV_sRGB_formats extension. by Jarkko Pöyry · 10 years ago
  94. 1029ba1 Fix srgb_unsigned_byte RBO test regression with NV_sRGB_formats extension. by Jarkko Pöyry · 10 years ago
  95. 08b5461 am 6105d36c: Require renderability of SRGB,UNSIGNED_BYTE from NV_sRGB_formats. by Jarkko Pöyry · 10 years ago
  96. 6105d36 Require renderability of SRGB,UNSIGNED_BYTE from NV_sRGB_formats. by Jarkko Pöyry · 10 years ago
  97. f3cfb67 am a7438f76: Fix bug in handling CRLF line endings in ShaderLibrary by Pyry Haulos · 10 years ago
  98. d8fdba4 am 13db3557: Remove dEQP workaround for GCC prescott internal compiler error. by Jarkko Pöyry · 10 years ago
  99. 13db355 Remove dEQP workaround for GCC prescott internal compiler error. by Jarkko Pöyry · 10 years ago
  100. a7438f7 Fix bug in handling CRLF line endings in ShaderLibrary by Pyry Haulos · 10 years ago