Changeset b3222a3 in mainline for uspace/lib/draw/source.c


Ignore:
Timestamp:
2014-09-03T09:37:22Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
75fe97b
Parents:
0aee9b4
Message:

If transform is fast then source is fast regardles of wrap mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/draw/source.c

    r0aee9b4 rb3222a3  
    9797            (source->alpha == (pixel_t) PIXEL(255, 0, 0, 0)) &&
    9898            (source->texture != NULL) &&
    99             (source->texture_extend == PIXELMAP_EXTEND_TRANSPARENT_BLACK) &&
    10099            (transform_is_fast(&source->transform)));
    101100}
Note: See TracChangeset for help on using the changeset viewer.