summaryrefslogtreecommitdiff
path: root/README
authorKevin Murphy <kemurphy@andrew.cmu.edu>2012-05-08 09:02:08 (GMT)
committer Ray Strode <rstrode@redhat.com>2012-05-11 15:54:05 (GMT)
commitcdbfba5364d5bbb6fa16f84aff90b2ebb3a17315 (patch) (side-by-side diff)
tree26b631fc608f2bd2a0fa50845319723ad04b2bdf /README
parente274cda1eee35730faa47a10198c0740e635c724 (diff)
downloadplymouth-master.zip
plymouth-master.tar.gz
drm: for minimum buffer size to be greater than 0HEADmaster
The drm driver tells us the minimum dimensions it supports for buffer objects. We use this minimum for creating a small temporary 32-bit buffer to test if 32-bit buffers are supported. Unfortunately, some drivers neglect to fill in min_width/min_height and then we try to allocate a buffer with 0 sized dimensions. This commit checks for min_width/min_height being 0, and then bumps them to 1. Minor changes to initial patch by Ray Strode.
Diffstat (limited to 'README') (more/less context) (ignore whitespace changes)
0 files changed, 0 insertions, 0 deletions