platform/upstream/libSkiaSharp.git
2012-06-09 mike@reedtribe.orgfix typo: fA is dx^2 + dx^2 - dr^2, not dx^2 - dy^2...
2012-06-08 bsalomon@google.comRemove glBlendEquation and glColorPointer
2012-06-08 djsollen@google.comRename the existing flatten(void*) methods.
2012-06-08 reed@google.comDetect inverse-fill, and treat its bounds as huge ...
2012-06-08 scroggo@google.comAdd a tiled pipe mode to SampleApp.
2012-06-08 robertphillips... Fix for r4201 performance regression (code.google.com...
2012-06-08 bsalomon@google.comCall flushMiscFixedFunctionState (D'oh!)
2012-06-07 bsalomon@google.comAdd SkPath::getVerbs/countVerbs
2012-06-07 caryclark@google.comshape ops work in progress
2012-06-07 reed@google.comextend asAGradient for Conical type (to be implemented...
2012-06-07 bsalomon@google.comMake SkPath::RawIter require a non-NULL pts pointer.
2012-06-07 scroggo@google.comAdd the ability to specify config to GM.
2012-06-07 reed@google.comoptimize quad-root for conical gradients
2012-06-07 reed@google.comadd bench for conical Gradient
2012-06-07 bsalomon@google.comFix dumb bug in checking gl interface validation agains...
2012-06-07 robertphillips... Move clientID into texture desc
2012-06-06 scroggoFix the build for GM.
2012-06-06 scroggo@google.comAdd tiled rendering as an option to GM.
2012-06-06 bsalomon@google.comSearch and replace change. Some Gr enum value names...
2012-06-06 reed@google.comAdd new gradient to support HTML Canvas2D two-point...
2012-06-06 scroggo@google.comReenable running samplerstress GM in pipe mode.
2012-06-06 bsalomon@google.comRemove gpu stats tracking
2012-06-06 bsalomon@google.comfix bug in GrGLInterface validation added in r4192
2012-06-06 bsalomon@google.comAdd GL function pointers for GL_NV_path_rendering
2012-06-06 caryclark@google.comone more warning suppressed (make unused code
2012-06-06 caryclark@google.comTurn more warnings on, including
2012-06-06 caryclark@google.comfix warnings on Mac in src/animator
2012-06-06 caryclark@google.comfix warnings on Mac in bench
2012-06-06 caryclark@google.comfix warnings on Mac in experimental
2012-06-06 caryclark@google.comfix warnings on Mac in miscellaneous files
2012-06-06 caryclark@google.comfix warnings on Mac in gm
2012-06-06 caryclark@google.comfix warnings on Mac in src/opts
2012-06-06 caryclark@google.comfix warnings on Mac in ssamplecode
2012-06-06 caryclark@google.comfix warnings on Mac in src/core
2012-06-06 caryclark@google.comfix warnings on Mac in src/effects
2012-06-06 caryclark@google.comfix warnings on Mac in src/gpu and include/gpu
2012-06-06 caryclark@google.comfix warnings on Mac in src/images
2012-06-06 caryclark@google.comfix warnings on Mac in src/pdf
2012-06-06 caryclark@google.comfix warnings on Mac in src/pipe
2012-06-06 caryclark@google.comfix warnings on Mac in src/views
2012-06-06 caryclark@google.comfix warnings on Mac in tests
2012-06-06 caryclark@google.comshape ops work in progress
2012-06-05 bsalomon@google.comMove stencil param adjustment to GrClipMaskManager...
2012-06-05 reed@google.comrebaseline after filtered-gradients-gpu change
2012-06-05 robertphillips... Instance counting for SkRefCnt-derived objects (w/...
2012-06-05 borenet@google.comSupport Mac-Android Cross-Compilation
2012-06-05 reed@google.comtemporary avoid zero-divide (to avoid assert in fixedpo...
2012-06-05 reed@google.comtemporary:
2012-06-05 robertphillips... Reverting r4162
2012-06-05 reed@google.comadd gm (no images yet) for two-point-radial gradients
2012-06-05 robertphillips... Added instance counting system for SkRefCnt-derived...
2012-06-05 bsalomon@google.comMove stuff from protected to private in GrGpuGL
2012-06-05 scroggo@google.comFix an issue where Pipe did not draw correctly
2012-06-05 robertphillips... Added missing #include in SkGlobalInitialization_defaul...
2012-06-05 robertphillips... Fix for compiler error in r4154
2012-06-05 robertphillips... Fixed flattening of SkStippleMaskFilter
2012-06-05 bsalomon@google.comMac mini lion rebaselines from r4152
2012-06-04 bsalomon@google.comRebaseline GPU gradient GMs due to r4151.
2012-06-04 bsalomon@google.comAlways filter gradient textures
2012-06-04 bsalomon@google.comRemove cached texture width/height that was used by...
2012-06-04 bsalomon@google.comremove 4x4 downsample filter mode
2012-06-04 robertphillips... GrTexture can now create its own cache key
2012-06-04 reed@google.comchange gm to use concat instead of setMatrix, so we...
2012-06-04 tomhudson@google.comClean up likely reference leak in Ganesh custom stages.
2012-06-04 reed@google.comrebaselined w/ new (high-fidelity-asColorMatrix) colorm...
2012-06-04 bsalomon@google.comBreak up GrGpuGL::flushGLCommonState
2012-06-04 reed@google.comremove mutable apis on SkColorMatrixFilter, must use...
2012-06-04 bsalomon@google.commove texture flush and param update to separate function
2012-06-04 reed@google.comremove public function-ptr based colorfilter
2012-06-04 scroggo@google.comTurn off pipe playback in GM by default.
2012-06-04 scroggo@google.comMake the GM tool run GMs through an SkGPipe.
2012-06-04 djsollen@google.comchange static variable to #define
2012-06-04 djsollen@google.comAdd legacy script to enable skia roll into chromium.
2012-06-04 bsalomon@google.comRevert r4134 due to bot failures
2012-06-04 robertphillips... Fixed Linux compiler complaints
2012-06-04 bsalomon@google.comMove GrGpuGL::programUnitTest into its own file
2012-06-04 robertphillips... Move texture descriptor into GrTexture
2012-06-04 reed@google.com--pictureDir foo will load serialized pictures <>.skp...
2012-06-02 mike@reedtribe.orgadd -wp option to write serialized pictures to the...
2012-06-01 junov@chromium.orgAdding option to serialize mutable bitmaps in SkPicture
2012-06-01 tomhudson@google.comFlip the switch to turn on GrCustomStage implementation...
2012-06-01 tomhudson@google.comFix GrSamplerState::operator=() to take a reference...
2012-06-01 bungeman@google.comVC++ allows template parameter shadowing.
2012-06-01 bungeman@google.comSerialize support for GDI.
2012-06-01 reed@google.comread/write sfnt-data length, to match convetion of...
2012-06-01 bsalomon@google.comMove GrGpuGL::programUnitTest into its own file
2012-06-01 bsalomon@google.comMove max vertex attributes value to GL Caps
2012-06-01 bsalomon@google.comRemove dirty flags from GrGpuGL state flush
2012-06-01 bsalomon@google.comSkBool8 -> bool to suppress warning (verbal LGTM from...
2012-06-01 bsalomon@google.comSuppress dumb warning.
2012-06-01 caryclark@google.comshape ops work in progress
2012-06-01 caryclark@google.comshape ops work in progress
2012-06-01 reed@google.comuse SkFontDescriptor on mac
2012-06-01 tomhudson@google.comClean up duplicate code in Ganesh, moving more function...
2012-06-01 bungeman@google.comRemove 'legacy' font descriptor methods.
2012-06-01 djsollen@google.comStore font family when serializing android fonts.
2012-06-01 bsalomon@google.comMove GrGpuGL::ProgramCache declaration to header
2012-06-01 tomhudson@google.comPunctuation cleanup to satisfy idiosyncracies of OpenBS...
2012-06-01 djsollen@google.comUpdate the implementation of SkTypeface_android.h funct...
2012-05-31 reed@google.comadd more names to fontdescriptor
next