platform/upstream/libSkiaSharp.git
2011-10-20 bsalomon@google.comAdd test that validates GrGLInterfaces
2011-10-20 bsalomon@google.comMove a bunch of headers from include/gpu to src/gpu...
2011-10-20 bsalomon@google.comFix macro call for getting fn ptr to EXT version of...
2011-10-20 reed@google.comadd typefacecache to be purged in SkGraphics::Term()
2011-10-19 bungeman@google.comFix wall clock in bench system timer on Windows.
2011-10-19 bsalomon@google.comGrGLInterface fixes wrt r2499
2011-10-19 bsalomon@google.comPass NULL to BenchTimer cons when gl context creation...
2011-10-19 bsalomon@google.comFix benchmain to build w/ scalar=fixed
2011-10-19 bsalomon@google.comVirtualize SkGLContext with subclasses SkNativeGLContex...
2011-10-19 tomhudson@google.comExtract six functions from GrGLProgram::genStageCode...
2011-10-19 reed@google.comadd SK_API to our malloc functions
2011-10-19 bsalomon@google.comEnsure all vertex attributes (except zero that we alway...
2011-10-18 reed@google.comoops, init fSize to 0 before calling resize
2011-10-18 reed@google.comadd OnShrink options to SkAutoMalloc
2011-10-18 reed@google.comremove unused optional param to SkAutoMalloc
2011-10-18 reed@google.commove SkAutoMaskFreeImage from SkMaskFilter.h to SkMask.h
2011-10-18 reed@google.com(re)add SkMask::getAddr() which now checks its pixel...
2011-10-18 reed@google.comrename SkMask::getAddr to getAddr8, to match the specif...
2011-10-18 bsalomon@google.comSet stage params in program descriptor to canonical...
2011-10-18 reed@google.comfix warning (add default in switch)
2011-10-18 reed@google.commove LCD blits into opts, so they can have assembly...
2011-10-18 reed@google.comchange text bench to measure text blit speed
2011-10-18 reed@google.comadd tests for read/writePackedUInt, and fix a bug there.
2011-10-17 vandebo@chromium.orgHandle failure of GetAdvancedTypefaceMetrics gracefully...
2011-10-13 reed@google.comcommit http://codereview.chromium.org/8274009/
2011-10-13 reed@google.comadd FillIRect variant that takes a rasterclip
2011-10-13 reed@google.comupdate to use new api (offset -> translate)
2011-10-13 reed@google.comcheckpoint -- more support changes for soft clipping
2011-10-13 bsalomon@google.commove utils/SkEGLContext to gpu/SkGLContext, some gpu...
2011-10-12 reed@google.comadd rasterclip entrypoints for scan converting paths
2011-10-12 reed@google.comtrim off extra alpha==0 spans before and after our...
2011-10-12 bsalomon@google.comMove gpu/include/* to include/gpu and gpu/src/* to...
2011-10-12 bsalomon@google.comSet SDK for Mac build to 10.6, ignore gyp/build, fixup...
2011-10-12 bsalomon@google.comRebaseline win fixed. (shadertext images were long...
2011-10-12 reed@google.comremove these (they need to be rebaselined)
2011-10-12 bsalomon@google.comRebase linux for gpu xfer mode changes
2011-10-12 bsalomon@google.comRebase mac pro for gpu xfer mode changes
2011-10-12 reed@google.comforgot explicit return statements
2011-10-12 bsalomon@google.comGpu blend optimizations, handle more xfer modes with...
2011-10-12 reed@google.comupdate to new api for doAA
2011-10-12 reed@google.comuse SkRasterClip inside canvas (check-point for soft...
2011-10-12 reed@google.comseparate SkBlitMask decl into its own header
2011-10-12 reed@google.comadd bool arg to clipRect and clipPath
2011-10-12 reed@google.comadd bool argument to canvas' clipRect and clipPath...
2011-10-11 bsalomon@google.comFix per-vertex coverage on Macs with aligned attrib bug
2011-10-11 reed@google.comuse ATSFontRef for our unique ID. Much more stable...
2011-10-11 reed@google.comadd SkRasterClip
2011-10-11 reed@google.comfix warnings (failed to return a bool)
2011-10-11 reed@google.comadd op(rgn, op)
2011-10-11 reed@google.comchange getLastPt to return a bool
2011-10-10 reed@google.comadd getTotalClipBounds() as a partial replacement for...
2011-10-10 reed@google.comadd experimental wrapper for region+aaclip
2011-10-10 reed@google.comadd setRegion and doAA parameter to setPath
2011-10-10 reed@google.comadd baselines
2011-10-10 suyang1Bug fixes:
2011-10-10 reed@google.comadd SkAAClip.cpp
2011-10-10 reed@google.comadd sample for clipping
2011-10-10 bsalomon@google.comAdd semicolon back that was accidentally deleted in...
2011-10-10 bsalomon@google.comMake a bunch of GrPrintfs be debug-only
2011-10-10 bsalomon@google.comWhen we're not using the NULL buffer data hint update...
2011-10-10 reed@google.comexplicitly set opt level for mac-release
2011-10-10 bsalomon@google.comAdd baselines for linux aarectmodes and some missing...
2011-10-10 bsalomon@google.comAdd per-vertex coverage field, use in AA rects when...
2011-10-10 bsalomon@google.comFixed signed/unsigned comparison warnings in empty...
2011-10-10 bungeman@google.comMac does not like empty projects.
2011-10-10 bungeman@google.comAdd xps device to skia.
2011-10-10 reed@google.comimplement region-ops
2011-10-07 bungeman@google.comSetting perspective in fixed point.
2011-10-07 bungeman@google.comDon't let templates live in shadows.
2011-10-07 bungeman@google.comSeparate code paths of SkTArray at compile time.
2011-10-07 bsalomon@google.comFix more VS2010 warnings.
2011-10-07 bsalomon@google.comAdd newlines to debug error strings
2011-10-07 bsalomon@google.comDirectly assign glBindTexture in windows gl interface...
2011-10-06 reed@google.comrebaseline
2011-10-06 reed@google.comupdate baseline
2011-10-06 reed@google.comfix scalar=fixed for the new tests
2011-10-06 reed@google.comadd SkAlphaBlend255
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...
next