summaryrefslogtreecommitdiff
path: root/kms++util/src/testpat.cpp
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2016-08-15 17:39:25 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-08-15 17:39:25 +0300
commita7797a1361e72860072d84139bed316975572517 (patch)
tree07221c47c0558691108772c24a24b4cd4c322ed9 /kms++util/src/testpat.cpp
parent05cc861d51149c719bcef145365e89a00ddb6cde (diff)
parent13883ffaa3e04c4ab465581127411feb4dce1b89 (diff)
Merge branch 'master' of git://github.com/jsarha/kmsxx
Diffstat (limited to 'kms++util/src/testpat.cpp')
-rw-r--r--kms++util/src/testpat.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/kms++util/src/testpat.cpp b/kms++util/src/testpat.cpp
index 1297e61..519f960 100644
--- a/kms++util/src/testpat.cpp
+++ b/kms++util/src/testpat.cpp
@@ -105,7 +105,9 @@ static void draw_test_pattern_part(IMappedFramebuffer& fb, unsigned start_y, uns
case PixelFormat::ARGB8888:
case PixelFormat::ABGR8888:
case PixelFormat::RGB888:
+ case PixelFormat::BGR888:
case PixelFormat::RGB565:
+ case PixelFormat::BGR565:
for (y = start_y; y < end_y; y++) {
for (x = 0; x < w; x++) {
RGB pixel = get_test_pattern_pixel(fb, x, y);