platform/upstream/libSkiaSharp.git
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
2012-06-12 robertphillips... Reverting r4239 & r4240
2012-06-12 reed@google.compass -fArray[i] instead of fArray[i], to skip a compile...
2012-06-12 reed@google.comadd bench for SkScalarIsFinite
2012-06-12 robertphillips... Compiler complaints + some minor cleanup
2012-06-12 reed@google.comadd readPtr and writePtr to SkReader32 and SkWriter32
2012-06-12 djsollen@google.comMove SkColorTable into its own header and reduce includ...
2012-06-12 junov@chromium.orgAdding the render_pictures test tool
2012-06-12 junov@chromium.orgAdding API to GrTexture to reset cached texture paramet...
2012-06-12 robertphillips... Split GrContext's AA Rect drawing methods into helper...
2012-06-11 reed@google.comremove SK_CAN_USE_FLOAT (deprecated)
2012-06-11 tomhudson@google.comDisable morphology benchmarks on fixed point builds.
2012-06-11 tomhudson@google.comDilate & Erode benchmarks. Unlike the blur benchmarks...
2012-06-11 reed@google.comfix missing switch-statement handler (for conical gradient)
2012-06-11 reed@google.comnew baselines for new test (pathinvfill). PDF and GPU...
2012-06-11 reed@google.comBetter fix for rev. 4214 (inverse-fill and clipping...
2012-06-11 scroggo@google.comRegister Two_Point_Conical_Gradient for flattening.
2012-06-11 bsalomon@google.comfix include name (masked by case insensitiviy on windows)
2012-06-11 bsalomon@google.comfix SkNWayCanvas cons call again.
2012-06-11 bsalomon@google.comFix SkNWayCanvas cons call when creating null canvas.
2012-06-11 bsalomon@google.comFix Fixed-Point build by changing static_assert around...
2012-06-11 bsalomon@google.comAdd SK_API to null canvas create method
2012-06-11 bsalomon@google.comNull canvas
2012-06-11 bsalomon@google.comTowards NV path rendering
2012-06-11 tomhudson@google.comManually unroll loop in convolution (blur) - most GL...
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
next