1. 5f69470 Fix issues with non-tightly packed images. by Jarkko Pöyry · 10 years ago
  2. 4fdcdd5 Relax builtin precision tests, fix issue in div rounding by Pyry Haulos · 10 years ago
  3. d5be8ad Assume border color is always in linear space. by Jarkko Pöyry · 10 years ago
  4. 35f0930 Fix unused variable warning in Release builds. by Jarkko Pöyry · 10 years ago
  5. 795dfea Merge "Improve texture border color handling." by Jarkko Pöyry · 10 years ago
  6. 222c1cf Improve texture border color handling. by Jarkko Pöyry · 10 years ago
  7. 5a0a3bb Avoid handling combined depth-stencil textures as color data. by Jarkko Pöyry · 10 years ago
  8. 5fbeb1a Merge "Move getEffectiveTextureView() to tcuTextureUtil." by Jarkko Pöyry · 10 years ago
  9. f277317 Merge "Add support for depth-stencil-mode to Sampler." by Jarkko Pöyry · 10 years ago
  10. 09037a4 Handle stencil textures as one-channel int textures. by Jarkko Pöyry · 10 years ago
  11. 0d61ad2 Move getEffectiveTextureView() to tcuTextureUtil. by Jarkko Pöyry · 10 years ago
  12. 23da295 Add support for depth-stencil-mode to Sampler. by Jarkko Pöyry · 10 years ago
  13. 0fc115c Merge "Implement tcu::clear{Depth|Stencil} using tcu::clear." by Jarkko Pöyry · 10 years ago
  14. db6ba45 Add UNSIGNED_INT24 channel format. by Jarkko Pöyry · 10 years ago
  15. f920014 Merge "Remove getDataSize and setPixels from PixelBufferAccess." by Jarkko Pöyry · 10 years ago
  16. 71d8c06 Implement tcu::clear{Depth|Stencil} using tcu::clear. by Jarkko Pöyry · 10 years ago
  17. a4a7880 Remove getDataSize and setPixels from PixelBufferAccess. by Jarkko Pöyry · 10 years ago
  18. 41920d7 Add utilities to split combined-depth-stencil accesses. by Jarkko Pöyry · 10 years ago
  19. a9312ae Merge "Avoid accessing border color directly in tcuTexture." by Jarkko Pöyry · 10 years ago
  20. d26a314 Avoid accessing pixel depth directly in tcuTexCompareVerifier. by Jarkko Pöyry · 10 years ago
  21. 9092506 Merge "Support not tightly packed pixel buffer accesses in tcuTextureUtil." by Jarkko Pöyry · 10 years ago
  22. 2294182 Avoid accessing border color directly in tcuTexture. by Jarkko Pöyry · 10 years ago
  23. 6c30716 Support not tightly packed pixel buffer accesses in tcuTextureUtil. by Jarkko Pöyry · 10 years ago
  24. de7fbe2 Merge "Add getTextureFormatChannelMask." by Jarkko Pöyry · 10 years ago
  25. 2658983 Merge "Clean up texture sampling and verification code." by Jarkko Pöyry · 10 years ago
  26. 465468f Clean up texture sampling and verification code. by Jarkko Pöyry · 10 years ago
  27. 66ff4f4 Add getTextureFormatChannelMask. by Jarkko Pöyry · 10 years ago
  28. e2bf5f5 Avoid UB in getBits if numBits were 32. by Jarkko Pöyry · 10 years ago
  29. 59b012e Terminate session execution if fatal error is caught. by Jarkko Pöyry · 10 years ago
  30. fd41d5d Make EGL GLES2 multithread sharing tests more robust. by Mika Isojärvi · 10 years ago
  31. 1d75d23 Remove sampleND duplication by always using the offset versions. by Jarkko Pöyry · 10 years ago
  32. ed56e09 Fix test session completion status by Pyry Haulos · 10 years ago
  33. 8d98e2a Fix tcu::TestStatus::isComplete() by Pyry Haulos · 10 years ago
  34. 4e3ea87 Refactor tcu::TestExecutor by Pyry Haulos · 10 years ago
  35. 8d071f9 Avoid malloc in App::onCrash. by Jarkko Pöyry · 10 years ago
  36. a9f7612 Merge "Add framework support for sR and sRG textures." by Jarkko Pöyry · 10 years ago
  37. ed7aa26 Fix invalid channel order in tcuTextureUtil. by Jarkko Pöyry · 10 years ago
  38. 16d404b Add framework support for sR and sRG textures. by Jarkko Pöyry · 10 years ago
  39. 257b8b6 Merge "Add UNORM_INT24 format." by Jarkko Pöyry · 10 years ago
  40. 1167232 Merge "Move array utils out of deDefs." by Jarkko Pöyry · 10 years ago
  41. ab21128 Fix couple of warnings reported by MSVC by Pyry Haulos · 10 years ago
  42. d614817 Move array utils out of deDefs. by Jarkko Pöyry · 10 years ago
  43. 07104df Add UNORM_INT24 format. by Jarkko Pöyry · 10 years ago
  44. 6d31105 Expose tcuTexture getChannelReadMap publicly. by Jarkko Pöyry · 10 years ago
  45. 5c5880a Merge "Remove user-defined dtor and operator=() from tcu::Vector." by Jarkko Pöyry · 10 years ago
  46. bd906c8 Remove user-defined dtor and operator=() from tcu::Vector. by Jarkko Pöyry · 10 years ago
  47. 93df375 Add DE_WARN_UNUSED_TYPE. by Jarkko Pöyry · 10 years ago
  48. d9af33c Merge "Expose isSRGB publicly to avoid duplication." by Jarkko Pöyry · 10 years ago
  49. 89a7291 Expose isSRGB publicly to avoid duplication. by Jarkko Pöyry · 10 years ago
  50. 612e371 Remove duplicated code. by Jarkko Pöyry · 10 years ago
  51. 099c3fe Merge "tcuTestLog skips image prepocessing if qpTestLog is not logging them" by Kalle Raita · 10 years ago
  52. f9c9b5b tcuTestLog skips image prepocessing if qpTestLog is not logging them by Kalle Raita · 10 years ago
  53. 1aead6d Make SeedBuilder endianess independent. by Mika Isojärvi · 10 years ago
  54. 193f598 Remove unused variables. by Jarkko Pöyry · 10 years ago
  55. cd7a989 Add unsigned int variant of tcu::clear(). by Mika Isojärvi · 10 years ago
  56. e3df06c Merge "Add tcu::just() that wraps argument in to tcu::Maybe." by Mika Isojärvi · 10 years ago
  57. cf5839d Skip NaN values when estimating pixel value range. by Mika Isojärvi · 10 years ago
  58. 7c39ad3 Add tcu::just() that wraps argument in to tcu::Maybe. by Mika Isojärvi · 10 years ago
  59. 90f13de Merge "Add missing string conversions for tcu::TextureFormat." by Mika Isojärvi · 10 years ago
  60. ce0c041 Add missing string conversions for tcu::TextureFormat. by Mika Isojärvi · 10 years ago
  61. 3605487 Add formatArray utility. by Jarkko Pöyry · 10 years ago
  62. ab44fc6 Move tcu::ResultCollector to a separate file. by Jarkko Pöyry · 10 years ago
  63. cb82ed7 Add query tests for ES31 states. by Jarkko Pöyry · 10 years ago
  64. 588d0ea Merge "Add tcuEither that contains one of two different types." by Mika Isojärvi · 10 years ago
  65. f824ffe Add tcuEither that contains one of two different types. by Mika Isojärvi · 10 years ago
  66. 69e5f96 Merge "Optimize draw tests." by Jarkko Pöyry · 10 years ago
  67. 06beb4d Optimize draw tests. by Jarkko Pöyry · 10 years ago
  68. 03ebc7d Merge "Improve tcuTexture performance by caching pixel size." by Mika Isojärvi · 10 years ago
  69. 2934006 Improve tcuTexture performance by caching pixel size. by Mika Isojärvi · 10 years ago
  70. ee2e92c Enforce test tree hierarchy in TestNode. by Jarkko Pöyry · 10 years ago
  71. 5f78b13 Fix couple of trivial warnings reported by MSVC by Pyry Haulos · 10 years ago
  72. 02d11a4 am 2a8065fa: am 72a9510d: Merge "Add support for fatal errors to framework." into lmp-mr1-dev by Jarkko Pöyry · 10 years ago
  73. 9296957 Add support for fatal errors to framework. by Jarkko Pöyry · 10 years ago
  74. 0412486 Add tcuMaybe that can be used for values that may not exist. by Mika Isojärvi · 10 years ago
  75. bf44c5c Add DeqpPlatformCapabilityQueryInstrumentation. by Jarkko Pöyry · 10 years ago
  76. 034b8e2 Merge "Add class to build seeds from variables." by Mika Isojärvi · 10 years ago
  77. f0baefc Add class to build seeds from variables. by Mika Isojärvi · 10 years ago
  78. 2084d83 Merge "Remove tcu::Surface::getSubAccess()" by Pyry Haulos · 10 years ago
  79. f63ec82 Merge "Expose RGB999E5 packing function from tcu::Texture." by Mika Isojärvi · 10 years ago
  80. 2925635 Expose RGB999E5 packing function from tcu::Texture. by Mika Isojärvi · 10 years ago
  81. b37e06c Add default texture decompression parameter. by Mika Isojärvi · 10 years ago
  82. 02d3463 Remove tcu::Surface::getSubAccess() by Pyry Haulos · 10 years ago
  83. 1f99d69 Add EXT_primitive_bounding_box tests. by Jarkko Pöyry · 10 years ago
  84. becd5d5 Add support for compressed 3D/2D array textures. by Mika Isojärvi · 10 years ago
  85. 99df2e4 Allow trailing newline in trie files. by Jarkko Pöyry · 10 years ago
  86. 89659d2 Add support for simpler test case list syntax by Pyry Haulos · 10 years ago
  87. fbf0fd6 First iteration of new release script by Pyry Haulos · 10 years ago
  88. 366985e Endianness fixes to bilinear & fuzzy image compares by Pyry Haulos · 10 years ago
  89. 831962c Allow trailing newline in trie files. by Jarkko Pöyry · 10 years ago
  90. ee2e173 Add support for simpler test case list syntax by Pyry Haulos · 10 years ago
  91. 290f32a First iteration of new release script by Pyry Haulos · 10 years ago
  92. 74731a6 Endianness fixes to bilinear & fuzzy image compares by Pyry Haulos · 10 years ago
  93. 2dac2cc Add --deqp-screen-rotation=unspecified cmdline flag. by Pyry Haulos · 10 years ago
  94. 2e751e3 Import several fixes from main repo: by Pyry Haulos · 10 years ago
  95. fe01ea4 Fix standalone dEQP build. by Pyry Haulos · 10 years ago
  96. ade588f Update dEQP. by Jarkko Pöyry · 10 years ago
  97. 8852c82 Update dEQP. by Jarkko Poyry · 10 years ago
  98. 3c82736 Import dEQP. by Jarkko Poyry · 10 years ago