aboutsummaryrefslogtreecommitdiff
path: root/samples/amber.cc
AgeCommit message (Expand)Author
2019-10-28Add Vulkan device selection support (#698)Mika Väinölä
2019-10-25Fix non-existent framebuffer name behavior (#700)Paul Thomson
2019-09-17Add support for dumping multiple frame buffers. (#636)asuonpaa
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-24Optional PNG support (#596)Jaebaek Seo
2019-07-17Specify target version for GLSL compilation (#582)David Neto
2019-06-05Update DXC compile options (#538)Jaebaek Seo
2019-05-30Add missing file close (#535)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-10Simplify Format::GetBytesize; rename to SizeInBytes (#457)dan sinclair
2019-03-28Hide pipeline buffer formats (#420)dan sinclair
2019-03-22Initialize amber structures. (#408)dan sinclair
2019-03-21Move config helper to use destructor (#391)dan sinclair
2019-03-18Integrate PPM unit tests. (#379)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 vulkan information into -V output. (#326)dan sinclair
2019-02-21Output requested images/buffers on probe failure. (#316)dan sinclair
2019-02-21Flip the sample app to be less quiet. (#307)dan sinclair
2019-02-20Differentiate between instance and device extensions. (#304)dan sinclair
2019-02-20Add image dump in PNG (#302)dan sinclair
2019-02-20Add -ps option to allow compiling shaders. (#303)dan sinclair
2019-02-19Fixup sample app buffer parsing (#300)dan sinclair
2019-02-19Vulkan: support buffer dump (#269)Jaebaek Seo
2019-02-07Sample app shutdown always (#274)dan sinclair
2019-02-07Add flag to set vulkan version. (#272)dan sinclair
2019-02-07Allow setting SPIR-V target environment. (#273)dan sinclair
2019-02-07Vulkan: support disabling validation layer (#270)Jaebaek Seo
2019-02-06Remove some asserts, use return Results (#260)dan sinclair
2019-01-28Add framebuffer dump in PPM format (#227)Hugues Evrard
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-10Make spirv-tools, googletest and shaderc build optional (#144)dan sinclair
2018-12-05 Break apart Amber::Execute method. (#143)dan sinclair
2018-11-27Fail on unrecognized command line option (#104)David Neto
2018-11-22Add cpplint (#90)dan sinclair
2018-11-19Windows build support (#71)David Neto
2018-11-19amber tool: Add -e option to set graphics API engine (#65)David Neto
2018-11-09Initial commit of Amber for open sourcedan sinclair