Changeset 30885b9 in mainline for kernel/arch/ppc32/src/ppc32.c


Ignore:
Timestamp:
2009-07-31T19:11:54Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a405563
Parents:
646b996
Message:

RGB conversion functions should work with a well-defined pixel format.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/src/ppc32.c

    r646b996 r30885b9  
    9393                                break;
    9494                        case 16:
    95                                 visual = VISUAL_RGB_5_5_5;
     95                                visual = VISUAL_BGR_5_5_5;
    9696                                break;
    9797                        case 24:
    98                                 visual = VISUAL_RGB_8_8_8;
     98                                visual = VISUAL_BGR_8_8_8;
    9999                                break;
    100100                        case 32:
Note: See TracChangeset for help on using the changeset viewer.