platform/upstream/libSkiaSharp.git
2012-06-26 reed@google.comremove bogus SkViewFactory reference
2012-06-26 reed@google.comadd dump for SkWStream inst-leaks
2012-06-26 reed@google.commore SkInstCnt plumbing
2012-06-26 reed@google.comshow # of unknown subclasses in dump
2012-06-26 tomhudson@google.comIn GrBatchedTextContext, use GrSafeSetNull(), for more...
2012-06-26 reed@google.commore SkInstCnt plumbing
2012-06-26 reed@google.comadd more SkInstCnt plumbing
2012-06-26 borenet@google.comRe-enable gm fontscaler for Android
2012-06-26 reed@google.comstick SkInstCnt in more classes, to help track down...
2012-06-26 djsollen@google.comCleanup flattening code to properly serialize lighting...
2012-06-26 tomhudson@google.comReduce iteration count on picture_playback benchmarks...
2012-06-26 robertphillips... Reverting r4324
2012-06-25 bsalomon@google.comBaseline images for msaa complexclip tests
2012-06-25 borenet@google.comTemporarily disable failing GM tests on Android
2012-06-25 scroggo@google.comRegister some flattenable factories.
2012-06-25 epoger@google.comAdd -o option to bench_graph_svg.py: write the output...
2012-06-25 tomhudson@google.comDisable assert blocking DEPS roll. This is a sanity...
2012-06-25 reed@google.comif bounds don't intersect in DIFF mode, just return...
2012-06-25 epoger@google.comskdiff: no longer skip .pdf files by default
2012-06-25 bsalomon@google.comFix crash when buidling with no deferred drawing in...
2012-06-25 bsalomon@google.comFix the stencil rules to perfom an rdiff with an invers...
2012-06-25 bsalomon@google.comAdd header needed to use the SWAP_PER_DRAW debug facili...
2012-06-25 tomhudson@google.comAdd GrPaint::*StageEnabled() and GrDrawState::stageEnab...
2012-06-25 robertphillips... Enable Scratch texture detach in SW path renderer's...
2012-06-25 djsollen@google.comFix metrics test to no longer include the cpp.
2012-06-25 tomhudson@google.comSimplify vertex layout bitfields by making Position...
2012-06-25 robertphillips... Reverting r4319
2012-06-25 robertphillips... Enable Scratch texture detach in SW path renderer's...
2012-06-25 reed@google.comexport flags on the state of the world when a picture...
2012-06-25 bungeman@google.comRemove multi-byte character constants.
2012-06-25 djsollen@google.com[android] Add an API to load customized font config...
2012-06-25 tomhudson@google.comFix misplaced return in GrDrawState::stageDisabled().
2012-06-22 senorblanco... Raster implementation of diffuse and specular lighting...
2012-06-22 tomhudson@google.comExtend texture release on GrDrawState to also handle...
2012-06-22 twiz@google.comAdding files skipped from previous patch: code.google...
2012-06-22 reed@google.comrebaseline after recent aa-clipping fix on gpu
2012-06-22 twiz@google.comRefactoring in preparation for adding the picture bench...
2012-06-22 bsalomon@google.comRevert #if 0ed out code accidentally committed as part...
2012-06-22 reed@google.comExpand header in serialized pictures
2012-06-22 reed@google.comchange gm option from -config to --config, to match...
2012-06-22 bsalomon@google.comRevert r4287. Large numbers of textures created by...
2012-06-22 junov@chromium.orgRemoving redundant calls to GEN_ID_INC_EVAL in SkPaint.cpp
2012-06-22 robertphillips... Image rebaseline for r4303
2012-06-22 robertphillips... Fix clipping of ovals on top & right
2012-06-22 reed@google.comadd PictInfo chunk to serialized pictures
2012-06-22 robertphillips... AutoScratchTexture can now release its texture and...
2012-06-22 bsalomon@google.comMove GrTemplates.h to src
2012-06-22 bsalomon@google.comMinor GrStencilSettings cleanup
2012-06-22 robertphillips... Altered GrDrawState to always ref texture and render...
2012-06-22 epoger@google.comanother whitespace change to trigger buildbots, now...
2012-06-22 epoger@google.comWhitespace change to trigger all buildbots
2012-06-21 epoger@google.comAdd empty directories to hold expected GM images for...
2012-06-21 robertphillips... Add GrSurface parent class above GrTexture & GrRenderTarget
2012-06-21 robertphillips... Expanded distribution of instance counting
2012-06-21 robertphillips... Fixed two bugs in SW-only clip mask generation
2012-06-21 bsalomon@google.comRecord pixel ref's gen ID in picture
2012-06-21 bsalomon@google.comMake GrClipMaskManager configure the stencil and scisso...
2012-06-21 bsalomon@google.comRemove count budget from resource cache
2012-06-21 reed@google.comrebaselines after dashing fix to gpu
2012-06-20 reed@google.comlanding mirror of https://codereview.appspot.com/6304098/
2012-06-19 bsalomon@google.comAdd GrMemoryPool as a helper to override operators...
2012-06-19 tomhudson@google.comFix memory leaks.
2012-06-19 reed@google.comlanding codereview.appspot.com/6306095/ by guanqun
2012-06-19 bsalomon@google.comfix incorrect GPU rendering for path inverse fill when...
2012-06-19 bsalomon@google.comFixed compile warning in SkOSWindow_unix.cpp
2012-06-18 epoger@google.comRemove linux_shared from list of trybots to run, becaus...
2012-06-18 caryclark@google.comadd missing dependency
2012-06-18 reed@google.comadd MS UI GOTHIC to list of bad fonts.
2012-06-18 bsalomon@google.comStore clip mask location in GrClipMaskManager as a...
2012-06-18 bsalomon@google.comGPU would ignore the path effect when its stroke is...
2012-06-18 bsalomon@google.comfix gl error of 'invalid enum' from GL_COLOR_TABLE
2012-06-18 bsalomon@google.comshow meaningful GL error strings during debugging
2012-06-15 bsalomon@google.comAvoid un-necessary re-calculations of width in for...
2012-06-15 bsalomon@google.comGive GrClipMaskManager a GrGpu*
2012-06-15 bsalomon@google.comRemove unused function left in GrGLProgram.cpp
2012-06-15 reed@google.comadd test for code.google.com/p/chromium/issues/detail...
2012-06-15 bsalomon@google.comSuppress annoying printf in GM when MSAA is not supported.
2012-06-15 reed@google.comadd more font names to our extra-bottom-space hack
2012-06-15 bsalomon@google.comAdd strings to debug/null interfaces glGetString
2012-06-15 bsalomon@google.comTLS GrContext count
2012-06-15 robertphillips... Use GrAARectRenderer in GPU AA clip mask generation
2012-06-15 borenet@google.comRevert r4259
2012-06-15 borenet@google.comSerialize by Default
2012-06-14 reed@google.comtools/pinspect: quick tool to inspeact the header ...
2012-06-13 reed@google.comhttp://codereview.appspot.com/6307089
2012-06-13 reed@google.comFix calling (and checking) the decal_ functions when...
2012-06-13 robertphillips... Version 2 of the Instance Counting system. This one...
2012-06-13 robertphillips... releaseTextures portion of GrDrawState Ref textures...
2012-06-13 schenney@chromium.orgReally fix the build.
2012-06-13 djsollen@google.comAdd BSON implementation to third_party
2012-06-13 djsollen@google.comAdd JSON dependency to build.
2012-06-13 tomhudson@google.comRemove local variable from GrConvolutionEffect GLSL...
2012-06-13 scroggo@google.comFor SkGPipe, store bitmaps in a common location.
2012-06-13 schenney@chromium.orgSpeculative build fix. Tests do not fail locally.
2012-06-13 schenney@chromium.orgFix the problem of rendering closePath not properly...
2012-06-13 tomhudson@google.comSplit two-point radial gradient parameters into two...
2012-06-13 bsalomon@google.comNV PR spec update to function param, use GrGL typedefs...
2012-06-13 reed@google.comfaster SkScalarIsFinite()
2012-06-13 robertphillips... Added Texture desc to render target
2012-06-13 reed@google.comfix bogus assert
next