platform/upstream/libSkiaSharp.git
2011-10-06 bungeman@google.comFix clamped_gradients gm to work in fixed.
2011-10-06 reed@google.combug fix for character 0x200B : zero-advance-space
2011-10-06 reed@google.comchange gamma for white and neutral text
2011-10-06 reed@google.commake no promises if we see a looper
2011-10-06 reed@google.comremove mention of obsolete symbol SK_SUPPORT_888_TEXT
2011-10-06 reed@google.comuse SK_OVERRIDE
2011-10-06 reed@google.comcheck-point for aaclip
2011-10-06 reed@google.comremove unused variable "inside", begin fixing coding...
2011-10-06 reed@google.commove call to nothingToDraw into our iterator, so it...
2011-10-06 reed@google.comadd baselines
2011-10-05 bsalomon@google.comRebaseline shadertext on windows
2011-10-05 bsalomon@google.comFixup rendering of empty paths (including inverted...
2011-10-05 reed@google.comcheck-point for aaclip
2011-10-05 caryclark@google.comRemove failing tests. Go green.
2011-10-05 caryclark@google.comfix text for Lion, Leopard, Skia on Mac
2011-10-04 reed@google.comfirst cut at aaclipping
2011-10-04 bungeman@google.comChange SkAutoMaskImage so that we're less likely to...
2011-10-04 bsalomon@google.comRemove nonexistant header from gyp file
2011-10-04 reed@google.comfix calculation and assert for grmask -> bytes-per...
2011-10-04 vandebo@chromium.orgRemove debug messages that are no longer needed.
2011-10-04 reed@google.comdisable CHECK_NOTHING_TO_DRAW for now, since it doesn...
2011-10-04 bungeman@google.comMake asBlur method const.
2011-10-04 bungeman@google.comNow that layout tests are fixed, remove flag to ignore...
2011-10-04 reed@google.comquick-rejects based on xfermode, using SkPaint::nothing...
2011-10-03 reed@google.comadd force-rle parameter to help with aaclip testing
2011-10-03 bungeman@google.comFix two warnings in bench timers.
2011-10-03 reed@google.comadd accessors to irect
2011-10-03 bungeman@google.comUpdate common_conditions to make sure there is a slash...
2011-10-03 bungeman@google.comRoll gyp and add librarian settings (now supported).
2011-10-03 vandebo@chromium.orgRevert r2122, r2116, r2108 Now that Chrome's PlatformDe...
2011-10-03 tomhudson@google.comUse SK_OVERRIDE to add a little extra robustness agains...
2011-10-03 reed@google.cominvert gamma for non-black/white text
2011-10-03 bsalomon@google.comFix nits
2011-09-30 epoger@google.comNew baseline images for windows. Visually OKed by...
2011-09-30 reed@google.comneed these for the forceaa change
2011-09-30 reed@google.comdon't autoset forceaa (yet), but require the caller...
2011-09-30 reed@google.comdisable auto-detection of non-opaque devices for LCD...
2011-09-30 reed@google.comupdate baselines
2011-09-30 reed@google.comDetect that we're drawing to a device that has per...
2011-09-30 epoger@google.comwhitespace commit to trigger buildbots
2011-09-30 epoger@google.comwhitespace commit to trigger buildbots
2011-09-30 tomhudson@google.comAdd SK_RESTRICT inside radial gradient shader - we...
2011-09-29 bsalomon@google.comFix some VS2010 warnings
2011-09-29 bsalomon@google.comFix GLPrograms unit test, only set fExperimentalGS...
2011-09-29 bsalomon@google.comAdd license
2011-09-29 bsalomon@google.comAdd experimental geometry shader code to gpu backend
2011-09-29 bsalomon@google.comRebase win fixed
2011-09-28 bsalomon@google.comRebase gm win float
2011-09-28 reed@google.comrebaseline (with Brian's cleartype settings)
2011-09-28 reed@google.comadd baselines
2011-09-28 reed@google.comrebaseline with gamma correct text
2011-09-28 reed@google.comremove clearing gamma for BW, since caller does that now
2011-09-28 reed@google.comadd gamma-correct text
2011-09-28 reed@google.comrebaseline with new gamma-corrected text
2011-09-28 bsalomon@google.comFix gl error debug print.
2011-09-28 bsalomon@google.comAdd GrSTAllocator subclass, hide cons in GrTAllocator...
2011-09-28 reed@google.comrebaseline
2011-09-28 reed@google.comupdate baseline
2011-09-28 reed@google.comrebaseline
2011-09-28 reed@google.commove specialization of 16 -vs- 32 lcd format to the...
2011-09-28 reed@google.comsupport gamma correction for lcd text
2011-09-28 reed@google.comkill gamma flags if we're drawing BW
2011-09-28 reed@google.comsplitscreen for black and white versions
2011-09-28 bsalomon@google.comTurn off AA when coverage can't be handled correctly.
2011-09-28 bsalomon@google.comSet window build flags (warn level 4, release optimizat...
2011-09-28 reed@google.comroll in fixes from android when we have to compress...
2011-09-27 vandebo@chromium.orgAdd debug trap to track down crash.
2011-09-27 reed@google.comadd initial baselines
2011-09-27 bsalomon@google.comAdd SkSTArray, hide stack storage cons in SkTArray...
2011-09-27 tomhudson@google.comReplace SkMath.h includes as required for fixed point.
2011-09-27 tomhudson@google.comMake SkMath.h less visible in public header files.
2011-09-27 epoger@google.comwhitespace commit to trigger buildbots
2011-09-27 reed@google.comfix bw bits when width >= 16
2011-09-27 reed@google.cominitial baselines
2011-09-27 reed@google.comadd initial baselines
2011-09-27 reed@google.comdoh -- fix conversion to BW from color/gray
2011-09-26 bungeman@google.comFix 2333. Be sure fImage is assigned before giving...
2011-09-26 bungeman@google.comFix leak of mask in draw.
2011-09-26 epoger@google.comwhitespace commit to trigger buildbots
2011-09-26 epoger@google.comwhitespace commit to trigger buildbots
2011-09-26 bsalomon@google.comRebase complexclip_gpu, add hairmodes_gpu on mac
2011-09-26 bsalomon@google.comRebase complexclip_gpu, hairmodes_gpu on linux
2011-09-26 bsalomon@google.comFix override issue, rebase win hairmodes_gpu, complexcl...
2011-09-26 tomhudson@google.comOptimize software radial gradients (remove branches...
2011-09-26 reed@google.comadd baselines
2011-09-26 reed@google.comset gamma flag for white, since GDI gives us different...
2011-09-23 bsalomon@google.comrebase win hairmodes_gpu
2011-09-23 bsalomon@google.comAdd detection of when partial pixel coverage (for aa...
2011-09-23 bsalomon@google.comRebase mac bot's complexclip_gpu
2011-09-23 bsalomon@google.comMake skdiff paths work on windows
2011-09-23 reed@google.comexperimental
2011-09-23 bsalomon@google.comFix signed/unsigned warning in GLCaps::print
2011-09-23 bsalomon@google.comRebase complexclip_gpu on mac
2011-09-23 bsalomon@google.comRebase complexclip_gpu on linux
2011-09-23 bsalomon@google.comUse GrAAHairlineRenderer for line segments only if...
2011-09-22 vandebo@chromium.orgAdd asserts to track down Chrome crash (bug 94421).
2011-09-22 bsalomon@google.comPut caps in a struct, move up to GrDrawTarget
2011-09-22 reed@google.comremove this until brian can review the results
2011-09-22 reed@google.comadd baselines
2011-09-22 reed@google.comadd baselines
next