- f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
- 53b9e2e add const to encodePixels pixel parameter by reed · 10 years ago
- 438b0d7 Enable new gradients + suppress gms for now by reed · 10 years ago
- 1348dfd Cleanup: Remove a bunch of SkFontHost.h includes (unused). by tfarina · 10 years ago
- 1334c21 One more pass at getting half float texture configs correct. by jvanverth · 10 years ago
- 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
- 220f926 use conics by reed · 10 years ago
- 88640cf SkMatrix44(const SkMatrix&) needs to initialize the type mask by fs · 10 years ago
- 478dd72 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
- 86f0328 Revert of Fix layer hoisting image filter corner cases (patchset #3 id:40001 of https://codereview.chromium.org/803183003/) by robertphillips · 10 years ago
- 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
- 702eb96 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
- 9a5380d Revert of Use SkPaint::getFontBounds() for text bounding boxes in pictures. (patchset #1 id:1 of https://codereview.chromium.org/805983003/) by mtklein · 10 years ago
- 02d2b98 Use SkPaint::getFontBounds() for text bounding boxes in pictures. by mtklein · 10 years ago
- f9d6101 There can be only one (SkRandom)! by scroggo · 10 years ago
- 5bcbe91 Fix rrects that are large enough that we lose/gain a bit when we add the radius to a bounds coordinate. by reed · 10 years ago
- 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
- 7534cf1 ensure 4-byte alignment for storage, as SkWriterBuffer requires it by reed · 10 years ago
- 451e822 add get9 and set9 to matrix, to aid in making keys by reed · 10 years ago
- 43893e4 GLPrograms leak fix by joshualitt · 10 years ago
- fbaace0 DM warning-free on win64 by bsalomon · 10 years ago
- 9880607 Even more win64 warning fixes by bsalomon · 10 years ago
- 1607156 Handle SkBitmaps which have no pixels in SkPDFImage. by jbroman · 10 years ago
- f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
- 59dba14 SkRecord: increase min block to 512B, remove max. by mtklein · 10 years ago
- a60b2ea Fix float and half float support on mobile. by jvanverth · 10 years ago
- b5f4961 Fix GpuLayerCacheTest compile error by kkinnunen · 10 years ago
- 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
- c230414 Create xfer processor backend. by egdaniel · 10 years ago
- 895c43b Replace EncodeBitmap with an interface. by scroggo · 10 years ago
- 7bc0b42 update test after I added a clip call, making the count odd by reed · 10 years ago
- 2ff1fce Defer saves() until they're needed by reed · 10 years ago
- 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 10 years ago
- 8c0f615 Revert of Remove GP from drawstate, revision of invariant output for GP (patchset #9 id:160001 of https://codereview.chromium.org/791743003/) by joshualitt · 10 years ago
- c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
- 96472de dd readPixels to SkImage by reed · 10 years ago
- c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
- 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
- 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
- 67f2eb4 fix surface test for gpu and codecs by reed · 10 years ago
- a8918a0 Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul (patchset #3 id:40001 of https://codereview.chromium.org/790733003/) by reed · 10 years ago
- 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
- 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
- a8b326c change SkPoint::setLength to set itself to (0,0) if it starting length is degenerate. by reed · 10 years ago
- 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
- 3030445 Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of https://codereview.chromium.org/784643002/) by scroggo · 10 years ago
- 02b217f Replace EncodeBitmap with an interface. by scroggo · 10 years ago
- c0708cb Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of https://codereview.chromium.org/784643002/) by robertphillips · 10 years ago
- 0c4aba6 Replace EncodeBitmap with an interface. by scroggo · 10 years ago
- 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
- 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
- d3d1a98 add convexity logic and tests for scalar max, Inf, and NaN by caryclark · 10 years ago
- 28f9c60 Add support for half float alpha textures. by jvanverth · 10 years ago
- eb2a676 Remove backend factories by joshualitt · 10 years ago
- dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
- c88ceda Fix up RecordReplaceDrawTest memory leak. by mtklein · 10 years ago
- 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
- f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
- 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
- e99d499 Fuse GrReplacements and GrLayerCache by robertphillips · 10 years ago
- 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
- af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
- 3729469 Change clear() to respect the clip by reed · 10 years ago
- d476a17 Remove PDF JPEG shortcut, since it fails on grayscale JPEGs. by halcanary · 10 years ago
- 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
- 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
- 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
- 01d6e5f Use variable length key (rather than accumulated matrix) as save layer hoisting key by robertphillips · 10 years ago
- 9367992 Add float-to-half (binary16) conversion functions. by jvanverth · 10 years ago
- f0090cb add basic tests for save/restore counting by reed · 10 years ago
- 267ce48 remove proc key by joshualitt · 10 years ago
- b116619 Sk4x_sse.h by mtklein · 10 years ago
- a2c2323 Remove GrSurface::isSameAs by bsalomon · 10 years ago
- 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
- afa278e more c by reed · 10 years ago
- 1bdfd3f option to return drawable from recording by reed · 10 years ago
- bbb61d7 make SkRefCnt::getRefCnt() debug-only, remove it from SkNVRefCnt. by mtklein · 10 years ago
- 19cd0f1 Revert "Use scratch keys for stencil buffers." by bsalomon · 10 years ago
- 90d0ff0 add some debugging to SkNVRefCnt by reed · 10 years ago
- 4e4303f Cleanup res cache bench and split out into a unit test. by bsalomon · 10 years ago
- 04c9695 Remove Picture deletion listeners. by mtklein · 10 years ago
- 932f866 Create GrOptDrawState directly in the cmd buffer in GrIODB. by bsalomon · 10 years ago
- 77d77f4 Add pop_back to GrTRecorder.h by bsalomon · 10 years ago
- 4af267b add SkImage::newSurface by reed · 10 years ago
- 19996ed Small changes to get things building and running on Linux/ARM. by mtklein · 10 years ago
- 8ebaa71 Revert of SkCanvas::clear() should call down to devices even when the clip is empty. (patchset #1 id:1 of https://codereview.chromium.org/735233003/) by fmalita · 10 years ago
- 2d97bc1 Disable LCD text explicitly in SkPictureImageFilter::onFilterImage() by fmalita · 10 years ago
- b03c4a3 Don't use NULL GrOptDrawState to indicate that draw should be skipped. by bsalomon · 10 years ago
- 08d1fcc Add SkNVRefCnt, prune down SkPicture's size by mtklein · 10 years ago
- 378e70d SkCanvas::clear() should call down to devices even when the clip is empty. by mtklein · 10 years ago
- 7cc1a34 Make sure pictures draw Clears even when the clip is empty. by mtklein · 10 years ago
- 158fcaa Implement SkPicture::bytesUsed() for SkRecord backend by tomhudson · 10 years ago
- 54e0c12 scissor state on optstate by joshualitt · 10 years ago
- ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
- 78e2768 Allow pictures to have a full bounds by reed · 10 years ago
- 7c4cdd2 Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https://codereview.chromium.org/736583004/) by reed · 10 years ago
- 7e76bff allow pictures to have a full bounds by reed · 10 years ago
- 6be2aa9 wip for drawables by reed · 10 years ago
- 0bd57b2 SkVarAlloc::approxBytesAllocated() by mtklein · 10 years ago
- a06a953 Prune SkRTree by mtklein · 10 years ago