aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-03-12[vulkan] Set correct colour attachment locations. (#353)dan sinclair
2019-03-11Remove irrelevant dawn namespace (#350)Hugues Evrard
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-07Build with local vulkan data if requested (#319)dan sinclair
2019-03-07Parse CLEAR command (#339)dan sinclair
2019-03-07 [vulkan] Remove SetBuffer. (#337)dan sinclair
2019-03-07[amberscript] Implement RUN for compute and DRAW_RECT. (#335)dan sinclair
2019-03-07[vulkan] fix shadow variable (#338)dan sinclair
2019-03-06Allow multiple pipelines to execute. (#331)dan sinclair
2019-03-05[vulkan] Generate wrapper functions for vulkan methods. (#328)dan sinclair
2019-03-05Add Amber::AreAllRequirementsSupported (#321)David Neto
2019-02-26Fix debug build (#320)Hugues Evrard
2019-02-26[vulkan] Don't store pipeline_layout or pipeline. (#317)dan sinclair
2019-02-21[vulkan] Code cleanup (#310)dan sinclair
2019-02-21Output requested images/buffers on probe failure. (#316)dan sinclair
2019-02-21Add fbsize require setting (#315)dan sinclair
2019-02-21 Allow specifiying variable pointers in requirements. (#313)dan sinclair
2019-02-21fixup shadow variable (#312)dan sinclair
2019-02-21 Hold required features as strings. (#309)dan sinclair
2019-02-20Convert PushConstant to use a vector. (#305)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 -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-15 Move pipeline setup out of executor (#289)dan sinclair
2019-02-14Initialize the impl_ field of RecipeImpl to null, to avoid problems deleting ...Alastair Donaldson
2019-02-13More casts to make CTS happy. (#291)dan sinclair
2019-02-13Add cstdint for uint32_t definition (#290)dan sinclair
2019-02-13 Execute from pipeline, not script. (#286)dan sinclair
2019-02-12Generate default pipeline in VkScript. (#284)dan sinclair
2019-02-12[vkscript] Validate offsets for uniform and ssbo commands. (#283)dan sinclair
2019-02-11Vkscript: fix matrix stride bug (#268)Jaebaek Seo
2019-02-11Updates to adapt to newer Dawn with Metal (#279)David Neto
2019-02-11[amberscript] Parse generic buffer bindings. (#281)dan sinclair
2019-02-11[vulkan] Split vulkan/command file. (#276)dan sinclair
2019-02-07Fix unused parameter warning (#275)David Neto
2019-02-07Parse VERTEX_DATA and INDEX_DATA. (#271)dan sinclair
2019-02-07Allow setting SPIR-V target environment. (#273)dan sinclair
2019-02-07[vulkan] Always require vulkan to be provided to library. (#266)dan sinclair
2019-02-06[amberscript] Parse PIPELINE BIND calls for color and depth buffers (#256)dan sinclair
2019-02-06Add test case for parsing line number bug. (#264)dan sinclair
2019-02-06Remove unused file (#265)dan sinclair
2019-02-06Remove some asserts, use return Results (#260)dan sinclair
2019-02-06[vulkan] Inline setting data into vertex buffer. (#263)dan sinclair
2019-02-06Fixes for OSX build (#262)dan sinclair
2019-02-06Fixes for CTS update (#261)dan sinclair
2019-02-06Fix tokenizer on windows (#259)alan-baker