1. 15f6720 Use RGBA8888 base config for EGL image functional tests. by Kalle Raita · 9 years ago
  2. 31805e6 Fix warning in modf() precision test code by Pyry Haulos · 9 years ago
  3. 27ad6a9 Merge "Improve calibration and accouting in flush-finish tests" into mnc-dev by Pyry Haulos · 9 years ago
  4. 09e39a2 Improve calibration and accouting in flush-finish tests by Pyry Haulos · 9 years ago
  5. 18243b3 Relax modf(Inf) fractional part verification by Pyry Haulos · 9 years ago
  6. 1906446 Lower correlation threshold in flush-finish tests by Pyry Haulos · 9 years ago
  7. 8acdc20 Check EXT_render_snorm and EXT_sparse_texture in gles3 negative tests. by Jarkko Pöyry · 9 years ago
  8. e8efb72 Relax asin() precision requirements by Pyry Haulos · 9 years ago
  9. b5d3366 Fix scaling of precision for mediump sin/cos/tan by Pyry Haulos · 9 years ago
  10. 6fe4621 Reduce rendering load in large sync tests by 90%. by Jarkko Pöyry · 9 years ago
  11. 7471213 Merge "Fix helper_invocation.* rendering mostly black." into mnc-dev by Jarkko Pöyry · 9 years ago
  12. 566182c Fix helper_invocation.* rendering mostly black. by Jarkko Pöyry · 9 years ago
  13. 6c9ec4d Use only representable floats in frexp() case inputs. by Jarkko Pöyry · 9 years ago
  14. b6017bb Bump float->int64 conversion threshold by one bit. by Jarkko Pöyry · 9 years ago
  15. 6d84d9e Fix unrelated errors in ASTC negative API tests by Kalle Raita · 9 years ago
  16. c65c11d Merge "Fix expected results in implicit conversion tests" into mnc-dev by Jarkko Pöyry · 9 years ago
  17. 7b3d2d1 Allow interchangeable signed zeros in fragment stage frexp. by Jarkko Pöyry · 9 years ago
  18. 053bacb Fix expected results in implicit conversion tests by Mika Isojärvi · 9 years ago
  19. 3b7bf92 Merge "Add missing TCS/TES image limit checks to PIQ tests." into mnc-dev by Jarkko Pöyry · 9 years ago
  20. d75e90c Merge "Check tessellation SSBO block limits in ShaderExecUtil." into mnc-dev by Jarkko Pöyry · 9 years ago
  21. 582ae6e Check tessellation SSBO block limits in ShaderExecUtil. by Jarkko Pöyry · 9 years ago
  22. 2627adc Merge "Fix explicit TCS output array size not matching gl_MaxPatchVertices." into mnc-dev by Jarkko Pöyry · 9 years ago
  23. 51a7080 Add missing TCS/TES image limit checks to PIQ tests. by Jarkko Pöyry · 9 years ago
  24. 2783be6 Force sampling to single texture level in copy image tests by Mika Isojärvi · 9 years ago
  25. aabcb32 Fix explicit TCS output array size not matching gl_MaxPatchVertices. by Jarkko Pöyry · 9 years ago
  26. a69003b Merge "Allow XXX_framebuffer_no_attachments limits to exceed texture limits." into mnc-dev by Jarkko Pöyry · 9 years ago
  27. 0fbaeab Merge "Allow any int -> float rounding in state query utils." into mnc-dev by Jarkko Pöyry · 9 years ago
  28. a2e0576 Allow any int -> float rounding in state query utils. by Jarkko Pöyry · 9 years ago
  29. d2246f1 Allow XXX_framebuffer_no_attachments limits to exceed texture limits. by Jarkko Pöyry · 9 years ago
  30. 13034e1 DO NOT MERGE: Port GLES2 and 3 binding query tests to use gls state query utils. by Jarkko Pöyry · 9 years ago
  31. 58aae3b Add deInt32ToFloatRoundToNegInf and deInt32ToFloatRoundToPosInf. by Jarkko Pöyry · 9 years ago
  32. 44b9070 Merge "Add simulated error before rounding to target precision in dfdx tests." into mnc-dev by Jarkko Pöyry · 9 years ago
  33. fede57e Merge "Do not require max components to be divisible by 4" into mnc-dev by Kalle Raita · 9 years ago
  34. edf4349 Do not require max components to be divisible by 4 by Kalle Raita · 9 years ago
  35. 59b032b Add simulated error before rounding to target precision in dfdx tests. by Jarkko Pöyry · 9 years ago
  36. aa143d2 Always read pixels from fbo in fbo recreate.no_rebind tests by Mika Isojärvi · 9 years ago
  37. 162d319 Check sampler limits in random shader cases. by Jarkko Pöyry · 9 years ago
  38. 7143851 Merge "Allow alternative mix() implementation" into mnc-dev by Pyry Haulos · 9 years ago
  39. 6c1b3db Allow alternative mix() implementation by Pyry Haulos · 9 years ago
  40. 123c801 Allow different multiplication order in reflect() by Pyry Haulos · 9 years ago
  41. 0557a70 Add support for alternative forms to precision tests by Pyry Haulos · 9 years ago
  42. 4b8e35b Merge "Make TEXTURE_3D the only target requiring ASTC HDR" into mnc-dev by Kalle Raita · 9 years ago
  43. 9cb5b07 Make TEXTURE_3D the only target requiring ASTC HDR by Kalle Raita · 9 years ago
  44. 7722504 Merge "Add tests for GL_EXT_debug_marker" into mnc-dev by Pyry Haulos · 9 years ago
  45. 8a14bbb Fix bug in (u)intBitsToFloat() test result verification code by Pyry Haulos · 9 years ago
  46. 1a9576a Add tests for GL_EXT_debug_marker by Pyry Haulos · 9 years ago
  47. ab63de1 Merge "Negative API tests against non-2D texture targets with LDR ASTC." into mnc-dev by Kalle Raita · 9 years ago
  48. 52d6edc Negative API tests against non-2D texture targets with LDR ASTC. by Kalle Raita · 9 years ago
  49. 1c3a4b0 Fix EGL multithread single window tests. by Mika Isojärvi · 9 years ago
  50. eae7c69 Do not use combined format as depth target in EGL render tests. by Jarkko Pöyry · 9 years ago
  51. 741830e Merge "Add missing EGLimage stencil image verifier." into mnc-dev by Jarkko Pöyry · 9 years ago
  52. 5998be1 Merge "Improve glFlush() & glFinish() tests" into mnc-dev by Pyry Haulos · 9 years ago
  53. 1992224 Merge "Fix EGLImage depth image test issues." into mnc-dev by Jarkko Pöyry · 9 years ago
  54. 2995cc2 Improve glFlush() & glFinish() tests by Pyry Haulos · 9 years ago
  55. 4a8c095 Merge "Do not use color EGLimages as depth or stencil images or vice versa." into mnc-dev by Jarkko Pöyry · 9 years ago
  56. 0ab338e Merge "Fix some warnings in border clamp tests." into mnc-dev by Jarkko Pöyry · 9 years ago
  57. b0dff9c Add missing EGLimage stencil image verifier. by Jarkko Pöyry · 9 years ago
  58. 7f2e8aa Fix EGLImage depth image test issues. by Jarkko Pöyry · 9 years ago
  59. ccab5bf Fix some warnings in border clamp tests. by Jarkko Pöyry · 9 years ago
  60. fc5a709 Do not use color EGLimages as depth or stencil images or vice versa. by Jarkko Pöyry · 9 years ago
  61. 37fb8b5 Merge "Relax builtin precision tests, fix issue in div rounding" into mnc-dev by Pyry Haulos · 9 years ago
  62. d63d8ae Merge "Relax ordering requirements for non-conformant configs." into mnc-dev by Mika Isojärvi · 9 years ago
  63. 4f40288 Merge "Remove uniform block tests using double underscore." into mnc-dev by Mika Isojärvi · 9 years ago
  64. 59adfae Relax ordering requirements for non-conformant configs. by Mika Isojärvi · 9 years ago
  65. dcfefcd Merge "Allow BUFFER_TYPE_YUV as BUFFER_TYPE if extension is supported." into mnc-dev by Mika Isojärvi · 9 years ago
  66. 4fdcdd5 Relax builtin precision tests, fix issue in div rounding by Pyry Haulos · 9 years ago
  67. b34a078 Merge "Update EGL wrappers and utilities to latest spec." into mnc-dev by Mika Isojärvi · 9 years ago
  68. 08e7d68 Remove uniform block tests using double underscore. by Mika Isojärvi · 9 years ago
  69. f307a4a Merge "Check that HDR version of ASTC is present for non-2D texture targets." into mnc-dev by Kalle Raita · 9 years ago
  70. 0c39ccf Allow BUFFER_TYPE_YUV as BUFFER_TYPE if extension is supported. by Mika Isojärvi · 9 years ago
  71. 68f1f6b Check that HDR version of ASTC is present for non-2D texture targets. by Kalle Raita · 9 years ago
  72. 13cd928 Fix negative block syntax tests expecting compile success. by Jarkko Pöyry · 9 years ago
  73. da7591e Merge "Add missing finish() calls to multithread and multi context tests." into mnc-dev by Mika Isojärvi · 9 years ago
  74. 106cd2b Merge "Require conformant configs in EGL tests." into mnc-dev by Mika Isojärvi · 9 years ago
  75. 25ed53b Fix primitive bbox line verification regression. by Jarkko Pöyry · 9 years ago
  76. 3128921 Update EGL wrappers and utilities to latest spec. by Mika Isojärvi · 9 years ago
  77. a2d0564 Check OES_texture_npot in ES2 texture completeness tests. by Jarkko Pöyry · 9 years ago
  78. ba82a43 Add missing finish() calls to multithread and multi context tests. by Mika Isojärvi · 9 years ago
  79. a396e5b Require conformant configs in EGL tests. by Mika Isojärvi · 9 years ago
  80. 7758009 Relax texture filtering precision requirements in ES2 tests by Pyry Haulos · 9 years ago
  81. b5c8f10 Fix unused variable warning in release builds. by Jarkko Pöyry · 9 years ago
  82. 649cfed Merge "Move GLSL 3.00 ES repeated uniform blocks to invalid group." into mnc-dev by Mika Isojärvi · 9 years ago
  83. d1a18be Move GLSL 3.00 ES repeated uniform blocks to invalid group. by Mika Isojärvi · 9 years ago
  84. d5be8ad Assume border color is always in linear space. by Jarkko Pöyry · 9 years ago
  85. bad262a Merge "Add EXT_texture_border_clamp tests." into mnc-dev by Jarkko Pöyry · 9 years ago
  86. 06fe4fe Add EXT_texture_border_clamp tests. by Jarkko Pöyry · 9 years ago
  87. f0ca13a Do not assume support for multisampled wide lines. by Jarkko Pöyry · 9 years ago
  88. b459c99 Update default VAO attrib divisor tests. by Jarkko Pöyry · 9 years ago
  89. 5a0a3bb Avoid handling combined depth-stencil textures as color data. by Jarkko Pöyry · 9 years ago
  90. 5fbeb1a Merge "Move getEffectiveTextureView() to tcuTextureUtil." by Jarkko Pöyry · 9 years ago
  91. f277317 Merge "Add support for depth-stencil-mode to Sampler." by Jarkko Pöyry · 9 years ago
  92. 09037a4 Handle stencil textures as one-channel int textures. by Jarkko Pöyry · 9 years ago
  93. 0d61ad2 Move getEffectiveTextureView() to tcuTextureUtil. by Jarkko Pöyry · 9 years ago
  94. 23da295 Add support for depth-stencil-mode to Sampler. by Jarkko Pöyry · 9 years ago
  95. 4b395c8 Add N-bit min/max/mask utilities to deInt32.h. by Jarkko Pöyry · 9 years ago
  96. 7a2ea3f Fix valgrind warnings. by Jarkko Pöyry · 9 years ago
  97. db6ba45 Add UNSIGNED_INT24 channel format. by Jarkko Pöyry · 9 years ago
  98. f920014 Merge "Remove getDataSize and setPixels from PixelBufferAccess." by Jarkko Pöyry · 9 years ago
  99. a4a7880 Remove getDataSize and setPixels from PixelBufferAccess. by Jarkko Pöyry · 9 years ago
  100. 41920d7 Add utilities to split combined-depth-stencil accesses. by Jarkko Pöyry · 9 years ago