aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Unit testing for SkTileGridGravatar junov@chromium.org2012-11-07
* Some improvements to reduce the number of pixels touched in generating alpha ...Gravatar bsalomon@google.com2012-11-07
* Add temporary interfaces in blur and clip toGravatar caryclark@google.com2012-11-07
* fix SkRegion::intersects(rect) where the part of the rgn that we intersect isGravatar reed@google.com2012-11-07
* Convert clipPaths to clipRects where possible in pictureRecordGravatar robertphillips@google.com2012-11-07
* fix SkRegion::contains(rect), thanks to danakj and http://code.google.com/p/s...Gravatar mike@reedtribe.org2012-11-07
* Break out SkOffsetImageFilter into its own file, and derive it fromGravatar senorblanco@chromium.org2012-11-06
* Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playb...Gravatar junov@chromium.org2012-11-06
* Minimal changes to SkFontHost_fontconfig to not crash in normal use.Gravatar bungeman@google.com2012-11-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-06
* Remove assert to allow Android bots (that don't support NPOT textures) to con...Gravatar robertphillips@google.com2012-11-05
* Fix dumb mistake of passing the same matrix to both matrix params of GrGLMatr...Gravatar bsalomon@google.com2012-11-05
* Remove default texture coords / texture matrixGravatar bsalomon@google.com2012-11-05
* Attempt to patch Chrome compiler failuresGravatar robertphillips@google.com2012-11-05
* Make all remaining effects use GrGLEffectMatrixGravatar bsalomon@google.com2012-11-02
* When cloning into an SkPicture, clear its data.Gravatar scroggo@google.com2012-11-02
* Make morphology, convolution, and table color filter opt out of default textu...Gravatar bsalomon@google.com2012-11-02
* Make GrGLTextureDomainEffect use GrGLEffectMatrix.Gravatar bsalomon@google.com2012-11-02
* Split off SkConsistentChecksum from SkChecksumGravatar epoger@google.com2012-11-02
* Make GrGLConfigConversionEffect use GrGLEffectMatrixGravatar bsalomon@google.com2012-11-02
* Fix for 2 parallel gpu rendering issues (bigbitmaprect & image-surface)Gravatar robertphillips@google.com2012-11-02
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-02
* Disable static asserts to get Chrome compilingGravatar robertphillips@google.com2012-11-01
* Replace GrMatrix with SkMatrix.Gravatar bsalomon@google.com2012-11-01
* Improve NaCl supportGravatar borenet@google.com2012-11-01
* Fix leaks in SkSurface_Gpu.cppGravatar robertphillips@google.com2012-11-01
* Remove GrScalar, replace with SkScalar.Gravatar bsalomon@google.com2012-11-01
* Refactoring RTree integration to support SkBBoxHierarchy polymorphism in SkPi...Gravatar junov@chromium.org2012-11-01
* Reland r6233 with fix.Gravatar bsalomon@google.com2012-11-01
* Use SkToBool to fix a warning.Gravatar scroggo@google.com2012-11-01
* Re-revert r6233.Gravatar bsalomon@google.com2012-11-01
* Reland r6233 with fix for config conversion texture matrices.Gravatar bsalomon@google.com2012-11-01
* Revert r6233 while investigating bot failures.Gravatar bsalomon@google.com2012-11-01
* Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect.Gravatar bsalomon@google.com2012-11-01
* Fix asserts in SkPathMeasure to honor documented APIGravatar djsollen@google.com2012-11-01
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-01
* GDI fonthost to serialize using correct font name.Gravatar bungeman@google.com2012-10-31
* Implement SkCondVar for windows.Gravatar scroggo@google.com2012-10-31
* Make SkShader store localM directly rather than as a separate alloc.Gravatar bsalomon@google.com2012-10-31
* catch case where clipping shortened the line down to a single pixel, but ourGravatar reed@google.com2012-10-31
* Shortcut inverting the identity matrix.Gravatar bsalomon@google.com2012-10-31
* Add SkThreadPool for managing threads.Gravatar scroggo@google.com2012-10-31
* Fleshed out GPU portion of image/surface featureGravatar robertphillips@google.com2012-10-31
* Add validation check to GrGpu::createTexture & minor SkGpuDevice cleanupGravatar robertphillips@google.com2012-10-31
* Ganesh resource cache changesGravatar robertphillips@google.com2012-10-31
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-31
* Upstreaming changes from gpu_dev to trunk.Gravatar bsalomon@google.com2012-10-30
|\
* | Eliminating implicit conversion from enum to bool. Fixes compiler warningGravatar junov@chromium.org2012-10-30
* | Remove unnecessary mul and assignment in gradient shaders.Gravatar bsalomon@google.com2012-10-30
* | Add GL texture validity check to GrGpuGLGravatar robertphillips@google.com2012-10-30