OSDN Git Service

PixelBuffer: Align width and height of pixelbuffer
authorHarish Krupo <harish.krupo.kps@intel.com>
Tue, 6 Feb 2018 07:42:23 +0000 (13:12 +0530)
committerKalyan Kondapally <kalyan.kondapally@intel.com>
Fri, 9 Feb 2018 08:59:15 +0000 (00:59 -0800)
commitf7f7364bcc8c7a4a4115a8e32afe846332660a2c
treec08d70b88272f5c9c9ca8f324174f724c1e36790
parent23c488fcb9592a5962b429f501a322415ce86c40
PixelBuffer: Align width and height of pixelbuffer

The size of the raw data for the cursor layer can be too
small sometimes. In such cases make the size of the
allocated buffer to 256,256.

Jira: None
Test: Cursor shows up with the linux backend

Signed-off-by: Harish Krupo <harish.krupo.kps@intel.com>
os/linux/gbmbufferhandler.cpp
os/linux/gbmbufferhandler.h
os/linux/linux_frontend.cpp
wsi/drm/drmbuffer.cpp
wsi/pixelbuffer.cpp
wsi/pixelbuffer.h