aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* add SkSize.hMike Reed2009-09-141-2/+8
| | | | add golden-master (gm) test app
* enable arm flags in makefile and by including cpu-features.hMike Reed2009-08-041-0/+14
|
* add arm/neon optimizations for bitmap samplingMike Reed2009-08-031-2/+4
| | | | original code submitted by ARM LIMITED 2009
* Fix simulator build.Marco Nelissen2009-07-301-1/+8
|
* add opts directory to hold arm/neon specific functionsMike Reed2009-07-301-7/+1
| | | | vector out to those from our blitrow factory
* remove build conditional for mipmapsMike Reed2009-07-171-1/+0
|
* add fast-case for bitmap shadersMike Reed2009-07-161-2/+2
| | | | first stage of neon optimizations
* rename libsgl/libcorecg to libskiaMike Reed2009-07-101-33/+3
|
* conditionally set SK_SOFTWARE_FLOAT only if we're not building armv7-a, so ↵Mike Reed2009-07-081-13/+12
| | | | | | we can take full advantage of hw floats on v7 class devices.
* am 323fc5f6: Fix a broken sim-eng build because of lacking of arm arch check.Wei-Ta Chen2009-06-241-2/+5
|\ | | | | | | | | | | | | Merge commit '323fc5f6b797daedeb80cf137de1f7abb1ce6ff3' * commit '323fc5f6b797daedeb80cf137de1f7abb1ce6ff3': Fix a broken sim-eng build because of lacking of arm arch check.
| * Fix a broken sim-eng build because of lacking of arm arch check.Wei-Ta Chen2009-06-251-2/+5
| |
* | am 9255d4e0: Bypass source-overing if the alpha value of a source color ↵Wei-Ta Chen2009-06-241-0/+4
|\ \ | |/ | | | | | | | | | | | | | | 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
| * Bypass source-overing if the alpha value of a source color equals toWei-Ta Chen2009-06-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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%
* | pull from trunkMike Reed2009-06-221-0/+1
| | | | | | | | | | | | move (and extended) xfermode enum into SkXfermode.h fix recursion bug in stroking minor utility code changes for new unittests
* | refresh from skia/trunkMike Reed2009-05-291-0/+1
| | | | | | | | | | | | - add canvas entry-point for shapes - add SDL support to GL port - rowbytes computation fixes in bitmaps
* | Pull latest changes from skia/trunk:Mike Reed2009-04-141-0/+1
| | | | | | | | | | | | | | | | 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
* | AI 144454: pull from demetrius:Mike Reed2009-04-031-1/+1
|/ | | | | | | | - 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
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-1/+7
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+258
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-258/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-0/+258