1. 633be98 Added EMD histogram comparison support. (#689) by asuonpaa · 4 years, 8 months ago
  2. b0708a9 [AmberScript] Adding struct support (#688) by dan sinclair · 4 years, 8 months ago
  3. b9d89fb [AmberScript] Add STD140 and STD430 layout modifiers to BUFFER. (#671) by dan sinclair · 4 years, 9 months ago
  4. ef6d2fa [AmberScript] Fix parsing of matrix data into buffers. (#657) by dan sinclair · 4 years, 9 months ago
  5. 80467d6 Clear all colour buffers in Vulkan engine. (#653) by dan sinclair · 4 years, 9 months ago
  6. 64b6362 [Dawn] Resolve remaining test failures (#609) by Sarah · 4 years, 10 months ago
  7. e9e2a52 Add root mean square error buffer comparison (#602) by dan sinclair · 5 years ago
  8. 50d5946 Add test case for --graphics-robust-access transform (#614) by David Neto · 5 years ago
  9. cc67e6a [Dawn] Implement DoCompute support in dawn backend and fix sparse descriptor set support (#585) by Sarah · 5 years ago
  10. ad89881 add test (#604) by Sarah · 5 years ago
  11. 03f8d9a [Dawn] Add multiple color-attachment support (#594) by Sarah · 5 years ago
  12. af34a92 Fix OpenCL pipeline derivatives (#593) by alan-baker · 5 years ago
  13. 7bc793f Add support for specifying compile options (#592) by alan-baker · 5 years ago
  14. 1c7b905 Opencl set for kernel args (#589) by alan-baker · 5 years ago
  15. 6959799 Bind opencl buffers (#584) by alan-baker · 5 years ago
  16. e7035ef [Dawn] Update code to catch up with dawn changes (#579) by Sarah · 5 years ago
  17. bbe15ea Support parsing OpenCL C kernels (#578) by alan-baker · 5 years ago
  18. 7bdced0 Set entry point names during pipeline creation (#577) by alan-baker · 5 years ago
  19. 7138d93 [Dawn] Implement doBuffer in Dawn backend (#564) by Sarah · 5 years ago
  20. f121ebb Error out when DrawRect command is invoked on a pipeline with multiple vertex buffers attached (#570) by Sarah · 5 years ago
  21. fff5225 Implement drawArray in Dawn backend (#551) by Sarah · 5 years ago
  22. fce7244 Remove fragment shader requirement from validation (#555) by Sarah · 5 years ago
  23. 105e53b Attach buffers and textures at create pipeline state (#545) by Sarah · 5 years ago
  24. d38363b Shader specialization (#525) by alan-baker · 5 years ago
  25. 47dfd3c Add HLSL support through DXC (#511) by dan sinclair · 5 years ago
  26. e5dc020 [vkscript] Set default format into buffers. (#514) by dan sinclair · 5 years ago
  27. e73da38 [amberscript] Add TOLERANCE parsing. (#517) by dan sinclair · 5 years ago
  28. ef1b110 Only resize buffer if it will become bigger. (#506) by dan sinclair · 5 years ago
  29. b2b4095 [VkScript] Add pipeline validation. (#502) by dan sinclair · 5 years ago
  30. 4736b0f Add push constant graphics tests. (#492) by dan sinclair · 5 years ago
  31. a795d9c [amberscript] Add push_constant support. (#486) by dan sinclair · 5 years ago
  32. d4c369f Move buffer filling code into Buffer class. (#484) by dan sinclair · 5 years ago
  33. 2dcaa50 [amberscript] Add DRAW_ARRAYS command (#472) by dan sinclair · 5 years ago
  34. 5272a98 Add compute tests for AmberScript. (#471) by dan sinclair · 5 years ago
  35. 57e960f Adding depth and stencil to DoClear (#467) by Sarah · 5 years ago
  36. d26ee22 Unify buffer sizes. (#465) by dan sinclair · 5 years ago
  37. 43248b2 [AmberScript] Add DERIVE_PIPELINE (#453) by dan sinclair · 5 years ago
  38. 1f834b8 [amberscript] Add REPEAT command (#443) by dan sinclair · 5 years ago
  39. a80dbbd [vulkan] Use LOAD_OP_LOAD for the default attachment description (#438) by dan sinclair · 5 years ago
  40. 80265db Remove accidentally added file (#437) by dan sinclair · 5 years ago
  41. f23a84c [amberscript] add DEVICE_FEATURE. (#434) by dan sinclair · 5 years ago
  42. 367b63b [amberscript] Add CLEAR_COLOR parsing. (#416) by dan sinclair · 5 years ago
  43. bc902d4 Implement AmberScript COPY command (#371) by Hugues Evrard · 5 years ago
  44. d7926a5 Add EXPECT EQ (#411) by dan sinclair · 5 years ago
  45. d650661 [vulkan] Fixup width of draw commands. (#383) by dan sinclair · 5 years ago
  46. 454b37f Remove pipeline from probe commands. (#377) by dan sinclair · 5 years ago
  47. a6b5d1e Change depth format for test. (#374) by dan sinclair · 5 years ago
  48. 3e6826c [AmberScript] Implement EXPECT EQ_RGB(A)? parsing (#367) by dan sinclair · 5 years ago
  49. ec233ef Remove GetDescriptorInfo and store in Buffer object. (#358) by dan sinclair · 5 years ago
  50. ab8c537 Rename vkscript test files. (#332) by dan sinclair · 5 years ago
  51. 585cb72 Add fbsize require setting (#315) by dan sinclair · 5 years ago
  52. 7283766 Allow querying vkGetPhysicalProperties2 (#308) by dan sinclair · 5 years ago
  53. cb4cf45 Vkscript: fix matrix stride bug (#268) by Jaebaek Seo · 5 years ago
  54. 1dba39b Vulkan: support setup based on PipelineData (#253) by Jaebaek Seo · 5 years ago
  55. 9626724 Vulkan: support depth frame buffer (#248) by Jaebaek Seo · 5 years ago
  56. 115c15a Vulkan: support tessellation control/eval shader (#249) by Jaebaek Seo · 5 years ago
  57. bca10fb Vulkan: add geometry shader test (#247) by Jaebaek Seo · 5 years ago
  58. 861748c Vulkan: support all VkFormat for vertex and frame (#224) by Jaebaek Seo · 5 years ago
  59. 40a3f2f VkScript: support probe without rect (#240) by Jaebaek Seo · 5 years ago
  60. 1694a27 Vulkan: readback SSBO/framebuffer right after draw or compute (#217) by Jaebaek Seo · 5 years ago
  61. a77c461 Vulkan: support index buffer for graphics pipeline (#226) by Jaebaek Seo · 5 years ago
  62. 75a67f9 Add test case for accumulated ubo definition (#225) by Jaebaek Seo · 5 years ago
  63. c3617ae Vulkan: support push constant (#203) by Jaebaek Seo · 5 years ago
  64. 610296c Vulkan: enable validation layer (#184) by Jaebaek Seo · 5 years ago
  65. 90b061a Vulkan: fix validation errors (#187) by Jaebaek Seo · 5 years ago
  66. 924b9a9 Vulkan: support entrypoint command (#188) by Jaebaek Seo · 6 years ago
  67. 14c20d8 Vulkan: fix draw array after draw rect bug (#177) by Jaebaek Seo · 6 years ago
  68. f358557 Vulkan: fix discontinuous descriptor set error (#159) by Jaebaek Seo · 6 years ago
  69. b32dbe1 Vulkan: fix draw rect once bug (#174) by Jaebaek Seo · 6 years ago
  70. 55b629f Vulkan: enable extension support (#154) by Jaebaek Seo · 6 years ago
  71. 851b77a Vulkan: handles uniform ubo command i.e., add UBO (#148) by Jaebaek Seo · 6 years ago
  72. 1f9a5cb Vulkan: enable required features (#141) by Jaebaek Seo · 6 years ago
  73. a6a2cfc Vulkan: handle DoDrawRect (#134) by Jaebaek Seo · 6 years ago
  74. f792f78 Vulkan: support multiple updates for a ssbo (#126) by Jaebaek Seo · 6 years ago
  75. 2e32753 Add tests tolerance and comparator (#130) by Jaebaek Seo · 6 years ago
  76. c244ec8 Vulkan: handle probe ssbo command (#101) by Jaebaek Seo · 6 years ago
  77. 3a6f620 Vulkan: add compute pipeline (#98) by Jaebaek Seo · 6 years ago
  78. da1d01d Vulkan: add SSBO (#63) by Jaebaek Seo · 6 years ago
  79. ed1be60 Vulkan: add a test for probe without draw or clear (#51) by Jaebaek Seo · 6 years ago
  80. 01c5862 Vulkan: add draw triangles (#52) by Jaebaek Seo · 6 years ago
  81. 70d430c Initial commit of Amber for open source by dan sinclair · 6 years ago