summaryrefslogtreecommitdiff
path: root/src/libcamera/framebuffer.cpp
AgeCommit message (Expand)Author
2021-12-11libcamera: framebuffer: Add Fence to FrameBufferJacopo Mondi
2021-12-06libcamera: framebuffer: Enable attaching additional data to FrameBufferHirokazu Honda
2021-12-04libcamera: base: shared_fd: Add comparison operatorsLaurent Pinchart
2021-12-04libcamera: base: shared_fd: Rename fd() to get()Laurent Pinchart
2021-12-04libcamera: base: Rename FileDescriptor to SharedFDLaurent Pinchart
2021-12-03libcamera: base: file_descriptor: Move inode() function to frame_buffer.cppLaurent Pinchart
2021-11-04libcamera: framebuffer: Fix isContiguous log messageKieran Bingham
2021-09-07libcamera: framebuffer: Prevent modifying the number of metadata planesLaurent Pinchart
2021-09-07libcamera: framebuffer: Allocate metadata planes at construction timeLaurent Pinchart
2021-09-07libcamera: framebuffer: Add a function to check if planes are contiguousLaurent Pinchart
2021-09-07libcamera: framebuffer: Move planes check to constructorLaurent Pinchart
2021-08-30libcamera: framebuffer: Add assertion to detect offset is unfilledHirokazu Honda
2021-08-30libcamera: framebuffer: Add offset to FrameBuffer::PlaneHirokazu Honda
2021-08-16libcamera: base: extensible: Pass private pointer as unique_ptr<>Laurent Pinchart
2021-08-10libcamera: Give MappedFrameBuffer its own implementationKieran Bingham
2021-08-09libcamera: Rename 'method' to 'function'Laurent Pinchart
2021-08-03libcamera: frame_buffer: Document the FrameBuffer::Private classLaurent Pinchart
2021-08-03libcamera: base: class: Don't pass Extensible pointer to Private constructorLaurent Pinchart
2021-07-12libcamera: framebuffer: Make FrameBuffer class ExtensibleLaurent Pinchart
2021-07-11libcamera: buffer: Rename buffer.h to framebuffer.hLaurent Pinchart