- 94c4151 Revert of Add a test that uses C++11 features as a compiler canary. (patchset #2 id:20001 of https://codereview.chromium.org/568913002/) by mtklein · 10 years ago
- 86e01df Add a test that uses C++11 features as a compiler canary. by mtklein · 10 years ago
- f58a562 Disable discardable memory for the resource cache until tests pass. by danakj · 10 years ago
- 790ffe3 Make SkBitmapCache remove invalid bitmaps from the SkResourceCache. by danakj · 10 years ago
- fd731ce Measure picture recording speed in nanobench. by mtklein · 10 years ago
- 33bce0a Clean up old custom tools now subsumed by nanobench. by mtklein · 10 years ago
- cc0e311 make set3DMask virtual, so we can safely notify the shadercontext by reed · 10 years ago
- f548444 Detect presence of dwrite_1.h. by bungeman · 10 years ago
- b3eba47 Outset the stroke width when computing the bounds for drawing a stroked rect, or 1 if it's a hairline by george · 10 years ago
- c54056c Back to hashing source content, not .png. by mtklein · 10 years ago
- 197ceda Remove expectations / -r from DM entirely. by mtklein · 10 years ago
- e2d4eb7 Hash .pngs instead of SkBitmaps. by mtklein · 10 years ago
- a1ae66d Add pop_back() to GrAllocator and add unit test. by bsalomon · 10 years ago
- 9574098 Add GrProgramElement base class for GrEffect with deferred exec ref. by bsalomon · 10 years ago
- c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
- 274b4ba Switch Layer Hoisting over to SkRecord backend by robertphillips · 10 years ago
- 406654b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
- 2460bbd Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://codereview.chromium.org/531653002/) by mtklein · 10 years ago
- 9c7207b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
- 6233c7b Revert to enabling all of -O2 as it exposes a bug in the toolchain. by djsollen · 10 years ago
- e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
- d982eb2 Replace SkPictureReplacementPlayback with GrRecordReplaceDraw by robertphillips · 10 years ago
- 74364c9 Disable -fexpensive-optimizations on 64-bit ARM. by djsollen · 10 years ago
- 1cf15b4 remove flags that are already mirrored in chrome's SkUserConfig.h by reed · 10 years ago
- 2bdf1f5 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/527073003/) by reed · 10 years ago
- 2f6abde Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
- 294739b add legacy guard for SK_SUPPORT_LEGACY_ALLOCPIXELS_BOOL to android by reed · 10 years ago
- 5ee785d Remove legacy (and also broken) SkPicture constructor. by djsollen · 10 years ago
- 8482504 make allocPixels throw on failure by reed · 10 years ago
- aca21d6 Rename ScaledImageCache.cpp to SkResourceCacheTest.cpp by piotaixr · 10 years ago
- 98d709b Reorganize Layer Hoisting code by robertphillips · 10 years ago
- 1cbc68f Revert of Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/532583002/) by reed · 10 years ago
- 4581828 Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/525113005/) by reed · 10 years ago
- b44c189 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/522813002/) by reed · 10 years ago
- c89aa50 Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
- a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
- 64ba5fa Revert of Add gamma/sRGB tags to SkImageInfo (patchset #1 of https://codereview.chromium.org/517123002/) by reed · 10 years ago
- 228b285 Add gamma/sRGB tags to SkImageInfo by reed · 10 years ago
- 088f4b8 Revert of Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/511363002/) by reed · 10 years ago
- d73c169 Second attempt to land the integral image scaling change. by humper · 10 years ago
- 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago
- e759a26 Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/512243002/) by reed · 10 years ago
- 60cc7d3 manual revert of bitmap scale change while I investigate failures on chromeos by humper · 10 years ago
- 744998e Make textures register with GrResourceCache2 as scratch. by bsalomon · 10 years ago
- dc53701 Revert of add gamma/sRGB to SkImageInfo (patchset #4 of https://codereview.chromium.org/514753002/) by reed · 10 years ago
- 615c369 add gamma/sRGB to SkImageInfo by reed · 10 years ago
- 38e44b0 Disable bitmap decoders for GPU specific formats on Android framework by djsollen · 10 years ago
- daefa5b JPEG(JFIF only) directly embedded into PDF by halcanary · 10 years ago
- ce7b1d5 always scale to an integer; compensate for fractional image sizes by leaving the fractional scale in the matrix by humper · 10 years ago
- 4473be8 Clean up some benches that answer questions we're no longer asking. by mtklein · 10 years ago
- 2a65a23 Remove SkQuadTree. by mtklein · 10 years ago
- 21aed57 Create Read-only Base class for GrDrawState that holds data members and getters by egdaniel · 10 years ago
- 5387c83 Revert of Benchmark designed to exercise fractional image scale/translation (patchset #2 of https://codereview.chromium.org/491793003/) by djsollen · 10 years ago
- a6785cc Add a working SkFontMgr_fontconfig. by bungeman · 10 years ago
- 5fc2266 Benchmark designed to exercise fractional image scale/translation by humper · 10 years ago
- 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
- c6765d6 Add some SkTextBlob builder tests. by fmalita · 10 years ago
- d92c4c5 fix android framework build for nanobench by djsollen · 10 years ago
- 7eacd77 SkMultiPictureDraw API by robertphillips · 10 years ago
- c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
- c8dc1f7 Add GrResourceCache2. by bsalomon · 10 years ago
- a6cac4c rename gradients private BitmapCache to GradientBitmapCache by reed · 10 years ago
- 0461713 expose generalized imagecache key by reed · 10 years ago
- 00d5c2c SkTextBlob by fmalita · 10 years ago
- a8d2c4a Temporarily adjust Matrix.isSimilarity test tolerance on 64-bit ARM devices by djsollen · 10 years ago
- 1915b62 Add --properties for things like gitHash that describe the current nanobench run. by mtklein · 10 years ago
- 753b870 Define NDEBUG instead of SK_DEBUG/SK_RELEASE. by mtklein · 10 years ago
- 3a0f279 Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702. by tomhudson · 10 years ago
- ccdaa04 Separate GL path rendering state from GrGpuGL to GrGLPathRendering by kkinnunen · 10 years ago
- afb4379 Print max RSS in GM and nanobench too. by mtklein · 10 years ago
- d2a3522 Add the method isOpaque() to SkImage by piotaixr · 10 years ago
- 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
- a34633f Trim down OSX GYP rules. Same effect, shorter. by mtklein · 10 years ago
- 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
- 3ba54fa Roll jsoncpp, drop dependency on Chromium overrides. by mtklein · 10 years ago
- 97d2c0a Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
- 27dc17c Revert "Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702." by Mike Klein · 10 years ago
- 60c2a79 Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702. by tomhudson · 10 years ago
- f128f53 Revert "Move SkReadBuffer.h and SkReader32.h out of include." by halcanary · 10 years ago
- 2a51d7c Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
- ea4673f SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
- 7e5598a Added bench for grid of patches. by dandov · 10 years ago
- cccb3b4 remove SkBitmap::Config support from android by reed · 10 years ago
- 3b62554 Remove SkPaintOptionsAndroid by djsollen · 10 years ago
- c15e28a Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chromium.org/447873003/) by bsalomon · 10 years ago
- f32331f Remove SkPaintOptionsAndroid by djsollen · 10 years ago
- c773390 Delete the old font management implementation based on SkFontConfigInterface, now that SkFontMgr_Android is live. by tomhudson · 10 years ago
- 21b342d This eliminates the need to copy the generated images from a temporary directory to the directory that is served by the rebaseline_server. by stephana · 10 years ago
- cc03adb Proposal for the mesh gradient interface. Implemented as a grid of by dandov · 10 years ago
- 8e69676 Turn on FontMgr for Android by tomhudson · 10 years ago
- 78ee93f Revert of SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. (https://codereview.chromium.org/465823003/) by halcanary · 10 years ago
- b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
- 186f7b0 SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
- 9c6d4d7 Change GR_COMPRESS_ALPHA_MASK from compile-time flag to run-time. We do this by introducing an Options struct to be passed to a GrContext on creation. by krajcevski · 10 years ago
- b2edec2 Revert of SkImage_Codec is Lazy (https://codereview.chromium.org/460823002/) by halcanary · 10 years ago
- d7127e7 re-add samplerstress gm, but use blurmaskfilter instead (std filter) by reed · 10 years ago
- e36f499 SkImage_Codec is Lazy by halcanary · 10 years ago
- 5b1b2db remove SkStippleMaskFilter - no external clients by reed · 10 years ago
- c7103a1 Wrap NV_path_rendering API with GrGLPathRendering by cdalton · 10 years ago
- 5acfea7 2D kernel initial wiring for Guassian by joshualitt · 10 years ago