aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-27If jpeg_start_decompress fails, but we have valid output dimensions and we're inandroid-2.1_r2.1sandroid-2.1_r2.1p2android-2.1_r2.1pandroid-2.1_r2eclair-sholes-release2eclair-releaseeclair-passion-releaseMike Reed
2010-01-20Do not mergeMike Reed
2009-11-16Do not merge.android-sdk-2.1_r1android-2.1_r1Wei-Ta Chen
2009-11-12do not mergeandroid-sdk-2.0.1_r1android-sdk-2.0.1-docs_r1android-2.0.1_r1eclair-sholes-releaseMike Reed
2009-10-30add table maskfilterMike Reed
2009-10-01don't call the inherited saveLayer in record, but just call save.android-sdk-tools_r4android-sdk-tools_r3android-sdk-2.0_r1android-2.0_r1Mike Reed
2009-09-29disable neon for perspective nofilter indicesMike Reed
2009-09-24add setDither api, so we can retain this setting when we (re)decode the bitmapMike Reed
2009-09-23refresh from skia, with blitrow_d32 bottlenecks for neon optimizationsMike Reed
2009-09-22refresh from skia/trunk - two-point-radial gradients, needed for <canvas> and...Mike Reed
2009-09-21pad the top/left of the sum buffer with zeros (so we can use it correctly)Mike Reed
2009-09-18remove experimental filesMike Reed
2009-09-18Merge change 25751 into eclairAndroid (Google) Code Review
2009-09-18use correct rowbytes, instead of assuming it equals bounds.width()Mike Reed
2009-09-17uses doubles in selective places to improve matrix-inverse precision, to help...Mike Reed
2009-09-15roll in moto neon patchMike Reed
2009-09-14Merge change 24882 into eclairAndroid (Google) Code Review
2009-09-14add SkSize.hMike Reed
2009-09-14update dox for fill_and_strokeMike Reed
2009-09-08don't convert to hairlines unless the matrix-applied width is < 1 in both dim...Mike Reed
2009-09-02add decoding bitmaps to bench toolMike Reed
2009-08-28elegant fix for gaps in antialiased hairlines by preda. Don't reduce the full...Mike Reed
2009-08-27distinguish 32 and 16 bit const-in-Y flags for shaders, so we can still take ...Mike Reed
2009-08-26refresh from trunkMike Reed
2009-08-25enable runtime changes to gamma tablesMike Reed
2009-08-24force no-hinting when the caller wants linear-textMike Reed
2009-08-24refresh from skia trunkMike Reed
2009-08-14close out previous contour before starting the nextMike Reed
2009-08-14fix type that send affine matrix procs to the perspective case (much slower)Mike Reed
2009-08-14fix overflow in fill_sequential quad caseMike Reed
2009-08-13special case no scale in the matrixprocs for tiled bitmapsMike Reed
2009-08-10Fix the occassional build break with undefined symbols.Patrick Scott
2009-08-07merge from open-source masterJean-Baptiste Queru
2009-08-07conditionalize including cpu-features.h, since at the moment it is only avail...Mike Reed
2009-08-05rearrange the neon filter code to be sharable among all of the "portable" fun...Mike Reed
2009-08-05Make/add virtual destructors to classes with virtual functionsJean-Baptiste Queru
2009-08-04Merge change 9621Android (Google) Code Review
2009-08-04enable arm flags in makefile and by including cpu-features.hMike Reed
2009-08-04merge from open-source masterJean-Baptiste Queru
2009-08-03add arm/neon optimizations for bitmap samplingMike Reed
2009-08-03merge from donutJean-Baptiste Queru
2009-07-31add GetFileName api to fonthost, to return (optionally) the file backing a gi...Mike Reed
2009-07-30Fix simulator build.Marco Nelissen
2009-07-30add opts directory to hold arm/neon specific functionsMike Reed
2009-07-30am fda848cd: only upscale to 565 from palette if the colortable is opaqueMike Reed
2009-07-29merge from donutJean-Baptiste Queru
2009-07-29only upscale to 565 from palette if the colortable is opaqueandroid-sdk-tools_r2android-sdk-1.6_r2android-sdk-1.6_r1android-sdk-1.6-docs_r1android-1.6_r2android-1.6_r1.5android-1.6_r1.4android-1.6_r1.3android-1.6_r1.2android-1.6_r1.1android-1.6_r1donut-release2donut-releaseMike Reed
2009-07-28Merge change 8783Android (Google) Code Review
2009-07-28push upscaling directly into png, rather than having it in the baseclass, whe...Mike Reed
2009-07-28am 421adab1: (-s ours) Do not merge support upscaling directly in png codec t...Mike Reed