aboutsummaryrefslogtreecommitdiff
path: root/src/verifier.cc
AgeCommit message (Expand)Author
2020-05-19Fix probing when either value is a NaN (#859)James Price
2019-12-11Add Float 16 Support (#751)dan sinclair
2019-10-22Fixed warnings seen when compiling inside dEQP. (#695)asuonpaa
2019-10-10New type structure (#679)dan sinclair
2019-09-27Remove GetComponents from the Format class. (#674)dan sinclair
2019-09-25Add segments to format class (#669)dan sinclair
2019-04-18Fix format sizes due to layout. (#482)dan sinclair
2019-04-11Unify buffer sizes. (#465)dan sinclair
2019-04-11Convert ProbeSSBO to use Format objects. (#464)dan sinclair
2019-04-10Move Format up into base Buffer class (#461)dan sinclair
2019-03-30[vkscript] report error on invalid ssbo subdata offset. (#421)dan sinclair
2019-03-20[vulkan] Fixup width of draw commands. (#383)dan sinclair
2019-03-13Remove GetDescriptorInfo and store in Buffer object. (#358)dan sinclair
2019-02-06Fixes for CTS update (#261)dan sinclair
2019-01-29Fix wrong RGBA report from Verifier (#251)Jaebaek Seo
2019-01-27Vulkan: support all VkFormat for vertex and frame (#224)Jaebaek Seo
2019-01-23VkScript: support probe without rect (#240)Jaebaek Seo
2019-01-21Remove consts to make CTS happy (#237)dan sinclair
2019-01-18Vulkan: readback SSBO/framebuffer right after draw or compute (#217)Jaebaek Seo
2019-01-17Change initializers to make GCC happy. (#232)dan sinclair
2019-01-15Print line number of failing probe command. (#223)dan sinclair
2019-01-08Fix: incorrect probe region bug (#211)Jaebaek Seo
2019-01-07Fixup various build warnings. (#210)dan sinclair
2018-12-04Add tests tolerance and comparator (#130)Jaebaek Seo
2018-12-03Add row_stride to key image metrics in ResourceInfo (#132)David Neto
2018-11-29Vulkan: update Verifier class and add its unittests (#122)Jaebaek Seo
2018-11-29Vulkan: Split Engine::DoProcessCommands (#120)Jaebaek Seo
2018-11-29Add NDK build (#117)dan sinclair
2018-11-28Move tolerance data into probe commands (#114)dan sinclair
2018-11-22Move probe code to a common verifier class. (#92)dan sinclair