aboutsummaryrefslogtreecommitdiff
path: root/src/executor_test.cc
AgeCommit message (Expand)Author
2019-09-04Allow recipe to change fence timeout. (#624)dan sinclair
2019-08-03Add option to disable SPIR-V validation (#615)Paul Thomson
2019-05-13[VkScript] Add pipeline validation. (#502)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-22Move engine shutdown to destructor (#396)dan sinclair
2019-03-20[vulkan] Move GetFrameBuffer out of engine code. (#389)dan sinclair
2019-03-18 Remove pipeline from probe commands. (#377)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-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-15 Move pipeline setup out of executor (#289)dan sinclair
2019-02-12Generate default pipeline in VkScript. (#284)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
2018-12-12Fix warnings on newer clang (#176)dan sinclair
2018-12-11Merge scripts and executors. (#170)dan sinclair