- 0515593 Fix GLSL int to float error in arc code in GrOvalRenderer. by bsalomon · 8 years ago
- 4ff08df More robust check for sRGB gamma tables by msarett · 8 years ago
- dcb406c Remove virtual from overrides in SkGpuDevice.h by bsalomon · 8 years ago
- cadf75a Fix CircleBatch::TestCreate to always use a legal matrix by bsalomon · 8 years ago
- bdc335f Mark temporary paths created by SkCanvas for clipping as volatile by bsalomon · 8 years ago
- 8ae991e Flush denorm half floats to zero. by mtklein · 8 years ago
- 4f3a0ca GPU implementation of drawArc. by bsalomon · 8 years ago
- 4d2cce4 check for wide-open inside quickContains by reed · 8 years ago
- d331742 Fix MSAN - mark temporary memory as kNo_ZeroInitialized by msarett · 8 years ago
- d9015a4 Fix Equals and serialization for rare pngs by msarett · 8 years ago
- a90dcf7 Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ ) by vjiaoblack · 8 years ago
- 4d76017 Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
- 3a0c369 Remove quantization of device-space dest rect for Ganesh analytic rrect blurs by robertphillips · 8 years ago
- 6bf2331 Mark temp paths in SkBaseDevice::drawArc and ::drawDRRect as volatile by bsalomon · 8 years ago
- 7b14512 Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ ) by vjiaoblack · 8 years ago
- e426bab Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
- 0f0c4f0 Detect all named gammas by msarett · 8 years ago
- a61b6d4 compress_r11eac_blocks() required more alignment than dst has. by mtklein · 8 years ago
- 2ec4172 Revert of Moving SkBlurImageFilter into core (patchset #6 id:100001 of https://codereview.chromium.org/2255803003/ ) by mtklein · 8 years ago
- 78559a7 Use ARMv8 CRC32 instructions for SkOpts::hash(). by mtklein · 8 years ago
- dd3259e Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
- dcd5e65 Support color xforms for kIndex8 pngs by msarett · 8 years ago
- 7fd64e7 Supply a color space in sRGB/F16 mode of SampleApp by brianosman · 8 years ago
- 35bb74b Fix color xform width bug when scaling/subsetting by msarett · 8 years ago
- a39667c add SkMatrixPriv for specialized helpers by reed · 8 years ago
- 582a656 Simplify the gradient color stop optimizer by fmalita · 8 years ago
- deb8136 remove unused field from SkDrawIter by reed · 8 years ago
- 589a39e store info in basedevice, change getter to non-virtual const& by reed · 8 years ago
- e2348cc src/utils/SkBitSet: simplify by halcanary · 8 years ago
- 02fa32c Move GrFixedClip into src directory by csmartdalton · 8 years ago
- ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
- af0f6ef Added SkColor4f::FromColor3f(SkColor3f, float a) by dvonbeck · 8 years ago
- cbdf007 Fast path translate() in SkCanvas and SkLiteDL. by mtklein · 8 years ago
- 68d952c Implement gradient simplification for 0,0,1 and 0,1,1 gradients by fmenozzi · 8 years ago
- 01a1699 Simplify embeddability test. by bungeman · 8 years ago
- 9da5a5a Fix bug, always keep fIsScaleTranslate in correct state by msarett · 8 years ago
- b6a40b8 Some assert fixes for running the Fuzzer sample in GPU mode. by senorblanco · 8 years ago
- e9fd0f8 Return color shader instead of 2-color gradient when color count is 1 by fmenozzi · 8 years ago
- 4294286 fix fuzzes by caryclark · 8 years ago
- 83b24ff SkFontMgr_android clean up. by bungeman · 8 years ago
- 954df2f Revert of Fast path translate() in SkCanvas and SkLiteDL. (patchset #5 id:80001 of https://codereview.chromium.org/2255283002/ ) by mtklein · 8 years ago
- 4a16717 quick check to not use AutoDrawLooper by reed · 8 years ago
- 6b7a6c7 Revert of Return color shader instead of 2-color gradient when color count is 1 (patchset #3 id:40001 of https://codereview.chromium.org/2259823005/ ) by reed · 8 years ago
- f1b6030 Detect CRC32 instructions on ARMv8. by mtklein · 8 years ago
- 10e3d9b Batched implementation of drawLattice() for GPU by msarett · 8 years ago
- 5fa47f4 Fast path translate() in SkCanvas and SkLiteDL. by mtklein · 8 years ago
- abe795e Relax check for gpu use of static src-over XP by egdaniel · 8 years ago
- da082a5 Return color shader instead of 2-color gradient when color count is 1 by fmenozzi · 8 years ago
- 0367568 Use CSS3 style matching on Android. by bungeman · 8 years ago
- 7fc0858 Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180001 of https://codereview.chromium.org/2255963002/ ) by msarett · 8 years ago
- 530032a SkPDF: in-place font subsetting by halcanary · 8 years ago
- 9637ea9 Fix initialization bug for fConservativeIsScaleTranslate by msarett · 8 years ago
- 48d91b5 Delay creation of cpu-side buffer memory until actually needed by robertphillips · 8 years ago
- 93242c4 Batched implementation of drawLattice() for GPU by msarett · 8 years ago
- 3aafe11 make LayerIter private, and remove skipClip option by reed · 8 years ago
- 212c7c3 Tessellator: better fix for reused-edges issue. by senorblanco · 8 years ago
- cee1342 SkPDF: cache metrics once. by halcanary · 8 years ago
- 7c12354 remove disable aa/dither flags from Props -- never used by reed · 8 years ago
- adf4edc Don't emit dead code in circle shader when not using distance vectors. by bsalomon · 8 years ago
- f1c6cd7 Rename WorseCaseSize to WorstCasSize by robertphillips · 8 years ago
- 5814b8a Add alpha type to texture producer by brianosman · 8 years ago
- 36e5adb Revert of Reduce window rectangles cap to 8 (patchset #1 id:1 of https://codereview.chromium.org/2254013002/ ) by robertphillips · 8 years ago
- 671fec4 Revert of SkPDF: cache metrics once. (patchset #4 id:60001 of https://codereview.chromium.org/2253993002/ ) by robertphillips · 8 years ago
- 70f5251 Fix assert caused by floating point error in tessellating path renderer. by senorblanco · 8 years ago
- 0a61270 SkPDF: cache metrics once. by halcanary · 8 years ago
- 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
- c3953af Fix computation of clipped src rect when tiling bitmaps in SkGpuDevice by bsalomon · 8 years ago
- 52d7215 Reduce window rectangles cap to 8 by csmartdalton · 8 years ago
- 1ae57b3 Eagerly update the unichar to glyphID mapping. by herb · 8 years ago
- 0e7bddf fix no-gpu build by reed · 8 years ago
- bd4121a Fix fb variable name in GLSL by egdaniel · 8 years ago
- 91cd280 SkLiteDL: a little spring cleaning by mtklein · 8 years ago
- 6cb807b Simplify adding attributes to GrGeometryProcessor by bsalomon · 8 years ago
- 2d5b714 pin as texture api by reed · 8 years ago
- 4f81caf Move FamilyClass and Panose enums to enum class. by bungeman · 8 years ago
- 138c263 Fix various issues with framebuffer fetch by egdaniel · 8 years ago
- e4f2461 Detemplatize GrGLSLGeometryProcessor::setTransformDataHelper() by bsalomon · 8 years ago
- 1da01c1 SkLiteDL: inline empty() by mtklein · 8 years ago
- d7315f91 Add alternative spot shadow to Android shadow sample by jvanverth · 8 years ago
- 28341fa Implement difference clip rects with window rectangles by csmartdalton · 8 years ago
- 8d3f92a Make GrReducedClip's gen ID only apply to the element list by csmartdalton · 8 years ago
- d092ffd Kick the can down the road a bit w.r.t. fuzzer complaint by robertphillips · 8 years ago
- e553b64 Fix tile bitmap code in SkGpuDevice to compute correct local coords. by bsalomon · 8 years ago
- 31df31c Minor cleanup of GP classes in GrOvalRenderer by bsalomon · 8 years ago
- 549ca32 Modify SkPngCodec to recognize 565 images from the sBIT chunk by msarett · 8 years ago
- 4c56b9f Cast for fuzzer complaint by robertphillips · 8 years ago
- 6c177a1 Add alternative ambient shadow method to Android shadow sample by jvanverth · 8 years ago
- 86b6eab SkPDF: pull out SkPDFMakeCIDGlyphWidthsArray.cpp by halcanary · 8 years ago
- ff863bc move private test for sect_with_horizontal into unittests by reed · 8 years ago
- bf63e61 Add mssa configs for vulkan, and simple bug fix by egdaniel · 8 years ago
- 8ccc075 fix fuzz by caryclark · 8 years ago
- 6480619 SkLiteDL: thread the original canvas matrix through for SetMatrix::Draw(). by mtklein · 8 years ago
- 287e7cb Revert of Start using vertex attributes for nine-patch blurred rrect draws (patchset #8 id:140001 of https://codereview.chromium.org/2245653002/ ) by robertphillips · 8 years ago
- 36931c2 Add test for platform encoders, turn off platform encoders by default by msarett · 8 years ago
- db085ab Fix bug in cubic derivative coefficient with missing parens by hstern · 8 years ago
- 087905a Start using vertex attributes for nine-patch blurred rrect draws by robertphillips · 8 years ago
- 8fd23a8 Remove SkPreprocessorSeq.h and SkTypedEnum.h. by bungeman · 8 years ago
- 6c80a9d SkPDF: Font names need escaping by halcanary · 8 years ago
- 28c6d83 SkPDF: eliminate SkPDFCIDfont class by halcanary · 8 years ago
- a1b42d9 fix fuzz bug by caryclark · 8 years ago