- ecf9875 Turn SkTaskGroups back on. by mtklein · 10 years ago
- db8d0e5 Manually load CONDITION_VARIABLE methods on Windows, checking for failure (XP). by mtklein · 10 years ago
- 615c593 move SkTextBox into utils by reed · 10 years ago
- 87a94eb Rename and clarify semantics of GrContext::resolveRenderTarget. by bsalomon · 10 years ago
- a702415 Temporary fix to remove drawrect call from GpuGL by joshualitt · 10 years ago
- ada68ef Improve quality of distance field rendering by jvanverth · 10 years ago
- a6ca5a0 Detect Mesa OpenGL ES by derekf · 10 years ago
- 0537f29 Revert changes to GrContext::resolveRenderTarget by bsalomon · 10 years ago
- d239d42 Add comments to SkRecordDraw to help people follow. by danakj · 10 years ago
- 50408ad Test factory uses the inorder draw buffer by joshualitt · 10 years ago
- 89c6298 Don't allow renderTarget==NULL to GrContext::clear() and friends. by bsalomon · 10 years ago
- bcaefb0 Remove GrGLTexID by bsalomon · 10 years ago
- 37b4d86 Force input coverage to be only a byte in gpu shaders. by egdaniel · 10 years ago
- 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 10 years ago
- 4d52afe Shrink saveLayer device bounds when it supplies an explicit bounds and has a complex paint by robertphillips · 10 years ago
- 66cad76 Always enable layer hoisting in Skia by robertphillips · 10 years ago
- a393127 Revert of Temporary fix to remove drawrect call from GpuGL (patchset #6 id:90005 of https://codereview.chromium.org/694933002/) by joshualitt · 10 years ago
- d4a5c20 Temporary fix to remove drawrect call from GpuGL by joshualitt · 10 years ago
- 5c55fef GrContext no longer ever draws on Gpu by joshualitt · 10 years ago
- 92e496f Beginning to refactor nvpr code by joshualitt · 10 years ago
- 2faa228 Some distance field text optimizations. by jvanverth · 10 years ago
- b9e8230 Revert of GrContext no longer ever draws on Gpu (patchset #7 id:120001 of https://codereview.chromium.org/683733005/) by joshualitt · 10 years ago
- 7a75e52 GrContext no longer ever draws on Gpu by joshualitt · 10 years ago
- e9f7fbf Revert of Turn SkTaskGroups back on. (patchset #1 id:1 of https://codereview.chromium.org/687263007/) by mtklein · 10 years ago
- 3bdd7dc small fix for cache clear by joshualitt · 10 years ago
- c17c658 SK_USE_SCALED_FONTMETRICS for correct scaling by reed · 10 years ago
- 8b602dd Objects should be unrefed instead of deleted by sugoi · 10 years ago
- 38406c8 Cleanup: Go with SkDebugf instead of GrPrintf. by tfarina · 10 years ago
- ed3af66 Use Color Processor for color bitmap text draws on gpu. by egdaniel · 10 years ago
- 2100c5e Turn SkTaskGroups back on. by mtklein · 10 years ago
- d8aa7b7 Upgrade GPUOptimize by robertphillips · 10 years ago
- 9bde31e Trying to be consistent when members are allowed to be NULL by sugoi · 10 years ago
- 058f01e Cleanup conversion that the new NDK compiler tries to over optimize. by djsollen · 10 years ago
- 0882fdc Add return value on GrRecordReplaceDraw by robertphillips · 10 years ago
- 189fc98 Fix member variable naming by robertphillips · 10 years ago
- 967937c Combine nameFontStyleProc and FindByNameStyle. by bungeman · 10 years ago
- a41d3c3 Make RTree handle the case where the playback canvas has empty clip bounds by junov · 10 years ago
- 225a627 Fix bug in aggressive layer cache purging by robertphillips · 10 years ago
- a3a706f Cleanup android to ensure it can compile with clang by djsollen · 10 years ago
- f037e0b allow SkUserConfig.h to control NOGPU by reed · 10 years ago
- 789e327 tell our grcontext to abandon its backend by reed · 10 years ago
- 6500760 Revert of scale xmin and xmax for FontMetrics (patchset #1 id:1 of https://codereview.chromium.org/685153004/) by robertphillips · 10 years ago
- 7f36ae1 Disable SkTaskGroup in SkMultiPictureDraw temporarily. by mtklein · 10 years ago
- b61283f Support multiple scales for dfpaths. by jvanverth · 10 years ago
- 7a6184f cleanup reentrance logic in CMM by joshualitt · 10 years ago
- ed167ac Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset #5 id:80001 of https://codereview.chromium.org/680363003/) by mtklein · 10 years ago
- 67c7120 use SkTaskGroup::batch by reed · 10 years ago
- c51add6 Use SkTypeface::getBounds() in bounding-box calculations. by mtklein · 10 years ago
- e71cd54 SkTaskGroup::batch(fn, args, N) by mtklein · 10 years ago
- 4ab5a90 Discard atlas after every MultiPictureDraw::draw by robertphillips · 10 years ago
- 79c276e scale xmin and xmax for FontMetrics by reed · 10 years ago
- 7316b10 Revert of scale xmin/xmax etc in fontmetrics (patchset #1 id:1 of https://codereview.chromium.org/690533004/) by bungeman · 10 years ago
- b15b4c1 Separate out GrSurfaceConfig's fields from other structs used to create GrGL* subclasses of GrSurface. by bsalomon · 10 years ago
- 9c30ea4 remove now unused (by Chrome) ifdef by humper · 10 years ago
- 89889b6 MultiPictureDraw is taskgroup aware. SampleApp is multipicturedraw aware. by reed · 10 years ago
- 8f3937d Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
- 329bf48 BUG=skia: by joshualitt · 10 years ago
- fa49471 SkTaskGroup::add(fn, arg) by mtklein · 10 years ago
- 6db519c clear stencil clip on draw target by joshualitt · 10 years ago
- 27f965a Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset #3 id:40001 of https://codereview.chromium.org/680363003/) by mtklein · 10 years ago
- 9f36b87 Revert of Discard atlas after every MultiPictureDraw::draw (patchset #4 id:60001 of https://codereview.chromium.org/678403002/) by robertphillips · 10 years ago
- bf8dc34 Use SkTypeface::getBounds() in bounding-box calculations. by mtklein · 10 years ago
- 6d5b545 Discard atlas after every MultiPictureDraw::draw by robertphillips · 10 years ago
- f8c2fef scale xmin/xmax etc in fontmetrics by reed · 10 years ago
- 79f8fae OptState owns program descriptor by joshualitt · 10 years ago
- 14df833 Extend SkFontMgr_Custom to cover ttc, otf, pfb. by bungeman · 10 years ago
- f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
- 32501a1 Revert of Extend SkFontMgr_Custom to cover ttc, otf, pfb. (patchset #2 id:20001 of https://codereview.chromium.org/672723002/) by bungeman · 10 years ago
- 5ae89d1 Removing dead code from CanvasTest by piotaixr · 10 years ago
- 6d22eca Distance field path optimizations and clean up. by jvanverth · 10 years ago
- 27c46a0 Revert of harden pathops for pathological test (patchset #19 id:410001 of https://codereview.chromium.org/633393002/) by hcm · 10 years ago
- ee0c2e4 Extend SkFontMgr_Custom to cover ttc, otf, pfb. by bungeman · 10 years ago
- 6f726ad These tests stress pathops by describing the union of circle-like paths that have tiny line segments embedded and double back to create near-coincident conditions. by caryclark · 10 years ago
- 0e60282 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
- 98102a8 Revert of Patch to remove constant attributes (patchset #8 id:120002 of https://codereview.chromium.org/678073005/) by joshualitt · 10 years ago
- b44293e aa rect renderer takes a gpu on construction by joshualitt · 10 years ago
- e5909d3 Override SkCanvas::drawImage[Rect]() in SkProxyCanvas by piotaixr · 10 years ago
- 95f5194 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
- fd61ed0 Alter layer hoisting to only hoist layers for one canvas at a time by robertphillips · 10 years ago
- a703b84 Add Geometry processor to srcAlphaWillBeOne check. by egdaniel · 10 years ago
- 4396fa5 Revert of Use approximate scratch textures for image filters. (patchset #2 id:20001 of https://codereview.chromium.org/679113004/) by hcm · 10 years ago
- d0f1969 Revert of Fix bounds computation of all 0-input filters. (patchset #2 id:20001 of https://codereview.chromium.org/681643003/) by hcm · 10 years ago
- 9f2825f Revert of Patch to remove constant attributes (patchset #6 id:100001 of https://codereview.chromium.org/678073005/) by joshualitt · 10 years ago
- 84c94c0 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
- 77b1307 Scissor rect on drawinfo by joshualitt · 10 years ago
- 50a1405 Use approximate scratch textures for image filters. by bsalomon · 10 years ago
- ba036cc Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
- a9a80e5 Revert of Use approximate scratch textures for image filters. (patchset #1 id:1 of https://codereview.chromium.org/679113004/) by bsalomon · 10 years ago
- c6327a8 stuff by bsalomon · 10 years ago
- 96c6068 Use approximate scratch textures for image filters. by bsalomon · 10 years ago
- 5f6094a Match language tags by prefix on Android. by bungeman · 10 years ago
- 535e3b2 Fix the way we patch up the matrix for scaled images that aren't clamp/clamp by humper · 10 years ago
- 4477c3c Cut down SkBBH API more. by mtklein · 10 years ago
- 13f701a Allow index sources to be unpremul. by scroggo · 10 years ago
- a58fe35 Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
- 3a0cfeb Revert of Clip mask manager sets stencil on draw type (patchset #3 id:40001 of https://codereview.chromium.org/676983003/) by joshualitt · 10 years ago
- 7afb5aa Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
- c830677 In SkPDFDocumentToBitmap, use SkCreateDataProviderFromStream by halcanary · 10 years ago
- 86217d8 add saveLayer to lua by reed · 10 years ago
- d3de40d bug fix for k1 TBR= BUG=skia: by joshualitt · 10 years ago