1. af654dc Added implementation for loading buffer data from a binary file. (#838) by asuonpaa · 4 years, 7 months ago
  2. cd3c9b6 Add support for VIRTUAL_FILE by Ben Clayton · 4 years, 8 months ago
  3. 38fcbe6 Added a support for loading a png file into a buffer (#823) by asuonpaa · 4 years, 8 months ago
  4. f4ea9d7 Parser: Check index buffer size for indexed draws (#822) by asuonpaa · 4 years, 8 months ago
  5. 32aa3b8 Set the propoer bytes for OpenCL SET commands (#816) by alan-baker · 4 years, 8 months ago
  6. 93c0348 Add polygon mode support for AmberScript (#806) by dan sinclair · 4 years, 9 months ago
  7. cab3a31 Implement DRAW_GRID (#791) by jarisiru · 4 years, 9 months ago
  8. d8acae6 Debugger: Add support for EXPECT CALLSTACK by Ben Clayton · 4 years, 9 months ago
  9. 03cf9ff Debugger: Implement FRAGMENT_WINDOW_SPACE_POSITION by Ben Clayton · 4 years, 9 months ago
  10. 91d8377 Debugger: Restructure amber::debug interfaces by Ben Clayton · 4 years, 10 months ago
  11. 96d943e amberscript: Add parsing of debugger commands. by Ben Clayton · 4 years, 10 months ago
  12. 77fd278 tokenizer: Rename 'String' to 'Identifier' by Ben Clayton · 4 years, 10 months ago
  13. 5ea7f38 Image buffers (#757) by alan-baker · 5 years ago
  14. db781e5 Add Float 16 Support (#751) by dan sinclair · 5 years ago
  15. 3a57f61 Mipmap support (#731) by asuonpaa · 5 years ago
  16. 5ef0512 Opencl images and samplers (#734) by alan-baker · 5 years ago
  17. 08ebea8 Remove BufferType from the Buffer class. (#728) by dan sinclair · 5 years ago
  18. aa67e4a PeekNextToken function for Tokenizer (#718) by asuonpaa · 5 years ago
  19. 2bf7d7b Added combined image sampler support (#713) by asuonpaa · 5 years ago
  20. 0a4dd57 Add sampler and sampler image support (#705) by asuonpaa · 5 years ago
  21. b4e20fd [AmberScript] Added storage image support. (#694) by asuonpaa · 5 years ago
  22. 633be98 Added EMD histogram comparison support. (#689) by asuonpaa · 5 years ago
  23. b0708a9 [AmberScript] Adding struct support (#688) by dan sinclair · 5 years ago
  24. bfd82be New type structure (#679) by dan sinclair · 5 years ago
  25. 8348fd4 Store formats in pipeline and scripts. (#677) by dan sinclair · 5 years ago
  26. d65b375 Use FormatParser where possible. (#675) by dan sinclair · 5 years ago
  27. 791e8df Remove GetComponents from the Format class. (#674) by dan sinclair · 5 years ago
  28. b9d89fb [AmberScript] Add STD140 and STD430 layout modifiers to BUFFER. (#671) by dan sinclair · 5 years ago
  29. cd2efff Add segments to format class (#669) by dan sinclair · 5 years ago
  30. 03ee97c Remove DatumType usage from AmberScript parser. (#664) by dan sinclair · 5 years ago
  31. 340b2ba Use Format for args instead of DatumType. (#661) by dan sinclair · 5 years ago
  32. ef6d2fa [AmberScript] Fix parsing of matrix data into buffers. (#657) by dan sinclair · 5 years ago
  33. e9e2a52 Add root mean square error buffer comparison (#602) by dan sinclair · 5 years ago
  34. 7bc793f Add support for specifying compile options (#592) by alan-baker · 5 years ago
  35. 1c7b905 Opencl set for kernel args (#589) by alan-baker · 5 years ago
  36. 6959799 Bind opencl buffers (#584) by alan-baker · 5 years ago
  37. bbe15ea Support parsing OpenCL C kernels (#578) by alan-baker · 5 years ago
  38. f121ebb Error out when DrawRect command is invoked on a pipeline with multiple vertex buffers attached (#570) by Sarah · 5 years ago
  39. d38363b Shader specialization (#525) by alan-baker · 5 years ago
  40. 47dfd3c Add HLSL support through DXC (#511) by dan sinclair · 5 years ago
  41. e73da38 [amberscript] Add TOLERANCE parsing. (#517) by dan sinclair · 5 years ago
  42. cea300d [amberscript] Add INDEXED parsing (#494) by dan sinclair · 6 years ago
  43. 8232a8c [amberscript] Add instance and device extensions (#493) by dan sinclair · 6 years ago
  44. 580aa57 [amberscript] Add ability to set engine data (#490) by dan sinclair · 6 years ago
  45. bb89603 [amberscript] Extend DRAW_ARRAYS parsing. (#487) by dan sinclair · 6 years ago
  46. a795d9c [amberscript] Add push_constant support. (#486) by dan sinclair · 6 years ago
  47. 9d7d3bb Fix format sizes due to layout. (#482) by dan sinclair · 6 years ago
  48. 2dcaa50 [amberscript] Add DRAW_ARRAYS command (#472) by dan sinclair · 6 years ago
  49. ac70df3 Merge Data and Format buffers. (#466) by dan sinclair · 6 years ago
  50. d26ee22 Unify buffer sizes. (#465) by dan sinclair · 6 years ago
  51. dd5b5e6 Convert ProbeSSBO to use Format objects. (#464) by dan sinclair · 6 years ago
  52. 847634a Use Format instead of DatumType where possible. (#460) by dan sinclair · 6 years ago
  53. 43248b2 [AmberScript] Add DERIVE_PIPELINE (#453) by dan sinclair · 6 years ago
  54. 1f834b8 [amberscript] Add REPEAT command (#443) by dan sinclair · 6 years ago
  55. 135cef4 Add EXPECT EQ_BUFFER command (#444) by Hugues Evrard · 6 years ago
  56. 0c05047 [amberscript] Allow buffer data on same line as declaration. (#439) by dan sinclair · 6 years ago
  57. f23a84c [amberscript] add DEVICE_FEATURE. (#434) by dan sinclair · 6 years ago
  58. 367b63b [amberscript] Add CLEAR_COLOR parsing. (#416) by dan sinclair · 6 years ago
  59. bc902d4 Implement AmberScript COPY command (#371) by Hugues Evrard · 6 years ago
  60. d7926a5 Add EXPECT EQ (#411) by dan sinclair · 6 years ago
  61. d650661 [vulkan] Fixup width of draw commands. (#383) by dan sinclair · 6 years ago
  62. 454b37f Remove pipeline from probe commands. (#377) by dan sinclair · 6 years ago
  63. 3e6826c [AmberScript] Implement EXPECT EQ_RGB(A)? parsing (#367) by dan sinclair · 6 years ago
  64. 88868a0 Store framebuffer info into buffers. (#357) by dan sinclair · 6 years ago
  65. bfd22e9 Store BufferType in buffer. (#355) by dan sinclair · 6 years ago
  66. 6d37d69 Parse CLEAR command (#339) by dan sinclair · 6 years ago
  67. 27fc8e3 [amberscript] Implement RUN for compute and DRAW_RECT. (#335) by dan sinclair · 6 years ago
  68. e1ca9e9 [amberscript] Parse generic buffer bindings. (#281) by dan sinclair · 6 years ago
  69. c6332ab Parse VERTEX_DATA and INDEX_DATA. (#271) by dan sinclair · 6 years ago
  70. 2f59667 [amberscript] Parse PIPELINE BIND calls for color and depth buffers (#256) by dan sinclair · 6 years ago
  71. d7c22b6 [amberscript] Parse FRAMEBUFFER_SIZE (#252) by dan sinclair · 6 years ago
  72. 026fb9d Fixup ENTRY_POINT processing for AmberScript (#250) by dan sinclair · 6 years ago
  73. 4784d31 [amberscript] Buffer parsering updates. (#244) by dan sinclair · 6 years ago
  74. 39af103 Convert API to C++03 from C++11 for CTS compatibility (#218) by dan sinclair · 6 years ago
  75. 8e705fe Add more documentation (#182) by dan sinclair · 6 years ago
  76. fb1ade8 Merge scripts and executors. (#170) by dan sinclair · 6 years ago
  77. 2869d18 Convert Vertex data into a buffer. (#164) by dan sinclair · 6 years ago
  78. 048ff06 Break apart Amber::Execute method. (#143) by dan sinclair · 6 years ago
  79. 4d82cf5 Add NDK build (#117) by dan sinclair · 6 years ago
  80. da74d35 Add cpplint (#90) by dan sinclair · 6 years ago
  81. 5d89796 AmberScript: Parse BUFFER commands. (#6) by dan sinclair · 6 years ago
  82. 70d430c Initial commit of Amber for open source by dan sinclair · 6 years ago