| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
add golden-master (gm) test app
|
| |
|
|
|
|
| |
original code submitted by ARM LIMITED 2009
|
| |
|
|
|
|
| |
vector out to those from our blitrow factory
|
| |
|
|
|
|
| |
first stage of neon optimizations
|
| |
|
|
|
|
|
|
| |
we can take full
advantage of hw floats on v7 class devices.
|
|\
| |
| |
| |
| |
| |
| | |
Merge commit '323fc5f6b797daedeb80cf137de1f7abb1ce6ff3'
* commit '323fc5f6b797daedeb80cf137de1f7abb1ce6ff3':
Fix a broken sim-eng build because of lacking of arm arch check.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
equals to 255, i.e., no need to add previous destination color values.
Merge commit '9255d4e019df455c662b01c7030b5d9ec2376695'
* commit '9255d4e019df455c662b01c7030b5d9ec2376695':
Bypass source-overing if the alpha value of a source color equals to
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
255, i.e., no need to add previous destination color values.
My experimental results showed that the percentage of calls
to SkSrcOver32To16() falling into the bypass path in the following
processes are around:
1. system_server: 72%
2. acore: 80%
3. camera: 57%
4. browser: 66%
|
| |
| |
| |
| |
| |
| | |
move (and extended) xfermode enum into SkXfermode.h
fix recursion bug in stroking
minor utility code changes for new unittests
|
| |
| |
| |
| |
| |
| | |
- add canvas entry-point for shapes
- add SDL support to GL port
- rowbytes computation fixes in bitmaps
|
| |
| |
| |
| |
| |
| |
| |
| | |
SkColorPriv.h - change alpha macro to favor keep opaque destinations opaque
SkFontHost.h - new apis for accessing font tables
SkPostConfig.h - more #ifdef protections around windows.h
SkFontHost_tables.cpp added
Various updates to unit tests
|
|/
|
|
|
|
|
|
| |
- use float wrappers for floorf() and pow()
- fix obsolete type reference uint16
- move android backend for SkDebugf into /ports file
Automated import of CL 144454
|
| |
|
| |
|
| |
|
|
|