1. 269e5eb DO NOT MERGE: Fix undefined arg eval order issue in fuzzy compare by Pyry Haulos · 9 years ago
  2. f385ac0 Ignore denormals in floatUlpThresholdCompare. by Jarkko Pöyry · 9 years ago
  3. b3637d2 Fix bug in tcu::Interval::intersects() by Pyry Haulos · 9 years ago
  4. 58aae3b Add deInt32ToFloatRoundToNegInf and deInt32ToFloatRoundToPosInf. by Jarkko Pöyry · 9 years ago
  5. 1a9576a Add tests for GL_EXT_debug_marker by Pyry Haulos · 9 years ago
  6. 5f69470 Fix issues with non-tightly packed images. by Jarkko Pöyry · 9 years ago
  7. 37fb8b5 Merge "Relax builtin precision tests, fix issue in div rounding" into mnc-dev by Pyry Haulos · 9 years ago
  8. 4fdcdd5 Relax builtin precision tests, fix issue in div rounding by Pyry Haulos · 9 years ago
  9. 3128921 Update EGL wrappers and utilities to latest spec. by Mika Isojärvi · 9 years ago
  10. 0458a41 Fix memory leak in semaphore self tests. by Mika Isojärvi · 9 years ago
  11. d5be8ad Assume border color is always in linear space. by Jarkko Pöyry · 9 years ago
  12. 35f0930 Fix unused variable warning in Release builds. by Jarkko Pöyry · 9 years ago
  13. 795dfea Merge "Improve texture border color handling." by Jarkko Pöyry · 9 years ago
  14. 8c0bfd2 Merge "Avoid handling combined depth-stencil textures as color data." by Jarkko Pöyry · 9 years ago
  15. 222c1cf Improve texture border color handling. by Jarkko Pöyry · 9 years ago
  16. 5a0a3bb Avoid handling combined depth-stencil textures as color data. by Jarkko Pöyry · 9 years ago
  17. 3ce4f8e Merge "Use sched_getaffinity for both linux and android." by Mika Isojärvi · 9 years ago
  18. 5fbeb1a Merge "Move getEffectiveTextureView() to tcuTextureUtil." by Jarkko Pöyry · 9 years ago
  19. f277317 Merge "Add support for depth-stencil-mode to Sampler." by Jarkko Pöyry · 9 years ago
  20. 5301e18 Merge "Handle stencil textures as one-channel int textures." by Jarkko Pöyry · 9 years ago
  21. 337cdd0 Merge "Simplify sglr depth-stencil related code by using tcu and rr utilities." by Jarkko Pöyry · 9 years ago
  22. 9b0fc82 Merge "Add getDefaultGatherOffsets() to texture utils." by Jarkko Pöyry · 9 years ago
  23. e00fcd6 Use sched_getaffinity for both linux and android. by Mika Isojärvi · 9 years ago
  24. 09037a4 Handle stencil textures as one-channel int textures. by Jarkko Pöyry · 9 years ago
  25. 0d61ad2 Move getEffectiveTextureView() to tcuTextureUtil. by Jarkko Pöyry · 9 years ago
  26. 23da295 Add support for depth-stencil-mode to Sampler. by Jarkko Pöyry · 9 years ago
  27. 45b7dbb Add getDefaultGatherOffsets() to texture utils. by Jarkko Pöyry · 9 years ago
  28. b635ce2 Simplify sglr depth-stencil related code by using tcu and rr utilities. by Jarkko Pöyry · 9 years ago
  29. 4b395c8 Add N-bit min/max/mask utilities to deInt32.h. by Jarkko Pöyry · 9 years ago
  30. b375fb4 Fix dethread build on OS X by Pyry Haulos · 9 years ago
  31. 0fc115c Merge "Implement tcu::clear{Depth|Stencil} using tcu::clear." by Jarkko Pöyry · 9 years ago
  32. db6ba45 Add UNSIGNED_INT24 channel format. by Jarkko Pöyry · 9 years ago
  33. f920014 Merge "Remove getDataSize and setPixels from PixelBufferAccess." by Jarkko Pöyry · 9 years ago
  34. 71d8c06 Implement tcu::clear{Depth|Stencil} using tcu::clear. by Jarkko Pöyry · 9 years ago
  35. a4a7880 Remove getDataSize and setPixels from PixelBufferAccess. by Jarkko Pöyry · 9 years ago
  36. 41920d7 Add utilities to split combined-depth-stencil accesses. by Jarkko Pöyry · 9 years ago
  37. a9312ae Merge "Avoid accessing border color directly in tcuTexture." by Jarkko Pöyry · 9 years ago
  38. d26a314 Avoid accessing pixel depth directly in tcuTexCompareVerifier. by Jarkko Pöyry · 9 years ago
  39. 9092506 Merge "Support not tightly packed pixel buffer accesses in tcuTextureUtil." by Jarkko Pöyry · 9 years ago
  40. 2294182 Avoid accessing border color directly in tcuTexture. by Jarkko Pöyry · 9 years ago
  41. 6c30716 Support not tightly packed pixel buffer accesses in tcuTextureUtil. by Jarkko Pöyry · 9 years ago
  42. de7fbe2 Merge "Add getTextureFormatChannelMask." by Jarkko Pöyry · 9 years ago
  43. 5958e2c Merge "Improve logging of texture border color." by Jarkko Pöyry · 9 years ago
  44. 2658983 Merge "Clean up texture sampling and verification code." by Jarkko Pöyry · 9 years ago
  45. 63f8604 Merge "Support getting transfer format for BGRA textures." by Jarkko Pöyry · 9 years ago
  46. 6b36e18 Merge "Support uploading compressed 3D textures in gluTexture." by Jarkko Pöyry · 9 years ago
  47. 193d330 Merge "Avoid UB in getBits if numBits were 32." by Jarkko Pöyry · 9 years ago
  48. 31be485 Improve logging of texture border color. by Jarkko Pöyry · 9 years ago
  49. 465468f Clean up texture sampling and verification code. by Jarkko Pöyry · 9 years ago
  50. 66ff4f4 Add getTextureFormatChannelMask. by Jarkko Pöyry · 9 years ago
  51. 08abab4 Support getting transfer format for BGRA textures. by Jarkko Pöyry · 9 years ago
  52. 7eaad38 Fix incorrect assumptions of native GraphicBuffer ctor/dtor/lifetime. by Jarkko Pöyry · 9 years ago
  53. 7785313 Support uploading compressed 3D textures in gluTexture. by Jarkko Pöyry · 9 years ago
  54. e2bf5f5 Avoid UB in getBits if numBits were 32. by Jarkko Pöyry · 9 years ago
  55. 3f4cf9e Add de::SpinBarrier by Pyry Haulos · 9 years ago
  56. 58da74f Add CPU core count queries to deThread.h by Pyry Haulos · 9 years ago
  57. cc7b180 Add dePop64() and fix dePop32() to use unsigned input value by Pyry Haulos · 9 years ago
  58. 74a4e3e Fix unintialized memory issues reported by valgrind by Pyry Haulos · 9 years ago
  59. 59b012e Terminate session execution if fatal error is caught. by Jarkko Pöyry · 9 years ago
  60. fd41d5d Make EGL GLES2 multithread sharing tests more robust. by Mika Isojärvi · 9 years ago
  61. 4059813 Add stub EGL support to null platform by Pyry Haulos · 9 years ago
  62. 0fe5327 Fix read_pixels tests. by Jarkko Pöyry · 9 years ago
  63. e641b2d Merge "Fix / Clean up de::SharedPtr." by Mika Isojärvi · 9 years ago
  64. 6801c06 Fix / Clean up de::SharedPtr. by Mika Isojärvi · 9 years ago
  65. 1d75d23 Remove sampleND duplication by always using the offset versions. by Jarkko Pöyry · 9 years ago
  66. 5f77421 Fix shader info log including 0-terminator. by Jarkko Pöyry · 9 years ago
  67. ed56e09 Fix test session completion status by Pyry Haulos · 9 years ago
  68. 8d98e2a Fix tcu::TestStatus::isComplete() by Pyry Haulos · 9 years ago
  69. 4e3ea87 Refactor tcu::TestExecutor by Pyry Haulos · 9 years ago
  70. bd35111 Fix int->bool conversion warning on MSVC by Pyry Haulos · 9 years ago
  71. 6a1979c Add beginsWith/endsWith to deStringUtil.hpp. by Jarkko Pöyry · 9 years ago
  72. cb325d7 Merge "Don't call exit() from signal handler." by Jarkko Pöyry · 9 years ago
  73. 6492654 Don't call exit() from signal handler. by Jarkko Pöyry · 9 years ago
  74. 8d071f9 Avoid malloc in App::onCrash. by Jarkko Pöyry · 9 years ago
  75. c013686 Merge "Move metaprogramming utils out of deDefs." by Jarkko Pöyry · 9 years ago
  76. 076726b Merge changes Ic91c8106,Ieaf5422b by Jarkko Pöyry · 9 years ago
  77. a9f7612 Merge "Add framework support for sR and sRG textures." by Jarkko Pöyry · 9 years ago
  78. ed7aa26 Fix invalid channel order in tcuTextureUtil. by Jarkko Pöyry · 9 years ago
  79. 8bf16f2 Support GL_EXT_texture_sRGB_R(G)8 extension in glw. by Jarkko Pöyry · 9 years ago
  80. 16d404b Add framework support for sR and sRG textures. by Jarkko Pöyry · 9 years ago
  81. 257b8b6 Merge "Add UNORM_INT24 format." by Jarkko Pöyry · 9 years ago
  82. b70b120 Merge "Prevent implicit conversion from bool -> int in gluStrUtil." by Jarkko Pöyry · 9 years ago
  83. 1c35814 Fix RelWithAsserts build type, remove build type validation by Pyry Haulos · 9 years ago
  84. a130289 Merge "Add cmake build type ReleaseWithAsserts." by Mika Isojärvi · 9 years ago
  85. 89b6a4a Add cmake build type ReleaseWithAsserts. by Mika Isojärvi · 9 years ago
  86. 1167232 Merge "Move array utils out of deDefs." by Jarkko Pöyry · 9 years ago
  87. 2534588 Merge "Use de::ArrayBuffer, not raw arrays, in sglrReferenceContext." by Jarkko Pöyry · 9 years ago
  88. ab21128 Fix couple of warnings reported by MSVC by Pyry Haulos · 9 years ago
  89. 6b66fa8 Move metaprogramming utils out of deDefs. by Jarkko Pöyry · 9 years ago
  90. f80ee60 Prevent implicit conversion from bool -> int in gluStrUtil. by Jarkko Pöyry · 9 years ago
  91. 485844e selectNative*Factory() throws exception when no factories available. by Mika Isojärvi · 9 years ago
  92. d614817 Move array utils out of deDefs. by Jarkko Pöyry · 9 years ago
  93. 07104df Add UNORM_INT24 format. by Jarkko Pöyry · 9 years ago
  94. e6f8e27 Merge "Fix reference context when clearing empty area." by Mika Isojärvi · 9 years ago
  95. 54ced0c Merge "Expose tcuTexture getChannelReadMap publicly." by Jarkko Pöyry · 9 years ago
  96. eeb48fc Fix reference context when clearing empty area. by Mika Isojärvi · 9 years ago
  97. 5e33496 Use de::ArrayBuffer, not raw arrays, in sglrReferenceContext. by Jarkko Pöyry · 9 years ago
  98. 6d31105 Expose tcuTexture getChannelReadMap publicly. by Jarkko Pöyry · 9 years ago
  99. a6b4739 Merge "Add extra state reset for draw buffers indexed state." by Mika Isojärvi · 9 years ago
  100. c651919 Add extra state reset for draw buffers indexed state. by Mika Isojärvi · 9 years ago