aboutsummaryrefslogtreecommitdiff
path: root/src/vkscript
AgeCommit message (Expand)Author
2020-12-16VERTEX_DATA: add format, offset, stride parameters (#929)asuonpaa
2020-11-18Various fixes for size comparisons (#924)dan sinclair
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-20Add instanced drawing support for AmberScript (#863)asuonpaa
2020-04-20Added buffer data loading from a text file (#839)asuonpaa
2020-04-15Add depth/stencil image readback to Amber buffer (#837)asuonpaa
2020-01-29tokenizer: Rename 'String' to 'Identifier'Ben Clayton
2019-12-04Mipmap support (#731)asuonpaa
2019-11-27Remove BufferType from the Buffer class. (#728)dan sinclair
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-27Remove GetComponents from the Format class. (#674)dan sinclair
2019-09-25Use enum for available layouts. (#670)dan sinclair
2019-09-25Add segments to format class (#669)dan sinclair
2019-09-25Remove DatumType. (#667)dan sinclair
2019-09-24Remove DatumType usage from AmberScript parser. (#664)dan sinclair
2019-09-19Create Format directly instead of going through DatumType. (#658)dan sinclair
2019-07-30[Dawn] Implement DoCompute support in dawn backend and fix sparse descriptor ...Sarah
2019-07-16Update DEPS: update googletest (#581)David Neto
2019-06-28Error out when DrawRect command is invoked on a pipeline with multiple vertex...Sarah
2019-06-25Set the element count so we'll know the max size of a ssbo (#562)Sarah
2019-05-28Remove old location code from buffer class. (#530)dan sinclair
2019-05-21[vkscript] Set default format into buffers. (#514)dan sinclair
2019-05-13[VkScript] Add pipeline validation. (#502)dan sinclair
2019-05-09[vkscript] Store push constant data in a buffer. (#495)dan sinclair
2019-04-24[vkscript] Skip adding uniform buffer to list of pipeline buffers (#488)dan sinclair
2019-04-23Move buffer filling code into Buffer class. (#484)dan sinclair
2019-04-18Fix format sizes due to layout. (#482)dan sinclair
2019-04-17Flush out some class/method documentation. (#476)dan sinclair
2019-04-16Merge Data and Format buffers. (#466)dan sinclair
2019-04-11Unify buffer sizes. (#465)dan sinclair
2019-04-11Convert ProbeSSBO to use Format objects. (#464)dan sinclair
2019-04-10Convert BufferCommand to use Format. (#462)dan sinclair
2019-04-10Use Format instead of DatumType where possible. (#460)dan sinclair
2019-04-10Add Buffer::GetFormat (#458)dan sinclair
2019-04-10Simplify Format::GetBytesize; rename to SizeInBytes (#457)dan sinclair
2019-04-10 [vulkan] Allow setting vertex buffer with a data buffer (#450)dan sinclair
2019-04-09[AmberScript] Add DERIVE_PIPELINE (#453)dan sinclair
2019-04-05[amberscript] Add REPEAT command (#443)dan sinclair
2019-03-30[vkscript] report error on invalid ssbo subdata offset. (#421)dan sinclair
2019-03-29[amberscript] add DEVICE_FEATURE. (#434)dan sinclair
2019-03-28Hide pipeline buffer formats (#420)dan sinclair
2019-03-22Convert buffer data earlier (#394)dan sinclair
2019-03-21Initialize comparator. (#399)dan sinclair
2019-03-18 Remove pipeline from probe commands. (#377)dan sinclair
2019-03-13Remove GetDescriptorInfo and store in Buffer object. (#358)dan sinclair
2019-03-13 Add buffer to probe command. (#356)dan sinclair