- ea348cb experimentally enable USE_HASH for scaledimagecache by reed@google.com · 12 years ago
- b8d17fe use dynamic hash to speed up scaledimagecache by reed@google.com · 12 years ago
- 44a91dc Add GrContext::setMaxTextureSizeOverride by robertphillips@google.com · 12 years ago
- 5617267 use namespace instead of static for template params by reed@google.com · 12 years ago
- 5d1e558 experimental dynamic-hash (disabled) by reed@google.com · 12 years ago
- 9bf380c drawBitmap* cleanup by robertphillips@google.com · 12 years ago
- 5c561cb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 194d775 This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 12 years ago
- 91673aa search registered rtconf variables backwards and break when we find the by humper@google.com · 12 years ago
- ff36a1d Start from scratch on a faster SkFlatDictionary. by commit-bot@chromium.org · 12 years ago
- 1e18225 free cache in destructor, in case endContext was not called. change Resize to return bool indicating success. by reed@google.com · 12 years ago
- 5174286 Revert "Start from scratch on a faster SkFlatDictionary." by mtklein@google.com · 12 years ago
- cae5d8d Start from scratch on a faster SkFlatDictionary. by commit-bot@chromium.org · 12 years ago
- 08284e4 Add basic SVD support to SkMatrix. Allows you to pull out the x- and y-scale factors, sandwiched by two rotations. by commit-bot@chromium.org · 12 years ago
- 8d725b2 all in the gyp by mtklein@google.com · 12 years ago
- 5fdc983 expose shaders by reed@google.com · 12 years ago
- be19dbe use SK_DECLARE_STATIC_MUTEX by reed@google.com · 12 years ago
- d94697c add mipmaps to scaledimagecache by reed@google.com · 12 years ago
- 58c856a Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures by robertphillips@google.com · 12 years ago
- 7f1af50 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- a7aa810 Deterministic SkTSet and PDF Output by commit-bot@chromium.org · 12 years ago
- 93a2e21 Implemented transparent gradients by commit-bot@chromium.org · 12 years ago
- 2853429 remove dead defines from SkUserConfig.h by reed@google.com · 12 years ago
- 4740135 Fix Clang build on SkPDFResourceDict (CL 18977002) by commit-bot@chromium.org · 12 years ago
- 8e47376 If we fail to contruct the Pdf Image Shader, mark the object as busted, and dn't try to remove it from shaders list. Also, when we delete invalid shaders, remove the lock, otherwise we freeze (see CanonicalShadersMutex usage). by edisonn@google.com · 12 years ago
- 602a1d7 add scaledimagecache by reed@google.com · 12 years ago
- dfec28d Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 12 years ago
- 4fdbb22 turn off debugging printfs by caryclark@google.com · 12 years ago
- 3e2ea25 I don't want these changes as part of the "allow bleeding" CL. by commit-bot@chromium.org · 12 years ago
- faa5ae4 Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/bin/g++ and Clang 3.3. by commit-bot@chromium.org · 12 years ago
- 6ae6383 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- ccf225c This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 12 years ago
- fc16667 Revert "Adds SkPDFResourceDict class, refactor existing code to use it." by vandebo@chromium.org · 12 years ago
- 3a8dfc3 Adds SkPDFResourceDict class, refactor existing code to use it. by commit-bot@chromium.org · 12 years ago
- 87bde7d include SkPaint.h by reed@google.com · 12 years ago
- b4a57f8 copy/paste error. don't use s. by reed@google.com · 12 years ago
- eb3fe8e rename fFilterQuality to fFilterLevel by reed@google.com · 12 years ago
- 9cfc83c stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum by reed@google.com · 12 years ago
- 1d241f1 Revert "Add SkImage->draw() call with src and dst rects." by fmalita@google.com · 12 years ago
- 1d91600 Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 12 years ago
- 4b18f57 Clean up a few warnings on Windows x64. by bungeman@google.com · 12 years ago
- b8f3655 Update obvious deps. by bungeman@google.com · 12 years ago
- 02dd688 Make the copy of fontconfig font names before freeing their memory. by bungeman@google.com · 12 years ago
- 14cec91 Add SkNWayCanvas comment API overrides. by commit-bot@chromium.org · 12 years ago
- 1f3c738 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- f64c684 Add a 'unique' method to SkRefCnt, document the usage, and add support. by bungeman@google.com · 12 years ago
- 99e789c Fix latent warning as error in Android specific code. by bungeman@google.com · 12 years ago
- c29f3d8 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 12 years ago
- 777ded0 Fix some noisy warnings on Windows x64. by bungeman@google.com · 12 years ago
- 16acf75 use SK_ScalarPI, and fix ARM build by humper@google.com · 12 years ago
- dd85088 struct and class forward declarations incompatible on some compilers by humper@google.com · 12 years ago
- f436683 scale --> convolution typo by humper@google.com · 12 years ago
- f131cde missing M_PI include needed on Windows by humper@google.com · 12 years ago
- ab56cda remove unused function by humper@google.com · 12 years ago
- 138ebc3 The image resampling code has been transplanted from Chrome; it's incredibly fast. by humper@google.com · 12 years ago
- d322cf4 Revert "Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class." by vandebo@chromium.org · 12 years ago
- c84fb47 Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class. by commit-bot@chromium.org · 12 years ago
- d92cf2e Fix texture allocation in SWMaskHelper by robertphillips@google.com · 12 years ago
- e4eaea2 Alter resource cache and GrContext to (optionally) never reuse a scratch texture by robertphillips@google.com · 12 years ago
- 88682b7 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 12 years ago
- a799198 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 6eee5c3 Revert r10171 due to test failure in StreamTest by robertphillips@google.com · 12 years ago
- eacb54e Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 12 years ago
- b835652 Plumb in flag for reusing scratch textures by commit-bot@chromium.org · 12 years ago
- dc6c8ba add copyright notices by reed@google.com · 12 years ago
- 415c480 Update static SkMutex to remove static initializer on Linux. by bungeman@google.com · 12 years ago
- 8e2ef01 Remove assert which is failing. by scroggo@google.com · 12 years ago
- c70a3aa Support decoding Gray to A8 in PNG. by scroggo@google.com · 12 years ago
- eed6f1b pull mipmap class into its own (private) header by reed@google.com · 12 years ago
- 12d0642 Initialize config. by scroggo@google.com · 12 years ago
- 1f6b995 A8 bitmaps from JPEG are not opaque. by scroggo@google.com · 12 years ago
- f698c82 Allow decoding JPEG into A8. by scroggo@google.com · 12 years ago
- 97e49e9 Hold on to image-filtered texture in SkGpuDevice by commit-bot@chromium.org · 12 years ago
- 25a11e4 Add bench to test float to fixed conversion by djsollen@google.com · 12 years ago
- d6bcfa3 Fix for Ubuntu compiler complaint by robertphillips@google.com · 12 years ago
- 2277b54 Yet another build fix for r10148 by robertphillips@google.com · 12 years ago
- ae6b777 Fix build breakages due to r10148 by robertphillips@google.com · 12 years ago
- d6543e5 Improve null gpu's memory handling by robertphillips@google.com · 12 years ago
- 41d2532 The rest of: Add purgeAsNeeded calls before addResource calls by robertphillips@google.com · 12 years ago
- 1622a6d Add purgeAsNeeded calls before addResource calls by robertphillips@google.com · 12 years ago
- c968315 add FilterLevel API to SkPaint, replacing various Flag bits by reed@google.com · 12 years ago
- f7d01ce Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 6a4ba5b [PDF] Use SkTypeface::countGlyphs instead of getAdvancedTypefaceMetrics by commit-bot@chromium.org · 12 years ago
- 59e16e4 Fix leak of GrGLTexID when its owning GrGLTexture has been abandoned. by commit-bot@chromium.org · 12 years ago
- a524d5e Avoid lineTo() duplication in SkPath::dump(). by commit-bot@chromium.org · 12 years ago
- fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 12 years ago
- 5dd567c Add getRectCount to SkRegtion by commit-bot@chromium.org · 12 years ago
- 1836d33 Missed this is r9949 (Allow the resource cache to (indirectly) flush the InOrderDrawBuffer - https://codereview.chromium.org/18466005/) by commit-bot@chromium.org · 12 years ago
- f2e7dbb Split TLS implementation into its own translation unit. by bungeman@google.com · 12 years ago
- 883fe7f Move implementation of SkFilterShader into its source file. by tfarina@chromium.org · 12 years ago
- 977409a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 0d4fe14 Const-ify SkDebugCanvas::getSize(). by commit-bot@chromium.org · 12 years ago
- e05e75e Update SkGScalerContext to properly forward onCountGlyphs. by bungeman@google.com · 12 years ago
- 7bdd614 Implement onCountGlyphs and onGetUPEM on Windows. by bungeman@google.com · 12 years ago
- cce4102 Added newlines at the end of SkGpuBlurUtils.* by robertphillips@google.com · 12 years ago
- 736dd03 Move gaussianBlur functionality to src\effects by robertphillips@google.com · 12 years ago
- 791d0de fix linux point compare by caryclark@google.com · 12 years ago
- 2d3b492 Remove possiblity of NULL effect in GrEffectStage by commit-bot@chromium.org · 12 years ago
- fa2aeee path ops near exact by caryclark@google.com · 12 years ago
- c2050e3 ARM Skia NEON patches - 01 - Simple fixes by commit-bot@chromium.org · 12 years ago