aboutsummaryrefslogtreecommitdiff
path: root/src/pipeline.cc
AgeCommit message (Expand)Author
2021-01-27Support binding the same vertex buffer to multiple locations (#936)asuonpaa
2020-12-16VERTEX_DATA: add format, offset, stride parameters (#929)asuonpaa
2020-11-10Skip data readback for read-only descriptors (#921)asuonpaa
2020-11-04Add passthrough support for region offset (#922)alan-baker
2020-10-05Generate debug info for DEBUG'ed shadersBen Clayton
2020-06-24Add dynamic uniform and storage buffer support (#877)asuonpaa
2020-06-11Add input rate support for Amber script (#871)asuonpaa
2020-06-02Added descriptor array support (#867)asuonpaa
2020-05-06Add vk_ext_subgroup_size_control (#852)Mariusz Merecki
2020-04-15Add depth/stencil image readback to Amber buffer (#837)asuonpaa
2020-04-07Add support for new clspv interface types (#836)alan-baker
2020-03-18Add support for push constants generated by Clspv (#812)James Price
2020-03-18Set the propoer bytes for OpenCL SET commands (#816)alan-baker
2020-03-04Add polygon mode support for AmberScript (#806)dan sinclair
2019-12-17Auto-generate OpenCL literal samplers (#759)alan-baker
2019-12-04Mipmap support (#731)asuonpaa
2019-11-29Opencl images and samplers (#734)alan-baker
2019-11-27Remove BufferType from the Buffer class. (#728)dan sinclair
2019-11-14Add sampler and sampler image support (#705)asuonpaa
2019-10-10New type structure (#679)dan sinclair
2019-09-30Store formats in pipeline and scripts. (#677)dan sinclair
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