1. 0db8af9 Make room for stencil data in host buffer (#941) by asuonpaa · 3 years, 4 months ago
  2. cbecdfc Support binding the same vertex buffer to multiple locations (#936) by asuonpaa · 3 years, 4 months ago
  3. ace2bde [amberscript] Add DATA to IMAGE command (#934) by dan sinclair · 3 years, 5 months ago
  4. f8a6fdb VERTEX_DATA: add format, offset, stride parameters (#929) by asuonpaa · 3 years, 6 months ago
  5. 758f918 Various fixes for size comparisons (#924) by dan sinclair · 3 years, 7 months ago
  6. 404e432 Updated DXC and SPIRV-Tools DEPS and add tests for debugger (#925) by Jaebaek Seo · 3 years, 7 months ago
  7. 4d6fcf0 Skip data readback for read-only descriptors (#921) by asuonpaa · 3 years, 7 months ago
  8. dcc09a1 Debugger tests (#915) by Ben Clayton · 3 years, 8 months ago
  9. a1788ec [AmberScript] Add support for runtime arrays (#909) by asuonpaa · 3 years, 9 months ago
  10. 1f468e0 Add example for row_major, col_major matrices (#896) by David Neto · 3 years, 11 months ago
  11. e0e328a Add missing license headers by Ben Clayton · 3 years, 11 months ago
  12. 4ad21ed Fix tests that had OOB writes for ssbo buffer by Ben Clayton · 3 years, 11 months ago
  13. a55eaad Fix vkscript buffers being added twice (#888) by Ilkka Saarelainen · 3 years, 11 months ago
  14. eeb83eb Add dynamic uniform and storage buffer support (#877) by asuonpaa · 4 years ago
  15. 9f59702 Added multisample support for textures (#873) by asuonpaa · 4 years ago
  16. 89a1b56 Add input rate support for Amber script (#871) by asuonpaa · 4 years ago
  17. f8be91f Added descriptor array support (#867) by asuonpaa · 4 years ago
  18. 5c66570 Add support for uniform/storage texel buffers (#862) by asuonpaa · 4 years, 1 month ago
  19. 9069db8 Add instanced drawing support for AmberScript (#863) by asuonpaa · 4 years, 1 month ago
  20. d72a76c Added STENCIL support for Amber Script. (#847) by asuonpaa · 4 years, 1 month ago
  21. 2dbfcd9 Added DEPTH support for Amber Script. (#843) by asuonpaa · 4 years, 2 months ago
  22. 1d6f89f Added buffer data loading from a text file (#839) by asuonpaa · 4 years, 2 months ago
  23. af654dc Added implementation for loading buffer data from a binary file. (#838) by asuonpaa · 4 years, 2 months ago
  24. a40bef4 Add support for new clspv interface types (#836) by alan-baker · 4 years, 2 months ago
  25. 27b1dee Debugger: Scan for VIRTUAL_FILEs and wait for steps by Ben Clayton · 4 years, 2 months ago
  26. cd3c9b6 Add support for VIRTUAL_FILE by Ben Clayton · 4 years, 2 months ago
  27. f472047 Enable DXC and kokoro test for it (#825) by Jaebaek Seo · 4 years, 3 months ago
  28. 38fcbe6 Added a support for loading a png file into a buffer (#823) by asuonpaa · 4 years, 3 months ago
  29. c360eb6 Add support for push constants generated by Clspv (#812) by James Price · 4 years, 3 months ago
  30. 93c0348 Add polygon mode support for AmberScript (#806) by dan sinclair · 4 years, 3 months ago
  31. 98ec10e Fix float16 zeros and denormals handling (#798) by Ricardo Garcia · 4 years, 3 months ago
  32. 4ec2f9a Add support for 16-bit storage features (#799) by Ricardo Garcia · 4 years, 3 months ago
  33. cab3a31 Implement DRAW_GRID (#791) by jarisiru · 4 years, 3 months ago
  34. 5917795 Add support for 8-bit int shader/storage features (#792) by Ricardo Garcia · 4 years, 4 months ago
  35. c13bc84 CommandBuffer reset fixes. (#788) by dan sinclair · 4 years, 4 months ago
  36. d8acae6 Debugger: Add support for EXPECT CALLSTACK by Ben Clayton · 4 years, 4 months ago
  37. d0499bd Roll SwiftShader forward & fix debugger test by Ben Clayton · 4 years, 4 months ago
  38. 25ab572 Debugger: Add basic debugger test scripts. by Ben Clayton · 4 years, 4 months ago
  39. 044f29f Auto-generate OpenCL literal samplers (#759) by alan-baker · 4 years, 6 months ago
  40. 5ea7f38 Image buffers (#757) by alan-baker · 4 years, 6 months ago
  41. db781e5 Add Float 16 Support (#751) by dan sinclair · 4 years, 6 months ago
  42. fd41ef3 Run integration tests with swiftshader (#723) by dan sinclair · 4 years, 6 months ago
  43. 6875fe8 Update OpenCL suppressions (#748) by dan sinclair · 4 years, 6 months ago
  44. 3a57f61 Mipmap support (#731) by asuonpaa · 4 years, 6 months ago
  45. e4d7cd0 This CL allows passing the pipeline name to the -B flag. (#733) by dan sinclair · 4 years, 6 months ago
  46. 5ef0512 Opencl images and samplers (#734) by alan-baker · 4 years, 6 months ago
  47. 8925237 [run_tests] Only print output if not suppressed. (#729) by dan sinclair · 4 years, 7 months ago
  48. b8b2846 Suppress compute_robust_buffer_access_ssbo.amber (#722) by dan sinclair · 4 years, 7 months ago
  49. d5db290 Add ability to run opencl tests with run_tests.py. (#720) by dan sinclair · 4 years, 7 months ago
  50. 2bf7d7b Added combined image sampler support (#713) by asuonpaa · 4 years, 7 months ago
  51. 0a4dd57 Add sampler and sampler image support (#705) by asuonpaa · 4 years, 7 months ago
  52. b4e20fd [AmberScript] Added storage image support. (#694) by asuonpaa · 4 years, 8 months ago
  53. 633be98 Added EMD histogram comparison support. (#689) by asuonpaa · 4 years, 8 months ago
  54. b0708a9 [AmberScript] Adding struct support (#688) by dan sinclair · 4 years, 8 months ago
  55. b9d89fb [AmberScript] Add STD140 and STD430 layout modifiers to BUFFER. (#671) by dan sinclair · 4 years, 9 months ago
  56. ef6d2fa [AmberScript] Fix parsing of matrix data into buffers. (#657) by dan sinclair · 4 years, 9 months ago
  57. 80467d6 Clear all colour buffers in Vulkan engine. (#653) by dan sinclair · 4 years, 9 months ago
  58. a629c46 Suppress CLSPV tests (#652) by dan sinclair · 4 years, 9 months ago
  59. 64b6362 [Dawn] Resolve remaining test failures (#609) by Sarah · 4 years, 10 months ago
  60. e9e2a52 Add root mean square error buffer comparison (#602) by dan sinclair · 4 years, 10 months ago
  61. 50d5946 Add test case for --graphics-robust-access transform (#614) by David Neto · 4 years, 10 months ago
  62. cc67e6a [Dawn] Implement DoCompute support in dawn backend and fix sparse descriptor set support (#585) by Sarah · 4 years, 11 months ago
  63. ad89881 add test (#604) by Sarah · 4 years, 11 months ago
  64. 03f8d9a [Dawn] Add multiple color-attachment support (#594) by Sarah · 4 years, 11 months ago
  65. af34a92 Fix OpenCL pipeline derivatives (#593) by alan-baker · 4 years, 11 months ago
  66. 7bc793f Add support for specifying compile options (#592) by alan-baker · 4 years, 11 months ago
  67. 1c7b905 Opencl set for kernel args (#589) by alan-baker · 4 years, 11 months ago
  68. 6959799 Bind opencl buffers (#584) by alan-baker · 5 years ago
  69. e7035ef [Dawn] Update code to catch up with dawn changes (#579) by Sarah · 5 years ago
  70. bbe15ea Support parsing OpenCL C kernels (#578) by alan-baker · 5 years ago
  71. 7bdced0 Set entry point names during pipeline creation (#577) by alan-baker · 5 years ago
  72. 7138d93 [Dawn] Implement doBuffer in Dawn backend (#564) by Sarah · 5 years ago
  73. f121ebb Error out when DrawRect command is invoked on a pipeline with multiple vertex buffers attached (#570) by Sarah · 5 years ago
  74. 154e1af Add a dawn backend flag to the script (#569) by Sarah · 5 years ago
  75. fff5225 Implement drawArray in Dawn backend (#551) by Sarah · 5 years ago
  76. fce7244 Remove fragment shader requirement from validation (#555) by Sarah · 5 years ago
  77. 105e53b Attach buffers and textures at create pipeline state (#545) by Sarah · 5 years ago
  78. d38363b Shader specialization (#525) by alan-baker · 5 years ago
  79. 47dfd3c Add HLSL support through DXC (#511) by dan sinclair · 5 years ago
  80. e5dc020 [vkscript] Set default format into buffers. (#514) by dan sinclair · 5 years ago
  81. e73da38 [amberscript] Add TOLERANCE parsing. (#517) by dan sinclair · 5 years ago
  82. ef1b110 Only resize buffer if it will become bigger. (#506) by dan sinclair · 5 years ago
  83. b2b4095 [VkScript] Add pipeline validation. (#502) by dan sinclair · 5 years ago
  84. 4736b0f Add push constant graphics tests. (#492) by dan sinclair · 5 years ago
  85. a795d9c [amberscript] Add push_constant support. (#486) by dan sinclair · 5 years ago
  86. d4c369f Move buffer filling code into Buffer class. (#484) by dan sinclair · 5 years ago
  87. b07f6a2 Update suppressions (#481) by dan sinclair · 5 years ago
  88. 2dcaa50 [amberscript] Add DRAW_ARRAYS command (#472) by dan sinclair · 5 years ago
  89. 5272a98 Add compute tests for AmberScript. (#471) by dan sinclair · 5 years ago
  90. 57e960f Adding depth and stencil to DoClear (#467) by Sarah · 5 years ago
  91. d26ee22 Unify buffer sizes. (#465) by dan sinclair · 5 years ago
  92. 43248b2 [AmberScript] Add DERIVE_PIPELINE (#453) by dan sinclair · 5 years ago
  93. 1f834b8 [amberscript] Add REPEAT command (#443) by dan sinclair · 5 years ago
  94. a80dbbd [vulkan] Use LOAD_OP_LOAD for the default attachment description (#438) by dan sinclair · 5 years ago
  95. 80265db Remove accidentally added file (#437) by dan sinclair · 5 years ago
  96. f23a84c [amberscript] add DEVICE_FEATURE. (#434) by dan sinclair · 5 years ago
  97. 367b63b [amberscript] Add CLEAR_COLOR parsing. (#416) by dan sinclair · 5 years ago
  98. bc902d4 Implement AmberScript COPY command (#371) by Hugues Evrard · 5 years ago
  99. d7926a5 Add EXPECT EQ (#411) by dan sinclair · 5 years ago
  100. d650661 [vulkan] Fixup width of draw commands. (#383) by dan sinclair · 5 years ago