aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-01-11Expose target environment to shader info (#935)asuonpaa
2020-04-20Added buffer data loading from a text file (#839)asuonpaa
2020-04-14Added implementation for loading buffer data from a binary file. (#838)asuonpaa
2020-03-24Added a support for loading a png file into a buffer (#823)asuonpaa
2020-01-29Result: Support composite results (#775)Ben Clayton
2019-11-27Add ability to extract shader source. (#724)dan sinclair
2019-09-04Allow recipe to change fence timeout. (#624)dan sinclair
2019-08-03Add option to disable SPIR-V validation (#615)Paul Thomson
2019-07-17Specify target version for GLSL compilation (#582)David Neto
2019-07-15Support parsing OpenCL C kernels (#578)alan-baker
2019-05-27Add HLSL support through DXC (#511)dan sinclair
2019-05-13Allow setting name of framebuffer to extract. (#507)dan sinclair
2019-04-19Add flag to log execute calls. (#483)dan sinclair
2019-04-17Flush out some class/method documentation. (#476)dan sinclair
2019-03-28Add destructors for the config objects. (#422)dan sinclair
2019-03-22Initialize amber structures. (#408)dan sinclair
2019-03-12Implement --log-graphics-calls-time flag (#351)Hugues Evrard
2019-03-08Add Delegate and --log-graphics-calls flag (#334)Hugues Evrard
2019-03-05Add Amber::AreAllRequirementsSupported (#321)David Neto
2019-02-20 Allow querying vkGetPhysicalProperties2 (#308)dan sinclair
2019-02-20Differentiate between instance and device extensions. (#304)dan sinclair
2019-02-20Add -ps option to allow compiling shaders. (#303)dan sinclair
2019-02-11Updates to adapt to newer Dawn with Metal (#279)David Neto
2019-02-07Allow setting SPIR-V target environment. (#273)dan sinclair
2019-02-07[vulkan] Always require vulkan to be provided to library. (#266)dan sinclair
2019-02-06Fixes for CTS update (#261)dan sinclair
2019-01-29Fixup ENTRY_POINT processing for AmberScript (#250)dan sinclair
2019-01-28Add framebuffer dump in PPM format (#227)Hugues Evrard
2019-01-24 [vulkan] Load vulkan methods through method. (#246)dan sinclair
2019-01-24 [vulkan] Make vkGetInstanceProcAddr a required config param. (#245)dan sinclair
2019-01-21Fixup casts for CTS. (#241)dan sinclair
2019-01-17Allow CTS to provide alternate vulkan.h file. (#231)dan sinclair
2019-01-15Convert API to C++03 from C++11 for CTS compatibility (#218)dan sinclair
2019-01-08Vulkan: reuse device using config (#205)Jaebaek Seo
2018-12-05 Break apart Amber::Execute method. (#143)dan sinclair
2018-12-04Allow host to provide a shader map. (#138)dan sinclair
2018-12-04Extend engine configuration options. (#137)dan sinclair
2018-11-28Fill in some documentation. (#116)dan sinclair
2018-11-22Add cpplint (#90)dan sinclair
2018-11-13Add stub engine for Dawn nativeDavid Neto
2018-11-09Initial commit of Amber for open sourcedan sinclair