aboutsummaryrefslogtreecommitdiff
path: root/src/pipeline.cc
AgeCommit message (Expand)Author
2019-09-28Use FormatParser where possible. (#675)dan sinclair
2019-09-24Use Format for args instead of DatumType. (#661)dan sinclair
2019-09-20[AmberScript] Fix parsing of matrix data into buffers. (#657)dan sinclair
2019-09-19Create Format directly instead of going through DatumType. (#658)dan sinclair
2019-09-18Rename Buffer::ResizeTo to Buffer::SetSizeInElements. (#655)dan sinclair
2019-07-23Fix OpenCL pipeline derivatives (#593)alan-baker
2019-07-23Add support for specifying compile options (#592)alan-baker
2019-07-23Opencl set for kernel args (#589)alan-baker
2019-07-19Bind opencl buffers (#584)alan-baker
2019-06-18Remove fragment shader requirement from validation (#555)Sarah
2019-05-13[VkScript] Add pipeline validation. (#502)dan sinclair
2019-04-24[amberscript] Add push_constant support. (#486)dan sinclair
2019-04-16Merge Data and Format buffers. (#466)dan sinclair
2019-04-11Unify buffer sizes. (#465)dan sinclair
2019-04-09[AmberScript] Add DERIVE_PIPELINE (#453)dan sinclair
2019-03-28Hide pipeline buffer formats (#420)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-07[vulkan] Support multiple colour attachments. (#340)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-11[amberscript] Parse generic buffer bindings. (#281)dan sinclair
2019-02-07Parse VERTEX_DATA and INDEX_DATA. (#271)dan sinclair
2019-02-06[amberscript] Parse PIPELINE BIND calls for color and depth buffers (#256)dan sinclair
2019-01-29Fixup ENTRY_POINT processing for AmberScript (#250)dan sinclair
2019-01-15Convert API to C++03 from C++11 for CTS compatibility (#218)dan sinclair
2018-12-11Merge scripts and executors. (#170)dan sinclair