aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* don't convert to hairlines unless the matrix-applied width is < 1 in both dim...Mike Reed2009-09-081-15/+40
* add decoding bitmaps to bench toolMike Reed2009-09-022-14/+46
* elegant fix for gaps in antialiased hairlines by preda. Don't reduce the full...Mike Reed2009-08-281-1/+1
* distinguish 32 and 16 bit const-in-Y flags for shaders, so we can still take ...Mike Reed2009-08-274-105/+33
* refresh from trunkMike Reed2009-08-262-3/+44
* enable runtime changes to gamma tablesMike Reed2009-08-251-12/+28
* force no-hinting when the caller wants linear-textMike Reed2009-08-241-1/+11
* refresh from skia trunkMike Reed2009-08-247-18/+54
* close out previous contour before starting the nextMike Reed2009-08-141-0/+4
* fix type that send affine matrix procs to the perspective case (much slower)Mike Reed2009-08-142-2/+8
* fix overflow in fill_sequential quad caseMike Reed2009-08-145-10/+53
* special case no scale in the matrixprocs for tiled bitmapsMike Reed2009-08-138-95/+361
* merge from open-source masterJean-Baptiste Queru2009-08-071-0/+2
|\
| * Make/add virtual destructors to classes with virtual functionsJean-Baptiste Queru2009-08-051-1/+3
* | conditionalize including cpu-features.h, since at the moment it is only avail...Mike Reed2009-08-071-1/+3
* | rearrange the neon filter code to be sharable among all of the "portable" fun...Mike Reed2009-08-055-603/+256
* | enable arm flags in makefile and by including cpu-features.hMike Reed2009-08-043-15/+315
* | add arm/neon optimizations for bitmap samplingMike Reed2009-08-034-10/+765
* | add GetFileName api to fonthost, to return (optionally) the file backing a gi...Mike Reed2009-07-313-1/+42
* | add opts directory to hold arm/neon specific functionsMike Reed2009-07-304-17/+515
* | am fda848cd: only upscale to 565 from palette if the colortable is opaqueMike Reed2009-07-301-7/+27
|\ \ | |/
| * only upscale to 565 from palette if the colortable is opaqueMike Reed2009-07-291-7/+27
| * Do not mergeMike Reed2009-07-282-55/+11
| * Do not mergeMike Reed2009-07-201-31/+30
* | push upscaling directly into png, rather than having it in the baseclass, whe...Mike Reed2009-07-282-25/+12
* | refresh from trunkMike Reed2009-07-2710-115/+334
* | remove build conditional for mipmapsMike Reed2009-07-176-925/+5
* | add fast-case for bitmap shadersMike Reed2009-07-166-9/+340
* | am da7fbe20: If there is no sampling request in the decode request then use t...Owen Lin2009-07-151-0/+6
|\ \ | |/
| * If there is no sampling request in the decode request then useOwen Lin2009-07-141-0/+6
* | respect cap-style for drawPointsMike Reed2009-07-141-3/+5
* | handle intrinsic 16bit shaders smarter in blitRectMike Reed2009-07-105-29/+100
* | am ee38d710: catch underflow in restore()Mike Reed2009-07-091-9/+11
|\ \ | |/
| * catch underflow in restore()Mike Reed2009-07-091-9/+11
| * DO NOT MERGE TO DONUTMike Reed2009-07-083-51/+185
* | respect preferred config when decoding index-based png imagesMike Reed2009-07-083-28/+138
* | conditionally set SK_SOFTWARE_FLOAT only if we're not building armv7-a, so we...Mike Reed2009-07-082-4/+5
* | support encoding Index8 bitmaps into PNGMike Reed2009-07-071-10/+11
* | fix null-shape crash in picturesMike Reed2009-07-075-49/+108
* | refresh from trunk: shape flattening, bzeroMike Reed2009-06-2920-95/+191
* | am 323fc5f6: Fix a broken sim-eng build because of lacking of arm arch check.Wei-Ta Chen2009-06-241-5/+6
|\ \ | |/
| * Fix a broken sim-eng build because of lacking of arm arch check.Wei-Ta Chen2009-06-251-5/+6
* | am 9255d4e0: Bypass source-overing if the alpha value of a source color equal...Wei-Ta Chen2009-06-242-20/+142
|\ \ | |/
| * Bypass source-overing if the alpha value of a source color equals toWei-Ta Chen2009-06-242-20/+142
* | rename setXfermode(Mode) to setXfermodeMode(...) for clarityMike Reed2009-06-243-11/+31
* | remove deprecated uses of porterduffMike Reed2009-06-237-225/+203
* | pull from trunkMike Reed2009-06-226-129/+378
* | am 0d8bbbb9: register the gif movie factoryMike Reed2009-06-182-13/+24
|\ \ | |/
| * register the gif movie factoryMike Reed2009-06-182-13/+24
| * Manual merge from cupcake_dcm.Daisuke Miyakawa2009-05-251-4/+11