aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Get rid of excess cleverness in benchmarkGravatar tomhudson2015-03-23
* Make SkCanvas::getBaseLayerSize() virtualGravatar tomhudson2015-03-23
* Fix two typos in coding styleGravatar kkinnunen2015-03-23
* Preserve texture compression when saving a revised skp from debuggerGravatar robertphillips2015-03-23
* Do not playback pending commands for full deferred canvas writePixelsGravatar kkinnunen2015-03-23
* Update SKP versionGravatar skia.buildbots2015-03-22
* 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
* Hack around skia:3570 for now.Gravatar mtklein2015-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
* Allow negative error for Sk4f::sqrt() test.Gravatar mtklein2015-03-20
* Make android framework depend on SkCodec.Gravatar scroggo2015-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
* Add a new GM to show problems with shear/rotate CTM w/ image filters.Gravatar senorblanco2015-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
* Only use 256x256 tiles on hd2000 nanobench botsGravatar egdaniel2015-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
* Remove deprecated flavour of SkDropShadowImageFilter::Create().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