- e371989 add picture to c api by reed · 10 years ago
- 0acf1b4 add private flag for sprite-as-bitmap by reed · 10 years ago
- 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
- 16c8f14 Remove last trace of SK_LEGACY_ENCODE_BITMAP by scroggo · 10 years ago
- d990e2f add testing flag to ignore saveLayer bounds by reed · 10 years ago
- fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
- 2d73d80 remove dead SK_SUPPORT_LEGACY_IMAGEDECODER_CHOOSER code by reed · 10 years ago
- 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
- 3b40ee6 remove dead SK_SUPPORT_LEGACY_N32_NAME code by reed · 10 years ago
- f65f0b9 remove dead SK_SUPPORT_LEGACY_GRTYPES dead by reed · 10 years ago
- f7430cc removed dead SK_SUPPORT_LEGACY_DRAWTEXT_VIRTUAL code by reed · 10 years ago
- c8a2131 undef SK_SUPPORT_LEGACY_GRADIENT_FACTORIES to fix callers by reed · 10 years ago
- ec57b54 remove dead SK_SUPPORT_LEGACY_DEVICE_CLEAR code by reed · 10 years ago
- fa4f6cb Cleanup: More override fixes - include version. by tfarina · 10 years ago
- 5e8b168 remove dead SK_LEGACY_ENCODE_BITMAP flag by reed · 10 years ago
- f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
- 290c09b initial changes to add local matrix to primitive processor by joshualitt · 10 years ago
- 53b9e2e add const to encodePixels pixel parameter by reed · 10 years ago
- b64e569 Remove legacy Picture defines. by scroggo · 10 years ago
- c262582 Remove the low hanging fruit with coord change matrices by joshualitt · 10 years ago
- 8aacf20 Fill SkRRect::fType proactively. by mtklein · 10 years ago
- 68331cd remove dead code behind SK_SUPPORT_LEGACY_ALLOCPIXELS_BOOL by reed · 10 years ago
- 9e4ecdc Add an InvariantOutput for the XPF. by egdaniel · 10 years ago
- 309d4d5 Remove GrCoordTransform::kPosition_CoordSet by bsalomon · 10 years ago
- a3cbc28 remove dead code for SK_SUPPORT_LEGACY_TEXTRENDERMODE by reed · 10 years ago
- 16b2789 Change to create device coord coordset by joshualitt · 10 years ago
- 5531d51 remove view matrix from context by joshualitt · 10 years ago
- 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
- 8750924 Add Coverage Drawing XP by egdaniel · 10 years ago
- 220f926 use conics by reed · 10 years ago
- 8b57524 add arcto patheffect by reed · 10 years ago
- a7a8b10 add sample for arcTo by reed · 10 years ago
- 9b98932 This change will ultimately pull uniform color, and to a much lesser degree uniform coverage, into GPs. There are still some loose ends because drawstate has the ability to override the GP, but fixing these cleanly will have to wait until we have deferred geometry in place and can make attribute / uniform decisions on the fly. by joshualitt · 10 years ago
- 0393912 pass dst-rect through from drawBitmapRect for better precision by reed · 10 years ago
- 0faaac6 Look at DYNAMIC_ANNOTATIONS_ENABLED now. by mtklein · 10 years ago
- 8893e5f add paint::getFontBounds() by reed · 10 years ago
- f9d6101 There can be only one (SkRandom)! by scroggo · 10 years ago
- 54160f3 Add xp optimization for RGB coverage. by egdaniel · 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
- 6f90475 Rewrite NaN checks in terms of SkScalarIsNaN() by ehsan.akhgari · 10 years ago
- 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
- e05fed0 add dumpHex option to rect and rrect, to match path by reed · 10 years ago
- 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
- 451e822 add get9 and set9 to matrix, to aid in making keys by reed · 10 years ago
- ef3fcd8 More win64 warning fixes by bsalomon · 10 years ago
- f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
- 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
- 5756aff Adding a custom data field to GrGpuResource by junov · 10 years ago
- c230414 Create xfer processor backend. by egdaniel · 10 years ago
- 1a4900e Force embedding full font when serializing pictures. by mtklein · 10 years ago
- 895c43b Replace EncodeBitmap with an interface. by scroggo · 10 years ago
- 436293a Making GrGpuResource::release public for special case in Blink by junov · 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
- 06f019f Revert of Fix to set correct output type when blending when we've read dst (patchset #4 id:60001 of https://codereview.chromium.org/791143002/) 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
- 733fc20 Fix to set correct output type when blending when we've read dst by egdaniel · 10 years ago
- 59f939e Include SkTypes.h from SkDynamicAnnotations.h by mtklein · 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
- 7543aa2 add readPixels to SkSurface (later try to remove it from SkCanvas) 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
- f3c78cc Adding an option for pixelated rendering in SkPictureImageFilter by junov · 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
- 9f876a3 Use threshold of 1 texture coord value per pixel w/ nearest neighbor. by bsalomon · 10 years ago
- 309e346 Rename CustomCoordTextureEffect to GrBitmapTextGeoProc. by egdaniel · 10 years ago
- 422f56f Make addUniform take a precision by bsalomon · 10 years ago
- c0bd648 Move shader precision out of GrShaderVar by bsalomon · 10 years ago
- 17168df Use texture size to determine precision of texture coord varyings. by bsalomon · 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
- 4ccf0b9 Fix GrUnPreMulColor. by egdaniel · 10 years ago
- 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
- 2be0fd8 Constify CreatePictureShader's picture arg. by fmalita · 10 years ago
- 08c357c remove device::clear -- no longer called by reed · 10 years ago
- b9bb38c make SkColorShader private, use public factory by reed · 10 years ago
- f4e0d9e clear() is now an alias for drawPaint, so remove its virtual by reed · 10 years ago
- 28f9c60 Add support for half float alpha textures. by jvanverth · 10 years ago
- 915187b Check XpFactory equality in DrawState by egdaniel · 10 years ago
- 8bf2bd3 Move GrPorterDuffXferProcessor to include/gpu/effects. by egdaniel · 10 years ago
- c92aadc clean up default precision handling by bsalomon · 10 years ago
- eb2a676 Remove backend factories by joshualitt · 10 years ago
- 87f48d9 create and thread batch tracker object by joshualitt · 10 years ago
- 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
- 841a6b5 Revert of create and thread batch tracker object (patchset #9 id:160001 of https://codereview.chromium.org/772513002/) by joshualitt · 10 years ago
- b8eb85c make clear private (before we delete it) by reed · 10 years ago
- c3a6eb2 create and thread batch tracker object by joshualitt · 10 years ago
- e575072 Revert of Revert of remove unused device::eraseColor (patchset #1 id:1 of https://codereview.chromium.org/777003002/) by reed · 10 years ago
- 9ed02e4 Add SK_SUPPORT_LEGACY_PORTER_DUFF macro. by tfarina · 10 years ago
- c016fb8 Use static XPF for porter duff xp factories. by egdaniel · 10 years ago
- ee64d6e Add glGetShaderPrecisionFormat by bsalomon · 10 years ago