aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Revert of remove colorfilter native-565 support. complicating w/ no real valu...Gravatar reed2015-03-24
* Revert "Revert of impl colormatrix w/ floats (patchset #7 id:120001 of https:...Gravatar reed2015-03-24
* remove colorfilter native-565 support. complicating w/ no real value.Gravatar reed2015-03-24
* Revert of correct reporting of kAlphaUnchanged_Flag in ModeFilter (patchset #...Gravatar reed2015-03-24
* correct reporting of kAlphaUnchanged_Flag in ModeFilterGravatar reed2015-03-23
* Revert of impl colormatrix w/ floats (patchset #7 id:120001 of https://codere...Gravatar reed2015-03-23
* impl colormatrix w/ floatsGravatar reed2015-03-23
* Start fresh on swizzlesGravatar mtklein2015-03-23
* Both DM and nanobench need this, so moving the duplicated code toGravatar tomhudson2015-03-23
* Replace _mm_cvtps_epi32(x) with _mm_cvttps_epi32(_mm_add_ps(0.5f), x).Gravatar mtklein2015-03-23
* Add font "index" to lmp parser.Gravatar bungeman2015-03-23
* remove meaningless matrix benches, add mapPts() and add new benchesGravatar reed2015-03-23
* Initial change to move text blob to GrTextContextGravatar joshualitt2015-03-23
* Do not playback pending commands for full deferred canvas writePixelsGravatar kkinnunen2015-03-23
* remove SK_SUPPORT_LEGACY_ARCTO_QUADS codeGravatar reed2015-03-20
* change default impl to facilitate transition in blink/chromeGravatar reed2015-03-20
* remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE codeGravatar reed2015-03-20
* Some usability ideas around SkTHash.Gravatar mtklein2015-03-20
* cleanup using constructorsGravatar reed2015-03-20
* use Sk2s for conicsGravatar reed2015-03-20
* Sk2x::invert() and Sk2x::approxInvert()Gravatar mtklein2015-03-20
* Return to old distance field glyph sizes.Gravatar jvanverth2015-03-20
* PDF: remove last use of SkPDFImageGravatar halcanary2015-03-20
* Add SkEncodedFormat, used by SkCodec.Gravatar scroggo2015-03-20
* Add divide to Sk2x, use native vdiv and vsqrt on ARM 64.Gravatar mtklein2015-03-20
* Let text contexts fall back directly to pathsGravatar joshualitt2015-03-20
* Revert of PDF: remove last use of SkPDFImage (patchset #5 id:120001 of https:...Gravatar reed2015-03-20
* Specialize Sk2d for ARM64Gravatar mtklein2015-03-20
* Replace SSE optimization of Color32A_D565Gravatar henrik.smiding2015-03-20
* PDF: remove last use of SkPDFImageGravatar halcanary2015-03-20
* Revert of Specialize Sk2d for ARM64 (patchset #3 id:40001 of https://coderevi...Gravatar mtklein2015-03-20
* Specialize Sk2d for ARM64Gravatar mtklein2015-03-20
* Fix ambiguity in negate()s.Gravatar Mike Klein2015-03-20
* Sk2x/Sk4x: add negate(), operator -()Gravatar mtklein2015-03-20
* Disable sharing of stencil buffers across differently sized rendertargetsGravatar robertphillips2015-03-20
* Move SkMatrixImageFilter into core, and add a factory fn for it.Gravatar senorblanco2015-03-20
* Guard SIMD code with !defined(SKNX_NO_SIMD).Gravatar mtklein2015-03-20
* disable LCD for layers w/ filtersGravatar reed2015-03-20
* use Sk2s for EvalQuadTangent and ChopQuadAtGravatar reed2015-03-20
* operator overloads for Sk4x, use them all where possibleGravatar mtklein2015-03-20
* add SkMatrix::decomposeScaleGravatar reed2015-03-19
* Try out operator overloads for Sk2x.Gravatar mtklein2015-03-19
* Support BGR with DirectWrite.Gravatar bungeman2015-03-19
* Sk2x for NEONGravatar mtklein2015-03-19
* Port to real Sk2f.Gravatar mtklein2015-03-19
* remove unneeded SK_SUPPORT_LEGACY_MIPMAP_EFFECTIVE_SCALE guardGravatar reed2015-03-19
* Add minimum size for using distance fields.Gravatar jvanverth2015-03-19
* Sk2xGravatar mtklein2015-03-19
* Use typographic font metrics when the font requests.Gravatar bungeman2015-03-19
* Reorg Sk4x to match the pattern of SkPMFloat.Gravatar mtklein2015-03-19