aboutsummaryrefslogtreecommitdiff
path: root/src/buffer.cc
AgeCommit message (Expand)Author
2019-12-11Add Float 16 Support (#751)dan sinclair
2019-11-27Remove BufferType from the Buffer class. (#728)dan sinclair
2019-10-16Added EMD histogram comparison support. (#689)asuonpaa
2019-10-15[AmberScript] Adding struct support (#688)dan sinclair
2019-10-10New type structure (#679)dan sinclair
2019-10-03Initialize data buffer. (#680)dan sinclair
2019-09-30Store formats in pipeline and scripts. (#677)dan sinclair
2019-09-30Added standalone tool for doing image comparison. (#673)asuonpaa
2019-09-25Add segments to format class (#669)dan sinclair
2019-09-20[AmberScript] Fix parsing of matrix data into buffers. (#657)dan sinclair
2019-09-18Rename Buffer::ResizeTo to Buffer::SetSizeInElements. (#655)dan sinclair
2019-09-09Build fixes for updating dEQP's version of amber (#634)Ben Clayton
2019-08-03Add root mean square error buffer comparison (#602)dan sinclair
2019-07-30[Dawn] Implement DoCompute support in dawn backend and fix sparse descriptor ...Sarah
2019-05-15Only resize buffer if it will become bigger. (#506)dan sinclair
2019-04-24[amberscript] Add push_constant support. (#486)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-16Merge Data and Format buffers. (#466)dan sinclair
2019-04-11Unify buffer sizes. (#465)dan sinclair
2019-04-10Use Format instead of DatumType where possible. (#460)dan sinclair
2019-04-10Simplify Format::GetBytesize; rename to SizeInBytes (#457)dan sinclair
2019-04-04Add EXPECT EQ_BUFFER command (#444)Hugues Evrard
2019-03-26Implement AmberScript COPY command (#371)Hugues Evrard
2019-03-22Convert buffer data earlier (#394)dan sinclair
2019-01-24[amberscript] Buffer parsering updates. (#244)dan sinclair
2018-12-11Convert Vertex data into a buffer. (#164)dan sinclair
2018-11-19Make the Buffer code common (#67)dan sinclair