aboutsummaryrefslogtreecommitdiff
path: root/src/buffer_test.cc
AgeCommit message (Expand)Author
2020-11-18Various fixes for size comparisons (#924)dan sinclair
2019-12-11Add Float 16 Support (#751)dan sinclair
2019-11-27Remove BufferType from the Buffer class. (#728)dan sinclair
2019-11-11Add tests for EMD histogram comparison (#703)Vihanakangas
2019-10-10New type structure (#679)dan sinclair
2019-09-30Store formats in pipeline and scripts. (#677)dan sinclair
2019-09-25Use enum for available layouts. (#670)dan sinclair
2019-09-25Add segments to format class (#669)dan sinclair
2019-05-15Only resize buffer if it will become bigger. (#506)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-10Simplify Format::GetBytesize; rename to SizeInBytes (#457)dan sinclair
2018-12-11Convert Vertex data into a buffer. (#164)dan sinclair
2018-11-22Add cpplint (#90)dan sinclair
2018-11-20Update Buffer size when data provided. (#74)dan sinclair
2018-11-19Make the Buffer code common (#67)dan sinclair