platform/upstream/libSkiaSharp.git
2012-02-24 djsollen@google.comFix typo in the gyp file.
2012-02-24 djsollen@google.comEnable hardware float for all armv7 and add NDK require...
2012-02-23 junov@chromium.orgFix for crash in SkDeferredCanvas when optional SkPaint...
2012-02-23 djsollen@google.comAdd a bench for picture playback.
2012-02-23 bsalomon@google.comRebaseline GM images for r3241
2012-02-23 tomhudson@google.comFix math in coverage_to_alpha() (renamed coverage_to_pa...
2012-02-23 reed@google.comalways allocate (only) the width of the clip for the...
2012-02-23 bsalomon@google.comIn convex path renderer, translate polygon to origin...
2012-02-23 reed@google.comremove bogus assert (leftover from some long-forgotten...
2012-02-23 reed@google.comFix memory leak in GetTableData() and add unittests...
2012-02-23 reed@google.comdon't require tableCount>0 since some platform fonts...
2012-02-23 bsalomon@google.comGPU device preserves pixel values across read/write...
2012-02-23 reed@google.comremove 'OS/2' table from known-sizes, since its size...
2012-02-23 junov@chromium.orgFixing Canvas unit test to correctly verify object...
2012-02-23 bsalomon@google.comFix line endings.
2012-02-23 reed@google.comadd unittest for FontHost (just tables at the moment)
2012-02-23 bsalomon@google.comremove unused variable
2012-02-23 caryclark@google.comProvide fallbacks for web fonts.
2012-02-22 bsalomon@google.comUse nested template expansions to implement Config8888...
2012-02-22 junov@chromium.orgDisabling failing unit test on linux
2012-02-22 junov@chromium.orgAdding more unit testing for SkCanvas and derived classes.
2012-02-22 tomhudson@google.comSSE2 version of ClampX_ClampY_{no}filter_scale; yields...
2012-02-21 twiz@google.comRemove incorrect GrAssert calls in GrResourceCache...
2012-02-21 vandebo@chromium.orgChange append to appendf for call sites with no format...
2012-02-20 caryclark@google.comwork in progress
2012-02-17 bungeman@google.comUse intrinsics for atomic inc and dec on Windows.
2012-02-17 bungeman@google.comRemove SkFontHost::ValidFontID PART 1: remove only...
2012-02-17 caryclark@google.comRevert r3036. This change breaks loading images as
2012-02-17 caryclark@google.comAdded BSD license language where missing.
2012-02-17 bsalomon@google.comTurn off test in fixed pt build.
2012-02-17 bsalomon@google.comMake cross_prod used in SkPath::cheapComputeDirection...
2012-02-16 digit@google.comRemove two static initializers from debug builds
2012-02-16 digit@google.comRemove on static initializer in GrGpu.cpp
2012-02-16 caryclark@google.comadd missing files
2012-02-16 caryclark@google.comwork in progress
2012-02-16 reed@google.comLazily allocate our global pool for imagerefs
2012-02-16 reed@google.combe sure to mark fLastY with the bottom of the rect...
2012-02-16 reed@google.comaaclip needs to handle paths with holes
2012-02-16 reed@google.comadd a todo
2012-02-16 djsollen@google.comLazily allocate gNameList, and protect its usage behind...
2012-02-16 reed@google.comcast to double
2012-02-16 bungeman@google.comFix TypefaceCache races.
2012-02-15 caryclark@google.comwork in progress
2012-02-15 bsalomon@google.comRevert 3191
2012-02-15 djsollen@google.comFix regression where we disable fonts with no specified...
2012-02-15 reed@google.comfix SkFixed build (I hope)
2012-02-15 bsalomon@google.comFix a case missed in r3198 where left/right direction...
2012-02-15 djsollen@google.comMerge changes from the android repo upstream to Skia
2012-02-15 bsalomon@google.comUse cheapComputeDirection to determine normal facing...
2012-02-15 reed@google.comsuport A8 grayscale text with COLOR_LUMINANCE build...
2012-02-15 bsalomon@google.comMisc small fixes to unblock skia roll.
2012-02-14 epoger@google.comhack to enable SSSE3 on Macs
2012-02-14 tomhudson@google.comAttempt to make Windows and Mac compilers happy after...
2012-02-14 tomhudson@google.comAdd SSSE3 acceleration for S32_{opaque,alpha}_D32_filte...
2012-02-14 bsalomon@google.comFix compile errors.
2012-02-14 bsalomon@google.comAdd test to detect bias in conversion of frag shader...
2012-02-14 reed@google.comadd test for colored text drawing (hopefully gamma...
2012-02-14 tomhudson@google.comSSE2 version of blit_lcd16, courtesy of Jin Yang.
2012-02-14 tomhudson@google.comFix include paths in non-standard targets.
2012-02-14 tomhudson@google.comUpdate cross-platform #include paths to new include...
2012-02-14 tomhudson@google.comMove GL-specific include files to their own subdirector...
2012-02-14 epoger@google.comSet LCD font smoothing to "medium" for gm on Mac, regar...
2012-02-14 bsalomon@google.comMake GLCaps be standalone and be a member of GrGLContex...
2012-02-13 junov@chromium.orgAdding missing SkIntToScalar to resolve DeferredCanvas...
2012-02-13 junov@chromium.orgAdding API and unit testing for deferred canvas clearin...
2012-02-13 reed@google.comif SK_USE_COLOR_LUMINANCE is defined, then we store...
2012-02-13 djsollen@google.comPrevent the memset16 ARM opt from failing when count...
2012-02-13 bsalomon@google.comAdd path effect GM
2012-02-13 bsalomon@google.compath effect on a very thin line should not be discarded
2012-02-13 bsalomon@google.comUse GrGLContextInfo in shader generator
2012-02-10 thakis@chromium.orgRemove extra SK_API
2012-02-10 reed@google.comenable color-luminance in font cache (disabled by default)
2012-02-10 bsalomon@google.comAdd copyright and #ifndef / #define
2012-02-10 tomhudson@google.comAdd two files missed in r3165; most critically the...
2012-02-10 tomhudson@google.comMove GL-specific source code to make room for D3D back...
2012-02-10 epoger@google.comFix CFBundleIdentifier of SampleApp
2012-02-10 bsalomon@google.comFix dumb error of starting loop with 0 instead of 1...
2012-02-10 bsalomon@google.comAdd GrGLContextInfo
2012-02-10 bsalomon@google.comPull GLSL helpers out of GrGLProgram.cpp
2012-02-09 thakis@chromium.orgMark SkColorFilter and SkCreateCGImageRefWithColorspace...
2012-02-09 caryclark@google.comwork in progress
2012-02-09 senorblanco... Add SK_API to SkPixelRef and TextureCacheEntry.
2012-02-09 bsalomon@google.comMake SkGLContext's FBO creation more robust (allows...
2012-02-09 bsalomon@google.comTurn on read pixels test for raster backend
2012-02-08 senorblanco... Export the texture pixelref classes via SK_API. This...
2012-02-08 vandebo@chromium.orgAdd SK_API to SkTableColorFilter
2012-02-07 caryclark@google.comwork in progress
2012-02-07 bungeman@google.comAdd more TT table definitions and create fake enum...
2012-02-07 reed@google.comstore luminance in a new field
2012-02-07 bungeman@google.comMove SkBase64 to utils, allow user defined encoding.
2012-02-07 junov@chromium.orgFixing backing store access in SkDeferredCanvas.
2012-02-07 bsalomon@google.comReland 3144 with assertion fix.
2012-02-07 bsalomon@google.comrevert 3144
2012-02-07 bsalomon@google.comAllow chrome to limit the number of FBO status checks
2012-02-06 reed@google.comuse macro SkFixedRoundToInt where necessary
2012-02-03 caryclark@google.comsave work in progress
2012-02-03 junov@chromium.orgRemoving some dead code in SkDeferredCanvas
2012-02-03 epoger@google.comImprove default behavior of compare-baselines script.
2012-02-02 epoger@google.comMake skdiff always generate white diffs alongside actua...
2012-02-02 epoger@google.comDisable optimization of certain bit-shift operations...
next