1. b2b4095 [VkScript] Add pipeline validation. (#502) by dan sinclair · 6 years ago
  2. c546524 Update VkScript buffer document. (#500) by dan sinclair · 6 years ago
  3. 203a990 [vkscript] Store push constant data in a buffer. (#495) by dan sinclair · 6 years ago
  4. 9faad80 Exclude spirv-tools targets from all. (#496) by Steven Perron · 6 years ago
  5. cea300d [amberscript] Add INDEXED parsing (#494) by dan sinclair · 6 years ago
  6. 8232a8c [amberscript] Add instance and device extensions (#493) by dan sinclair · 6 years ago
  7. 580aa57 [amberscript] Add ability to set engine data (#490) by dan sinclair · 6 years ago
  8. bb89603 [amberscript] Extend DRAW_ARRAYS parsing. (#487) by dan sinclair · 6 years ago
  9. 4736b0f Add push constant graphics tests. (#492) by dan sinclair · 6 years ago
  10. fffbb43 [vkscript] Skip adding uniform buffer to list of pipeline buffers (#488) by dan sinclair · 6 years ago
  11. a795d9c [amberscript] Add push_constant support. (#486) by dan sinclair · 6 years ago
  12. d4c369f Move buffer filling code into Buffer class. (#484) by dan sinclair · 6 years ago
  13. e731ff4 Add Dawn backend to linux kokoro (#477) by Sarah · 6 years ago
  14. 6832a92 Add flag to log execute calls. (#483) by dan sinclair · 6 years ago
  15. 9d7d3bb Fix format sizes due to layout. (#482) by dan sinclair · 6 years ago
  16. b07f6a2 Update suppressions (#481) by dan sinclair · 6 years ago
  17. 99becfb Enable syntax highlighting in amberscript doc (#479) by dan sinclair · 6 years ago
  18. 5b339a5 Scripting document cleanups (#478) by dan sinclair · 6 years ago
  19. 3ba8401 Flush out some class/method documentation. (#476) by dan sinclair · 6 years ago
  20. 2dcaa50 [amberscript] Add DRAW_ARRAYS command (#472) by dan sinclair · 6 years ago
  21. 5272a98 Add compute tests for AmberScript. (#471) by dan sinclair · 6 years ago
  22. 57e960f Adding depth and stencil to DoClear (#467) by Sarah · 6 years ago
  23. ac70df3 Merge Data and Format buffers. (#466) by dan sinclair · 6 years ago
  24. d26ee22 Unify buffer sizes. (#465) by dan sinclair · 6 years ago
  25. dd5b5e6 Convert ProbeSSBO to use Format objects. (#464) by dan sinclair · 6 years ago
  26. ee7662c Add doc/engines.md (#463) by dan sinclair · 6 years ago
  27. d84f541 Convert BufferCommand to use Format. (#462) by dan sinclair · 6 years ago
  28. e8302e1 Dawn engine: refactor (#455) by David Neto · 6 years ago
  29. 5299cf3 Move Format up into base Buffer class (#461) by dan sinclair · 6 years ago
  30. 847634a Use Format instead of DatumType where possible. (#460) by dan sinclair · 6 years ago
  31. e968f5c AmberScript and README updates (#459) by dan sinclair · 6 years ago
  32. d4e543b Add Buffer::GetFormat (#458) by dan sinclair · 6 years ago
  33. ae06ff8 Simplify Format::GetBytesize; rename to SizeInBytes (#457) by dan sinclair · 6 years ago
  34. b322b20 [vulkan] Allow setting vertex buffer with a data buffer (#450) by dan sinclair · 6 years ago
  35. 43248b2 [AmberScript] Add DERIVE_PIPELINE (#453) by dan sinclair · 6 years ago
  36. 5397303 Dawn engine: Adapt to latest Dawn API. (#454) by David Neto · 6 years ago
  37. 77b90e8 Update Dawn config file (#440) by Sarah · 6 years ago
  38. 6a39267 [vulkan] copy fb data onto device (#452) by dan sinclair · 6 years ago
  39. 7f72bbf [vulkan] Add a write framebuffer state; cleanup (#449) by dan sinclair · 6 years ago
  40. a8acd2e Generate a Format from a DataBuffer. (#448) by dan sinclair · 6 years ago
  41. da78976 [vulkan] TransferImage knows current layout and stage (#445) by dan sinclair · 6 years ago
  42. 1f834b8 [amberscript] Add REPEAT command (#443) by dan sinclair · 6 years ago
  43. 1806fc6 [amberscript] Fix BUFFER commands in examples (#447) by James Price · 6 years ago
  44. 135cef4 Add EXPECT EQ_BUFFER command (#444) by Hugues Evrard · 6 years ago
  45. c5afcf2 Add amber overview doc (#442) by dan sinclair · 6 years ago
  46. 3ba9e39 [vulkan] simplify image transition code. (#441) by dan sinclair · 6 years ago
  47. 0c05047 [amberscript] Allow buffer data on same line as declaration. (#439) by dan sinclair · 6 years ago
  48. a80dbbd [vulkan] Use LOAD_OP_LOAD for the default attachment description (#438) by dan sinclair · 6 years ago
  49. 80265db Remove accidentally added file (#437) by dan sinclair · 6 years ago
  50. 86af71d [vkscript] report error on invalid ssbo subdata offset. (#421) by dan sinclair · 6 years ago
  51. f23a84c [amberscript] add DEVICE_FEATURE. (#434) by dan sinclair · 6 years ago
  52. d70c0e4 Add destructors for the config objects. (#422) by dan sinclair · 6 years ago
  53. 6fa4f59 [amberscript] split parser test file (#432) by dan sinclair · 6 years ago
  54. 5fc7b6e Hide pipeline buffer formats (#420) by dan sinclair · 6 years ago
  55. 7fa3e97 Remove buffer_data file. (#419) by dan sinclair · 6 years ago
  56. 367b63b [amberscript] Add CLEAR_COLOR parsing. (#416) by dan sinclair · 6 years ago
  57. d68c489 [vulkan] remove un-needed methods (#424) by dan sinclair · 6 years ago
  58. e31aadd [vulkan] Remove vulkan/format_data (#415) by dan sinclair · 6 years ago
  59. bc902d4 Implement AmberScript COPY command (#371) by Hugues Evrard · 6 years ago
  60. fb6849f [vulkan] Remove params which can be retrieved from Device. (#414) by dan sinclair · 6 years ago
  61. a06ad05 [vulkan] Cleanup device methods for properties (#413) by dan sinclair · 6 years ago
  62. d7926a5 Add EXPECT EQ (#411) by dan sinclair · 6 years ago
  63. 11d4796 [vulkan] remove unnecessary Result returns. (#412) by dan sinclair · 6 years ago
  64. 724d61f [vulkan] merge Descriptor and BufferDescriptor. (#410) by dan sinclair · 6 years ago
  65. afe0881 Initialize amber structures. (#408) by dan sinclair · 6 years ago
  66. d1984fe [vulkan] Remove memory pointer from Buffer. (#407) by dan sinclair · 6 years ago
  67. 8b6850b [vulkan] Move pipeline shutdown to destructor (#409) by dan sinclair · 6 years ago
  68. 710813e Move engine shutdown to destructor (#396) by dan sinclair · 6 years ago
  69. e1a2912 Convert buffer data earlier (#394) by dan sinclair · 6 years ago
  70. b783263 Remove return as it's unreachable. (#406) by dan sinclair · 6 years ago
  71. 9a535ae Initialize desc_type var to avoid aggressive warning (#402) by David Neto · 6 years ago
  72. 0b0f168 Change cmake to use PYTHON_EXECUTABLE. (#403) by dan sinclair · 6 years ago
  73. 7cb201d Make python required (#401) by dan sinclair · 6 years ago
  74. 4df4bba Remove unreachable line (#400) by dan sinclair · 6 years ago
  75. a8580eb Initialize comparator. (#399) by dan sinclair · 6 years ago
  76. b31eb61 Add missing iterator include. (#393) by dan sinclair · 6 years ago
  77. 1cd61fb Move config helper to use destructor (#391) by dan sinclair · 6 years ago
  78. 12a2568 Initialize stage vars to satisfy pessimistic warning (#395) by David Neto · 6 years ago
  79. acd6a54 [vulkan] Move GetFrameBuffer out of engine code. (#389) by dan sinclair · 6 years ago
  80. 3acdaf9 [vulkan] Change vulkan generation location. (#390) by dan sinclair · 6 years ago
  81. 05d1a6c [vulkan] Cleanup some asserts (#388) by dan sinclair · 6 years ago
  82. d650661 [vulkan] Fixup width of draw commands. (#383) by dan sinclair · 6 years ago
  83. c6078df [vulkan] Rename methods returning vulkan objects. (#387) by dan sinclair · 6 years ago
  84. b531cf8 [vulkan] Add CommandBuffer guard. (#386) by dan sinclair · 6 years ago
  85. be94d5c [vulkan] Remove redundant record and submit commands. (#385) by dan sinclair · 6 years ago
  86. 5dfa7d0 [vulkan] Merge CommandBuffer End and SubmitAndReset. (#384) by dan sinclair · 6 years ago
  87. 399098f [vulkan] Wrap render pass into RAII object. (#382) by dan sinclair · 6 years ago
  88. 34c7508 [vulkan] More MoltenVK suppressions (#378) by dan sinclair · 6 years ago
  89. 38003d5 Add a PipelineCommand class. (#380) by dan sinclair · 6 years ago
  90. 51d3ade Enable find vulkan on Android (#381) by dan sinclair · 6 years ago
  91. 454b37f Remove pipeline from probe commands. (#377) by dan sinclair · 6 years ago
  92. 60f0406 Integrate PPM unit tests. (#379) by dan sinclair · 6 years ago
  93. 6064a40 [vulkan] Better error message when failing to make vulkan device. (#372) by dan sinclair · 6 years ago
  94. f9ccef4 Guard against missing framebuffer pointer (#376) by dan sinclair · 6 years ago
  95. cd446e6 [vulkan] Add missing result check (#375) by dan sinclair · 6 years ago
  96. a6b5d1e Change depth format for test. (#374) by dan sinclair · 6 years ago
  97. 918d83e [testing] Add suppressions to test runner (#373) by dan sinclair · 6 years ago
  98. e822b18 Clarify AmberScript comment definition (#370) by Hugues Evrard · 6 years ago
  99. 3e6826c [AmberScript] Implement EXPECT EQ_RGB(A)? parsing (#367) by dan sinclair · 6 years ago
  100. f25114b [vulkan] remove Shutdown methods. (#366) by dan sinclair · 6 years ago