aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2019-04-17Flush out some class/method documentation. (#476)dan sinclair
2019-04-10Simplify Format::GetBytesize; rename to SizeInBytes (#457)dan sinclair
2019-04-09Dawn engine: Adapt to latest Dawn API. (#454)David Neto
2019-04-08Update Dawn config file (#440)Sarah
2019-03-28Hide pipeline buffer formats (#420)dan sinclair
2019-03-22Initialize amber structures. (#408)dan sinclair
2019-03-21Change cmake to use PYTHON_EXECUTABLE. (#403)dan sinclair
2019-03-21Add missing iterator include. (#393)dan sinclair
2019-03-21Move config helper to use destructor (#391)dan sinclair
2019-03-18Integrate PPM unit tests. (#379)dan sinclair
2019-03-17[vulkan] Better error message when failing to make vulkan device. (#372)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-07Build with local vulkan data if requested (#319)dan sinclair
2019-03-05[vulkan] Generate wrapper functions for vulkan methods. (#328)dan sinclair
2019-03-05Add vulkan information into -V output. (#326)dan sinclair
2019-03-05Force RGBA color type for PNG output (#329)Paul Thomson
2019-02-21Output requested images/buffers on probe failure. (#316)dan sinclair
2019-02-21 Allow specifiying variable pointers in requirements. (#313)dan sinclair
2019-02-21Flip the sample app to be less quiet. (#307)dan sinclair
2019-02-21 Hold required features as strings. (#309)dan sinclair
2019-02-20 Allow querying vkGetPhysicalProperties2 (#308)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-19Fixup image buffer dump (#299)dan sinclair
2019-02-19Vulkan: support buffer dump (#269)Jaebaek Seo
2019-02-14Add compilation scaffolding for plain Android executable (#285)Hugues Evrard
2019-02-12Fix clang 5.0 compile error (#280)Jaebaek Seo
2019-02-11Updates to adapt to newer Dawn with Metal (#279)David Neto
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-07Fix compiler error for release build with GCC 7.3 (#258)Jaebaek Seo
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-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-15Convert API to C++03 from C++11 for CTS compatibility (#218)dan sinclair
2019-01-10Vulkan: enable validation layer (#184)Jaebaek Seo
2019-01-09Fixup build warnings (#214)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