aboutsummaryrefslogtreecommitdiff
path: root/samples/amber.cc
AgeCommit message (Expand)Author
2021-09-28Update and improve android_gradle (#965)Paul Thomson
2020-11-18Various fixes for size comparisons (#924)dan sinclair
2020-08-25Handle bad integer args gracefully (#906)David Neto
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-02-06Support targeting Vulkan 1.2 and SPIR-V 1.5 (#781)David Neto
2019-12-02This CL allows passing the pipeline name to the -B flag. (#733)dan sinclair
2019-11-27Add ability to extract shader source. (#724)dan sinclair
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