platform/upstream/libSkiaSharp.git
2011-11-23 caryclark@google.comfix mac warnings
2011-11-23 mike@reedtribe.orgadd test that aaclip.setRegion creates the same mask...
2011-11-23 mike@reedtribe.orgadd SK_OVERRIDE
2011-11-22 reed@google.comneeds to be rebaselined
2011-11-22 reed@google.comdelete since it needs to be rebaselined
2011-11-22 reed@google.comimprove accuracy for luminance coefficients
2011-11-22 reed@google.comremove obsolete assert
2011-11-22 bsalomon@google.com[GPU] Allow kMulRGBByAlpha_InConfigFlag and kSwapRAndB_...
2011-11-22 reed@google.comstore 3 bits of luminance, but (for now) discretize...
2011-11-22 tomhudson@google.comAdd fractional-radius blurs to blur benchmark.
2011-11-22 reed@google.comremove GetGammaFlag from SkFontHost
2011-11-21 bsalomon@google.comAdd windowscodecs.lib to images.gyp
2011-11-21 caryclark@google.comadd SetFlags for command line control
2011-11-21 reed@google.comuse a define for the shift amount for the hinting bits
2011-11-21 reed@google.comreorder bits and remove obsolete kForceAA experimental bit
2011-11-21 reed@google.comensure we never change the text_encoding of the master...
2011-11-21 bsalomon@google.comAdd support for GL_CHROMIUM_flipy
2011-11-21 reed@google.comdon't quickReject bitmaps if there is a looper or other...
2011-11-21 reed@google.comonly call FT_Get_Advance if we really want linear metrics
2011-11-19 bsalomon@google.comassert that resources used with ctx are owned by the ctx
2011-11-19 bsalomon@google.comResubmit 2717 w/ fix workaround OS X GL bug.
2011-11-18 bsalomon@google.comRevert 2717
2011-11-18 bsalomon@google.comRecommit r2714 with clip fix
2011-11-18 reed@google.comuse older, slightly slower, blend math, to retain ...
2011-11-18 bsalomon@google.comRevert 2714 for debugging of test failure
2011-11-18 bsalomon@google.comWrite direct to RT/Tex when possible, use BGRA rather...
2011-11-17 reed@google.comremove all references to SkGlobals (obsolete)
2011-11-17 reed@google.comremove use of SkGlobals
2011-11-17 reed@google.comremove obsolete SK_USE_RUNTIME_GLOBALS
2011-11-17 reed@google.comadd commented line to try to add additional warnings
2011-11-17 mike@reedtribe.orguse AsMode instead of deprecated IsMode
2011-11-17 mike@reedtribe.orgadd test for IsMode
2011-11-17 mike@reedtribe.orgadd SkXfermode::IsMode() and use that in SkDevice
2011-11-16 reed@google.comfix signed/unsigned warning (use size_t in conjunction...
2011-11-16 bsalomon@google.comMake all pixel ops go thru ctx so we can correctly...
2011-11-16 caryclark@google.compass font size explicitly for leopard
2011-11-16 senorblanco... This change makes SkImageFilter and SkBlurImageFilter...
2011-11-16 djsollen@google.comAdd support in Android for AdvancedTypefaceMetrics
2011-11-16 djsollen@google.comFix broken Android build.
2011-11-16 reed@google.comupdate ARM platform procs for blitmask
2011-11-15 bungeman@google.comRemove unneeded include which is breaking build.
2011-11-15 bungeman@google.comAdd paging support for handle based typefaces.
2011-11-15 reed@google.comdisable reduced checks if we're not enabling fast shade...
2011-11-15 reed@google.comneed to opt-in to faster shadermask until chrome can...
2011-11-15 reed@google.comdelete these, as then need to be rebaselined
2011-11-15 reed@google.comsupport blitMask+shader natively (1.75x faster for...
2011-11-15 bsalomon@google.comAdd getContext to GrResouce
2011-11-15 bsalomon@google.comRemove allocated size vs content size in textures
2011-11-15 reed@google.comadd bench for shader+blitMask
2011-11-14 reed@google.comrename/refactor in preparation for supporting accelerat...
2011-11-14 caryclark@google.comsuppress warnings on clang
2011-11-14 bsalomon@google.comRemove GL functions only used in fixed pipe
2011-11-14 bsalomon@google.comsupportsES() -> supportsES2() in asserts
2011-11-14 reed@google.comfix autobounds dude to call a custom version of rect...
2011-11-14 bsalomon@google.comRemove GrGpuGLFixed subclass and ES1 support
2011-11-14 reed@google.comadd test for bounds (disabled as it fails)
2011-11-14 reed@google.comimprove validate to check for empty rects, since contai...
2011-11-14 tomhudson@google.comNew SkMutex benchmark - used when we suspected mutex...
2011-11-14 caryclark@google.comcheck for null on Lion
2011-11-14 reed@google.comadd test for bad scanconversion (disabled)
2011-11-14 reed@google.comreorder template functions so it compiles in Lion
2011-11-14 reed@google.comrebaseline for gpu changes
2011-11-11 reed@google.comland codereview.appspot.com/5244058/ - add matrix to...
2011-11-11 reed@google.comrecord doAA param for clipRect and clipPath in pictures
2011-11-11 bsalomon@google.comDo writepixels alpha-premul using gpu
2011-11-11 vandebo@chromium.org[PDF] Optimize W-array generation with respect to subse...
2011-11-10 bsalomon@google.comAdd default param to SkDevice::writePixels b/c WK is...
2011-11-10 bsalomon@google.comFilter out draws to non-PMA configs that won't blend...
2011-11-10 bsalomon@google.comHold onto scratch texture until end of readRenderTarget...
2011-11-10 bsalomon@google.comTurn off WritePixelsTest in fixed pt build (GPU device...
2011-11-10 bsalomon@google.comAdd config8888 support to writePixels
2011-11-10 reed@google.comadd test gm for vertical text
2011-11-10 reed@google.comhave paint's measure calls respect vertical
2011-11-10 caryclark@google.comadd vertical text support in mac port
2011-11-10 bsalomon@google.comFix convert to bool warning in VS
2011-11-10 reed@google.comadd vertical-text bit to paint (not supported yet)
2011-11-10 bsalomon@google.comFix return value in read pixels unit test
2011-11-10 reed@google.comadd initial gyp to build freetype lib (problems with...
2011-11-10 bsalomon@google.comAdd support for GL_EXT_unpack_subimage
2011-11-10 bsalomon@google.comFixes int to scalar warnings. This checkin changes...
2011-11-10 caryclark@google.comremove common fields from Offscreen utility class
2011-11-09 tomhudson@google.comRemoves warnings generated by gcc and clang.
2011-11-09 caryclark@google.comchange m to f
2011-11-09 epoger@google.comNew baseline images for GPU blurs and shadows, to green...
2011-11-09 reed@google.comadd experimental test for blending math (disabled for...
2011-11-09 senorblanco... Build fix; unreviewed.
2011-11-09 tomhudson@google.comSpeed up GrDrawState handling.
2011-11-09 senorblanco... Implement Gaussian blurs for images. The caller create...
2011-11-09 bsalomon@google.comInterim function for reseting GrDrawTarget state, this...
2011-11-09 epoger@google.comwhitespace commit to trigger linux build
2011-11-09 bsalomon@google.com[GPU] when writing to unpremult dest and alpha is 0...
2011-11-09 epoger@google.comNew baseline images for r2638
2011-11-08 vandebo@chromium.org[PDF] add drawTextOnPath support.
2011-11-08 epoger@google.comwhitespace commit to trigger buildbots
2011-11-08 epoger@google.comwhitespace commit to trigger buildbots
2011-11-08 epoger@google.comwhitespace commit to trigger buildbots
2011-11-08 reed@google.comuse new PurgeFontCache() api
2011-11-08 reed@google.comhandle NaN values in clipPath
2011-11-08 bsalomon@google.comWhen GL_RGBA readPixels are slow do swizzle using a...
2011-11-08 djsollen@google.comCleanup for the Android build.
next