aboutsummaryrefslogtreecommitdiff
path: root/src/amber.cc
AgeCommit message (Expand)Author
2019-09-18Rename Buffer::GetTexelStride to Buffer::GetElementStide. (#654)dan sinclair
2019-08-03Add option to disable SPIR-V validation (#615)Paul Thomson
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-16Merge Data and Format buffers. (#466)dan sinclair
2019-04-11Unify buffer sizes. (#465)dan sinclair
2019-04-10Add Buffer::GetFormat (#458)dan sinclair
2019-03-28Add destructors for the config objects. (#422)dan sinclair
2019-03-28Hide pipeline buffer formats (#420)dan sinclair
2019-03-25Add EXPECT EQ (#411)dan sinclair
2019-03-22Initialize amber structures. (#408)dan sinclair
2019-03-22[vulkan] Remove memory pointer from Buffer. (#407)dan sinclair
2019-03-22Move engine shutdown to destructor (#396)dan sinclair
2019-03-20[vulkan] Move GetFrameBuffer out of engine code. (#389)dan sinclair
2019-03-13Remove GetDescriptorInfo and store in Buffer object. (#358)dan sinclair
2019-03-13 Store framebuffer info into buffers. (#357)dan sinclair
2019-03-13 Add buffer to probe command. (#356)dan sinclair
2019-03-08Add Delegate and --log-graphics-calls flag (#334)Hugues Evrard
2019-03-07[vulkan] Support multiple colour attachments. (#340)dan sinclair
2019-03-06Allow multiple pipelines to execute. (#331)dan sinclair
2019-03-05Add Amber::AreAllRequirementsSupported (#321)David Neto
2019-02-21Output requested images/buffers on probe failure. (#316)dan sinclair
2019-02-21 Hold required features as strings. (#309)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-19Vulkan: support buffer dump (#269)Jaebaek Seo
2019-02-07Allow setting SPIR-V target environment. (#273)dan sinclair
2019-01-28Add framebuffer dump in PPM format (#227)Hugues Evrard
2019-01-24Consolidate Initialize methods in Engine. (#243)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
2018-12-11Merge scripts and executors. (#170)dan sinclair
2018-12-05 Break apart Amber::Execute method. (#143)dan sinclair
2018-12-04Create an EngineData structure. (#140)dan sinclair
2018-12-04Allow host to provide a shader map. (#138)dan sinclair
2018-12-04Extend engine configuration options. (#137)dan sinclair
2018-12-04Provide features and extensions to engine initialization (#135)dan sinclair
2018-11-28Merge Amber and AmberImpl. (#115)dan sinclair
2018-11-09Initial commit of Amber for open sourcedan sinclair