aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-01-10Add a sample Android app (#183)Jaebaek Seo
2019-01-10Vulkan: enable validation layer (#184)Jaebaek Seo
2019-01-08Fix: incorrect probe region bug (#211)Jaebaek Seo
2019-01-08Vulkan: reuse device using config (#205)Jaebaek Seo
2019-01-08Vulkan: fix validation errors (#187)Jaebaek Seo
2019-01-08Vulkan: fix validation errors on Android (#192)Jaebaek Seo
2019-01-07Fixup various build warnings. (#210)dan sinclair
2018-12-19Fix: compiler error (#196)Jaebaek Seo
2018-12-17Vulkan: support entrypoint command (#188)Jaebaek Seo
2018-12-13Add more documentation (#182)dan sinclair
2018-12-12Vulkan: fix compile and test failures (#181)Jaebaek Seo
2018-12-12Vulkan: fix draw array after draw rect bug (#177)Jaebaek Seo
2018-12-12Vulkan: fix discontinuous descriptor set error (#159)Jaebaek Seo
2018-12-12Fix warnings on newer clang (#176)dan sinclair
2018-12-11Output token on VkScript parse error (#175)dan sinclair
2018-12-11Vulkan: fix draw rect once bug (#174)Jaebaek Seo
2018-12-11Vulkan: separate descriptor set update from use (#162)Jaebaek Seo
2018-12-11Count line numbers in VkScript (#171)dan sinclair
2018-12-11Merge scripts and executors. (#170)dan sinclair
2018-12-11Remove Requirement nodes and use buffers for frame and depth buffers (#168)dan sinclair
2018-12-11Convert Vertex data into a buffer. (#164)dan sinclair
2018-12-11Vulkan: submit commands after resizing buffers (#165)Jaebaek Seo
2018-12-10Remove IndicesNode and use Buffer directly (#157)dan sinclair
2018-12-10Make spirv-tools, googletest and shaderc build optional (#144)dan sinclair
2018-12-10Vulkan: change framebuffer image layout correctly (#156)Jaebaek Seo
2018-12-10Vulkan: enable extension support (#154)Jaebaek Seo
2018-12-10Vulkan: handles uniform ubo command i.e., add UBO (#148)Jaebaek Seo
2018-12-07Fix integer overflow for fence_timeout (#152)James Price
2018-12-05Implement GetShaderInfo. (#146)dan sinclair
2018-12-05 Break apart Amber::Execute method. (#143)dan sinclair
2018-12-05Vulkan: enable required features (#141)Jaebaek Seo
2018-12-05Vulkan: handle DoDrawRect (#134)Jaebaek Seo
2018-12-05Vulkan: support multiple updates for a ssbo (#126)Jaebaek Seo
2018-12-04Create an EngineData structure. (#140)dan sinclair
2018-12-04Add unittests related to require section (#125)Jaebaek Seo
2018-12-04Allow host to provide a shader map. (#138)dan sinclair
2018-12-04Fix: compiler errors (#139)Jaebaek Seo
2018-12-04Extend engine configuration options. (#137)dan sinclair
2018-12-04Call Shutdown() for all Vulkan resources (#127)Jaebaek Seo
2018-12-04Move commands into parent script object. (#136)dan sinclair
2018-12-04Provide features and extensions to engine initialization (#135)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-12-03Process command before getting FB info (#128)David Neto
2018-12-01Vulkan: handle probe ssbo command (#101)Jaebaek Seo
2018-11-29Use NDK cmake file for Android build (#121)dan sinclair
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-28Merge Amber and AmberImpl. (#115)dan sinclair