aboutsummaryrefslogtreecommitdiff
path: root/src/pipeline.h
AgeCommit message (Expand)Author
2021-11-12Add support for multisample resolve (#970)asuonpaa
2021-04-28Support descriptor buffer offset and range (#947)Ilkka Saarelainen
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-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-27Add ability to extract shader source. (#724)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-24Use Format for args instead of DatumType. (#661)dan sinclair
2019-07-30Enable shader optimizations (#606)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-07-15Set entry point names during pipeline creation (#577)alan-baker
2019-05-27Shader specialization (#525)alan-baker
2019-04-24[amberscript] Add push_constant support. (#486)dan sinclair
2019-04-17Flush out some class/method documentation. (#476)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[amberscript] Implement RUN for compute and DRAW_RECT. (#335)dan sinclair
2019-02-15 Move pipeline setup out of executor (#289)dan sinclair
2019-02-13 Execute from pipeline, not script. (#286)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-30 [amberscript] Parse FRAMEBUFFER_SIZE (#252)dan sinclair
2019-01-29Fixup ENTRY_POINT processing for AmberScript (#250)dan sinclair
2018-12-11Merge scripts and executors. (#170)dan sinclair