pixman: Branch 'master'

Aaron Plattner aplattner at kemper.freedesktop.org
Fri Jul 25 10:16:13 PDT 2008


 pixman/pixman-utils.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit dfe1f63f709fc711c15d1be317dc1404d72b3efd
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Fri Jul 25 10:14:29 2008 -0700

    Add depth 30 formats to pixman_format_supported_source.
    
    Thanks to Julien Cristau for pointing out that these were missing.

diff --git a/pixman/pixman-utils.c b/pixman/pixman-utils.c
index f013ae7..21d9a2f 100644
--- a/pixman/pixman-utils.c
+++ b/pixman/pixman-utils.c
@@ -537,6 +537,8 @@ pixman_format_supported_source (pixman_format_code_t format)
 {
     switch (format) {
     /* 32 bpp formats */
+    case PIXMAN_a2b10g10r10:
+    case PIXMAN_x2b10g10r10:
     case PIXMAN_a8r8g8b8:
     case PIXMAN_x8r8g8b8:
     case PIXMAN_a8b8g8r8:


More information about the xorg-commit mailing list