aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-03-19[vulkan] Merge CommandBuffer End and SubmitAndReset. (#384)dan sinclair
2019-03-19 [vulkan] Wrap render pass into RAII object. (#382)dan sinclair
2019-03-18 Add a PipelineCommand class. (#380)dan sinclair
2019-03-18 Remove pipeline from probe commands. (#377)dan sinclair
2019-03-18Integrate PPM unit tests. (#379)dan sinclair
2019-03-17Guard against missing framebuffer pointer (#376)dan sinclair
2019-03-17[vulkan] Add missing result check (#375)dan sinclair
2019-03-14[AmberScript] Implement EXPECT EQ_RGB(A)? parsing (#367)dan sinclair
2019-03-14 [vulkan] remove Shutdown methods. (#366)dan sinclair
2019-03-13Remove unused descriptor code (#365)dan sinclair
2019-03-13[vulkan] Unhook push_constant from resource. (#364)dan sinclair
2019-03-13Simplify vulkan/resource classes. (#363)dan sinclair
2019-03-13Rename vulkan/image to vulkan/transfer_image. (#361)dan sinclair
2019-03-13 Remove unused method. (#360)dan sinclair
2019-03-13 Rename vulkan/buffer to vulkan/transfer_buffer. (#359)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-12Store BufferType in buffer. (#355)dan sinclair
2019-03-12Implement --log-graphics-calls-time flag (#351)Hugues Evrard
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