1. 05107f5 Merge commit '0556811aeaad846f4bacbbd03e05e61fbfe1e545' by Paul Thomson · 4 years, 4 months ago
  2. d2d0bce Added histogram EMD comparison support for image_diff. (#693) by asuonpaa · 4 years, 8 months ago
  3. bfd82be New type structure (#679) by dan sinclair · 4 years, 8 months ago
  4. 8348fd4 Store formats in pipeline and scripts. (#677) by dan sinclair · 4 years, 8 months ago
  5. 3624da9 Added standalone tool for doing image comparison. (#673) by asuonpaa · 4 years, 8 months ago
  6. f2f0ce2 Merge commit '62ef3e4e056d80f848baadee745cc176f6252cc3' into HEAD by Chris Forbes · 4 years, 9 months ago
  7. f2e192f Add support for dumping multiple frame buffers. (#636) by asuonpaa · 4 years, 9 months ago
  8. eb90200 [Dawn] update amber to fix dawn bot failure (#630) by Sarah · 4 years, 9 months ago
  9. 6e16cab Allow recipe to change fence timeout. (#624) by dan sinclair · 4 years, 9 months ago
  10. 39ee871 Enable PNG dump for Android plain executable (#617) by Paul Thomson · 4 years, 10 months ago
  11. f4526ca Initial Android.bp support by Chris Forbes · 4 years, 10 months ago
  12. 5bb9c64 Add option to disable SPIR-V validation (#615) by Paul Thomson · 4 years, 10 months ago
  13. 6bdbb5f Optional PNG support (#596) by Jaebaek Seo · 4 years, 11 months ago
  14. e7035ef [Dawn] Update code to catch up with dawn changes (#579) by Sarah · 5 years ago
  15. 982af51 Specify target version for GLSL compilation (#582) by David Neto · 5 years ago
  16. 27ecd46 Update DXC compile options (#538) by Jaebaek Seo · 5 years ago
  17. f8e6fbd Add missing file close (#535) by dan sinclair · 5 years ago
  18. 7991d42 Allow setting name of framebuffer to extract. (#507) by dan sinclair · 5 years ago
  19. 4736b0f Add push constant graphics tests. (#492) by dan sinclair · 5 years ago
  20. 6832a92 Add flag to log execute calls. (#483) by dan sinclair · 5 years ago
  21. 3ba8401 Flush out some class/method documentation. (#476) by dan sinclair · 5 years ago
  22. ae06ff8 Simplify Format::GetBytesize; rename to SizeInBytes (#457) by dan sinclair · 5 years ago
  23. 5397303 Dawn engine: Adapt to latest Dawn API. (#454) by David Neto · 5 years ago
  24. 77b90e8 Update Dawn config file (#440) by Sarah · 5 years ago
  25. 5fc7b6e Hide pipeline buffer formats (#420) by dan sinclair · 5 years ago
  26. afe0881 Initialize amber structures. (#408) by dan sinclair · 5 years ago
  27. 0b0f168 Change cmake to use PYTHON_EXECUTABLE. (#403) by dan sinclair · 5 years ago
  28. b31eb61 Add missing iterator include. (#393) by dan sinclair · 5 years ago
  29. 1cd61fb Move config helper to use destructor (#391) by dan sinclair · 5 years ago
  30. 60f0406 Integrate PPM unit tests. (#379) by dan sinclair · 5 years ago
  31. 6064a40 [vulkan] Better error message when failing to make vulkan device. (#372) by dan sinclair · 5 years ago
  32. 06e174d Implement --log-graphics-calls-time flag (#351) by Hugues Evrard · 5 years ago
  33. 5bd86e6 Add Delegate and --log-graphics-calls flag (#334) by Hugues Evrard · 5 years ago
  34. 0d74448 Build with local vulkan data if requested (#319) by dan sinclair · 5 years ago
  35. 0242b3c [vulkan] Generate wrapper functions for vulkan methods. (#328) by dan sinclair · 5 years ago
  36. 703c181 Add vulkan information into -V output. (#326) by dan sinclair · 5 years ago
  37. 7b805bb Force RGBA color type for PNG output (#329) by Paul Thomson · 5 years ago
  38. 4c4ad39 Output requested images/buffers on probe failure. (#316) by dan sinclair · 5 years ago
  39. 6bf5315 Allow specifiying variable pointers in requirements. (#313) by dan sinclair · 5 years ago
  40. ef55db9 Flip the sample app to be less quiet. (#307) by dan sinclair · 5 years ago
  41. 21b3eff Hold required features as strings. (#309) by dan sinclair · 5 years ago
  42. 7283766 Allow querying vkGetPhysicalProperties2 (#308) by dan sinclair · 5 years ago
  43. 1987466 Differentiate between instance and device extensions. (#304) by dan sinclair · 5 years ago
  44. ec5f9d4 Add image dump in PNG (#302) by dan sinclair · 5 years ago
  45. ff296ea Add -ps option to allow compiling shaders. (#303) by dan sinclair · 5 years ago
  46. f2a13b5 Fixup sample app buffer parsing (#300) by dan sinclair · 5 years ago
  47. 7352438 Fixup image buffer dump (#299) by dan sinclair · 5 years ago
  48. b3a778d Vulkan: support buffer dump (#269) by Jaebaek Seo · 5 years ago
  49. b053505 Add compilation scaffolding for plain Android executable (#285) by Hugues Evrard · 5 years ago
  50. 8483207 Fix clang 5.0 compile error (#280) by Jaebaek Seo · 5 years ago
  51. 0f6750b Updates to adapt to newer Dawn with Metal (#279) by David Neto · 5 years ago
  52. 5da2ba3 Sample app shutdown always (#274) by dan sinclair · 5 years ago
  53. f928531 Add flag to set vulkan version. (#272) by dan sinclair · 5 years ago
  54. de7c1aa Allow setting SPIR-V target environment. (#273) by dan sinclair · 5 years ago
  55. 05a490c Fix compiler error for release build with GCC 7.3 (#258) by Jaebaek Seo · 5 years ago
  56. 2bd5adf Vulkan: support disabling validation layer (#270) by Jaebaek Seo · 5 years ago
  57. 6662d93 Remove some asserts, use return Results (#260) by dan sinclair · 5 years ago
  58. 970ba7a Add framebuffer dump in PPM format (#227) by Hugues Evrard · 5 years ago
  59. d03f04b [vulkan] Load vulkan methods through method. (#246) by dan sinclair · 5 years ago
  60. c8091ba [vulkan] Make vkGetInstanceProcAddr a required config param. (#245) by dan sinclair · 5 years ago
  61. 39af103 Convert API to C++03 from C++11 for CTS compatibility (#218) by dan sinclair · 5 years ago
  62. 610296c Vulkan: enable validation layer (#184) by Jaebaek Seo · 5 years ago
  63. 00ed2a7 Fixup build warnings (#214) by dan sinclair · 5 years ago
  64. fa99089 Vulkan: reuse device using config (#205) by Jaebaek Seo · 5 years ago
  65. 6a03f79 Make spirv-tools, googletest and shaderc build optional (#144) by dan sinclair · 6 years ago
  66. 048ff06 Break apart Amber::Execute method. (#143) by dan sinclair · 6 years ago
  67. 7e818a0 Fail on unrecognized command line option (#104) by David Neto · 6 years ago
  68. da74d35 Add cpplint (#90) by dan sinclair · 6 years ago
  69. e390591 Windows build support (#71) by David Neto · 6 years ago
  70. c20ab2e amber tool: Add -e option to set graphics API engine (#65) by David Neto · 6 years ago
  71. 6a99f53 Fix generation of build-versions.h file. by Dan Sinclair · 6 years ago
  72. 70d430c Initial commit of Amber for open source by dan sinclair · 6 years ago