aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.Gravatar commit-bot@chromium.org2014-05-05
* Revert of fix the error that path is inversed for stroke and strokeAndFill st...Gravatar commit-bot@chromium.org2014-05-04
* fix the error that path is inversed for stroke and strokeAndFill styles.Gravatar commit-bot@chromium.org2014-05-04
* fix size_t/int warningsGravatar commit-bot@chromium.org2014-05-04
* Split GrResource into GrCacheable/GrGpuObjectGravatar commit-bot@chromium.org2014-05-02
* add release-mode checks for null, at least for a whileGravatar commit-bot@chromium.org2014-05-02
* Remove setLocalMatrix calls from picture shader GM.Gravatar commit-bot@chromium.org2014-05-02
* Revert of Remove setLocalMatrix calls from picture shader GM. (https://codere...Gravatar commit-bot@chromium.org2014-05-02
* Remove setLocalMatrix calls from picture shader GM.Gravatar commit-bot@chromium.org2014-05-02
* Choose memset procs once.Gravatar commit-bot@chromium.org2014-05-02
* Add literal picture recording mode, triggered by a compile time switch.Gravatar commit-bot@chromium.org2014-05-02
* guard against self-assignmentGravatar commit-bot@chromium.org2014-05-02
* Fix for SkMatrixConvolutionImageFilter with large borders.Gravatar senorblanco@chromium.org2014-05-02
* Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBuf...Gravatar djsollen@google.com2014-05-02
* Revert of Fix iOS build. (https://codereview.chromium.org/269663008/)Gravatar commit-bot@chromium.org2014-05-02
* Fix iOS build.Gravatar bsalomon@google.com2014-05-02
* Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.Gravatar commit-bot@chromium.org2014-05-02
* Add flag for SkGpuSurface creation to enable distance fields.Gravatar commit-bot@chromium.org2014-05-02
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-05-02
* Fix image decode thrashing when drawing a very large source image to a GPU ca...Gravatar commit-bot@chromium.org2014-05-01
* Remove dead code.Gravatar commit-bot@chromium.org2014-05-01
* Add support for kEmbeddedBitmapText_Flag to DirectWrite.Gravatar bungeman@google.com2014-05-01
* create struct to hold all the params passed around for shader::contextGravatar commit-bot@chromium.org2014-05-01
* Remove SkDEBUGFAILs that are problematic for ChromiumGravatar commit-bot@chromium.org2014-05-01
* remove code behind SK_SUPPORT_LEGACY_PROCXFERMODEGravatar reed@google.com2014-05-01
* expose ConvertRadiusToSigma to aid clients in the API transition to sigmaGravatar commit-bot@chromium.org2014-05-01
* Add a fix for a spurious assert in SkMatrixConvolutionImageFilter.Gravatar senorblanco@chromium.org2014-05-01
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-05-01
* add default impl for context methods on shaderGravatar commit-bot@chromium.org2014-04-30
* Rename SK_DEBUGBREAK to SK_ALWAYSBREAKGravatar commit-bot@chromium.org2014-04-30
* Revert of Rename SK_DEBUGBREAK to SK_ALWAYSBREAK (https://codereview.chromium...Gravatar commit-bot@chromium.org2014-04-30
* Rename SK_DEBUGBREAK to SK_ALWAYSBREAKGravatar commit-bot@chromium.org2014-04-30
* Cleanup of SSE optimization files.Gravatar commit-bot@chromium.org2014-04-30
* Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAILGravatar commit-bot@chromium.org2014-04-30
* fix cubic/line intersection; add skp testsGravatar commit-bot@chromium.org2014-04-30
* Remove the unused SkCachePreload_armGravatar commit-bot@chromium.org2014-04-30
* Backfill unit tests for SkRecordGravatar commit-bot@chromium.org2014-04-30
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-04-30
* Fail to create GrContext when we get a NULL for a GL/GLSL version stringGravatar commit-bot@chromium.org2014-04-30
* Move GrGLInterface function ptr setup into a common function for all OpenGL G...Gravatar commit-bot@chromium.org2014-04-29
* Move setup of SkPictCopyInfo into SkPicture::cloneGravatar commit-bot@chromium.org2014-04-29
* ARM Skia NEON patches - 36 - Color32Gravatar commit-bot@chromium.org2014-04-29
* Fixed issue found by clusterfuzzGravatar commit-bot@chromium.org2014-04-29
* Don't bother doing the empty clip check in SkRecordDraw.Gravatar commit-bot@chromium.org2014-04-29
* Implement bounds traversals for tile and matrix convolution filters.Gravatar senorblanco@chromium.org2014-04-29
* add asAShadowBlur for android to drawlooperGravatar reed@google.com2014-04-29
* fix leaks in blurrrect -- this should address the valgrind issues.Gravatar commit-bot@chromium.org2014-04-29
* Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag.Gravatar commit-bot@chromium.org2014-04-28
* Fast path for blurred round rects -- blur a small 9patch rect on the CPUGravatar commit-bot@chromium.org2014-04-28
* Simplify empty-clip check.Gravatar commit-bot@chromium.org2014-04-28