aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* change signature for virtual related to saveLayer, passing SaveLayerRecGravatar reed2015-12-18
* fix large dashed pathsGravatar caryclark2015-12-18
* Remove SkImageMinRowBytesGravatar scroggo2015-12-18
* Revert of Add config options to run different GPU APIs to dm and nanobench (p...Gravatar joshualitt2015-12-18
* Revert of Create a hash table from id<-->key in SkImageFilter::CacheImpl (pat...Gravatar reed2015-12-18
* fix bugs in path containsGravatar caryclark2015-12-18
* Add config options to run different GPU APIs to dm and nanobenchGravatar kkinnunen2015-12-18
* Remove some unneeded calls to GrGLGpu::configToGLFormatsGravatar bsalomon2015-12-17
* Add field for internalFormat param to glTexImage to GrGLGpu::ConfigEntry.Gravatar bsalomon2015-12-17
* Remove dead code for glTexStorageGravatar bsalomon2015-12-17
* Make SkMatrix::get*Scale[s]() fail on NaNGravatar bsalomon2015-12-17
* Fix UB function problems for shaders and mask.Gravatar herb2015-12-17
* Add fExternalFormatForTexImage to GrGLGpu::ConfigEntry. Use it in GrGLGpu::up...Gravatar bsalomon2015-12-17
* SkMatrix::preScale() is too conservativeGravatar fmalita2015-12-17
* Create a hash table from id<-->key in SkImageFilter::CacheImplGravatar xidachen2015-12-17
* Add default ctor to SkMaskGravatar robertphillips2015-12-17
* Fixup GL instanced rendering commandsGravatar cdalton2015-12-17
* Move the GrGLGpu config stencil format index into ConfigTableGravatar bsalomon2015-12-17
* Don't allow BGRA rendertargets on iOS w/ES 3.0+.Gravatar jvanverth2015-12-17
* Use the unswapped end point y for early out case in winding_lineGravatar fs2015-12-17
* Fix gaussian blur for small sigma.Gravatar senorblanco2015-12-17
* check bounds of each cubic segment against clipGravatar reed2015-12-17
* count is an int, so constrain it to a 32-bit w-register.Gravatar mtklein2015-12-16
* add fsync to try to get complete skps from webpage picture captureGravatar caryclark2015-12-16
* only call scalar finite when necessaryGravatar caryclark2015-12-16
* Generate a table of config->glformat info. Precursor to lifting this to caps.Gravatar bsalomon2015-12-16
* SSE 4.1 SrcOver blits: color32, blitmask.Gravatar mtklein2015-12-16
* This brings hairlines into agreement with thick strokes.Gravatar caryclark2015-12-16
* Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview...Gravatar reed2015-12-16
* Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://code...Gravatar reed2015-12-16
* remove drawSprite from canvasGravatar reed2015-12-16
* Use SK_BUILD_FOR_ANDROID_FRAMEWORK in composeGravatar scroggo2015-12-16
* Avoid pixel GPU readback in saveLayerWithPickupGravatar robertphillips2015-12-16
* Set GL_PACK_ALIGNMENT before calling glReadPixelsGravatar bsalomon2015-12-15
* Make draw* lines responsible for cache managementGravatar joshualitt2015-12-15
* Fix for GrAALinearizingConvexPathRenderer incorrectly drawing non-convex pathsGravatar ethannicholas2015-12-15
* Porting Skia for newlib compatibility.Gravatar smklein2015-12-15
* Add helper for determining whether to use sized internal format in GLGravatar bsalomon2015-12-15
* Specialize Sk2d for SSE2Gravatar mtklein2015-12-15
* SkBitmapProcState rounding biasGravatar fmalita2015-12-15
* Add option to control maximum GrBatch lookbackGravatar bsalomon2015-12-14
* Switch fragment coordinate to 'highp' to fix various broken GMs.Gravatar ethannicholas2015-12-14
* Unify some SkNx codeGravatar mtklein2015-12-14
* Revert of SkTime updates (patchset #2 id:20001 of https://codereview.chromium...Gravatar mtklein2015-12-14
* SkBitmap moveGravatar halcanary2015-12-14
* path ops: check for deleted endsGravatar caryclark2015-12-14
* SkTime updatesGravatar mtklein2015-12-14
* If a point is on a path edge, it's in the path, at least for all cases where ...Gravatar caryclark2015-12-14
* Revert of Add config options to run different GPU APIs to dm and nanobench (p...Gravatar reed2015-12-14
* Add config options to run different GPU APIs to dm and nanobenchGravatar kkinnunen2015-12-14