- b49d989 Remove SK_FONTHOST_WIN_DW define. by bungeman@google.com · 13 years ago
- bc4b66f we have no subclasses, so change protected to private. by reed@google.com · 13 years ago
- d57d71a Fix assertion in in order draw buffer by bsalomon@google.com · 13 years ago
- 6ca0a5d Don't try to build SkFontHost_win_dw.cpp on non-Windows platforms. by bungeman@google.com · 13 years ago
- e8f0592 DirectWrite font host for skia. https://codereview.appspot.com/5417063/ by bungeman@google.com · 13 years ago
- 0557d9e add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, intersect) by reed@google.com · 13 years ago
- e7249bd Fix overrun in aa rect renderer by bsalomon@google.com · 13 years ago
- 0d94482 Fix uninitialized color filter data on GrPaint by bsalomon@google.com · 13 years ago
- 51ee8f1 Compilation fix for r5123 (disabling template inst count tracking) by robertphillips@google.com · 13 years ago
- a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 13 years ago
- 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 13 years ago
- 71329d8 skdiff: recurse over subdirectories, unless --norecurse option is given by epoger@google.com · 13 years ago
- 56b64a5 change tiling to 16 tiles instead of 4 by reed@google.com · 13 years ago
- e2dd973 Provide a key to go to the previous slide in SampleApp. by scroggo@google.com · 13 years ago
- a8db8fe Fixing a deferred canvas optimization that purges pending draws when the canvas is cleared by junov@chromium.org · 13 years ago
- 837d31a Use SkCanvas::concat instead of SkCanvas::setMatrix so this GM can be tiled. by scroggo@google.com · 13 years ago
- 8c1de76 added representation to xhtml title. by bensong@google.com · 13 years ago
- 2ee780b fixes elif bug. by bensong@google.com · 13 years ago
- 8734816 adds flag for choosing bench representative algorithm. by bensong@google.com · 13 years ago
- 6325886 Skip tiled drawing in GM for magnifier image filter. by scroggo@google.com · 13 years ago
- cb73b31 Added virtual destructor to SkColorSpaceLuminance by robertphillips@google.com · 13 years ago
- 67b89ee add 't' to toggle tiling modes by reed@google.com · 13 years ago
- 5d8d186 Addressed Windows compiler complaints by robertphillips@google.com · 13 years ago
- 5bdef29 GrContextFactory can now expose the GLContext it is using. by keyar@chromium.org · 13 years ago
- a913a99 revert r5100 experiment by bsalomon@google.com · 13 years ago
- 9a92714 Revert GrTextureStripAtlas change due to performance concerns. by rileya@google.com · 13 years ago
- 9766ecd Fix for GPU-less Linux build: move #include GrTextureStripAtlas into SK_SUPPORT_GPU ifdefs. Unreviewed. by rileya@google.com · 13 years ago
- 50b2bcf Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 13 years ago
- 5224d75 Temporary change to bench on android to run limited set of test in order to see whether it allows bench to complete. by bsalomon@google.com · 13 years ago
- d5d158b Ensure that Pipe does not crash when attempting to draw after endRecording. by scroggo@google.com · 13 years ago
- bda03db Fixing source files that do not have newlines at the end. by rmistry@google.com · 13 years ago
- c0f1dfb privatize SkScalerContext.h by reed@google.com · 13 years ago
- 4c7962e Bug Fix: Fixes transformation bug where debugger locked up during incremental draw due to nested clips not being cleared. by chudy@google.com · 13 years ago
- b8ec32e Bug Fix: Fixes incremental drawing in conjunction with the highlighting filter for the OpenGL widget. by chudy@google.com · 13 years ago
- 6bd109a Refactored inspector widget such that creating custom tabs for information is straightforward for future developers. by chudy@google.com · 13 years ago
- 40fbb18 Fix broken test. by scroggo@google.com · 13 years ago
- 664fab1 Move write buffer flags used by SkFlataData::Create into SkFlatController. by scroggo@google.com · 13 years ago
- a9d4e84 To allow forward declarations, move SkScalerContext::Rec to SkScalerContextRec by reed@google.com · 13 years ago
- b5e4703 Reduce number of paths created by benchs by bsalomon@google.com · 13 years ago
- 7811e13 Remove baseline for flaky test. by scroggo@google.com · 13 years ago
- fe8765c privatize SkDescriptor.h by reed@google.com · 13 years ago
- d9d2967 In SkGPipeCanvas, rename fSharedHeap to fBitmapHeap by scroggo@google.com · 13 years ago
- 137209f Make SkTArray consider only the new count and reserve when determining how much to alloc by bsalomon@google.com · 13 years ago
- 686e680 Bug Fix: Resets the users zoom and translation every picture load. Was acting inconsistently between different viewing widgets, now forces a redraw every new picture. by chudy@google.com · 13 years ago
- 7ca2443 Use SkBitmapHeap for shaders in SkGPipe. by scroggo@google.com · 13 years ago
- 3e26bd0 Check in r5063 again, along with fix for tests. by scroggo@google.com · 13 years ago
- 6d552ee Reduce allocations in RandomPathBench by bsalomon@google.com · 13 years ago
- 8afae61 Clean up most clang warnings outside animator/ by tomhudson@google.com · 13 years ago
- 9ed02b9 Augmenting SkDeferredCanvas notification interface to signal flushes and memory allocations by junov@chromium.org · 13 years ago
- e4ee35d add LF at the end, for clanginess by reed@google.com · 13 years ago
- 65a87cc Add inst counting to bench and count SkPaths by bsalomon@google.com · 13 years ago
- 24b4df9 delete empty file by mike@reedtribe.org · 13 years ago
- ed143e7 oops, revert the flake on the win shuttle by mike@reedtribe.org · 13 years ago
- 823f297 remove as flake? by mike@reedtribe.org · 13 years ago
- 7fbc604 Stop bench from leaking Review URL: http://codereview.appspot.com/6465045/ by bsalomon@google.com · 13 years ago
- f61c746 Mac 10.6 build fix: got rid of now-unecessary GrTextureStripAtlas tex cache id component. Unreviewed. by rileya@google.com · 13 years ago
- 2e2aedc Added GrTextureStripAtlas object. by rileya@google.com · 13 years ago
- 1bd2d67 Correctly linearize Windows AA from ClearType. by bungeman@google.com · 13 years ago
- fdb9b21 Revert r5063 until unit tests can be fixed. by tomhudson@google.com · 13 years ago
- 3319f33 Move resize functionality out of createAndLockTexture and into createResizedTexture by robertphillips@google.com · 13 years ago
- 9c2ea84 Split cache-specific fields out of GrTextureDesc by robertphillips@google.com · 13 years ago
- 62e4190 Reduce path_copy iteration count, hopefully allows nexus s bot to complete without OOM. by bsalomon@google.com · 13 years ago
- 92967e9 Use the SkBitmapHeap to handle SkBitmaps in SkGPipe cross process. by scroggo@google.com · 13 years ago
- b8bf9ce (Attempt to) fix Android build from r5056, thanks to suggestion by senorblanco@. by tomhudson@google.com · 13 years ago
- 3f11353 Fix Windows build from r5056. by tomhudson@google.com · 13 years ago
- 3c4121e Updated gpu.gyp to move GrCacheID.h from src\gpu to include\gpu by robertphillips@google.com · 13 years ago
- 0324570 Fix GPU-less build from r5056. by bsalomon@google.com · 13 years ago
- bbad34d Effects Bug Fix by chudy@google.com · 13 years ago
- 82aa748 Add a zoom filter to Skia. This will be used on ChromeOS to implement the screen magnifier. by bsalomon@google.com · 13 years ago
- 3ada0ef arm: dynamic NEON support for SkBitmapProcState functions. by digit@google.com · 13 years ago
- 30e6d2c Adds a bunch of benchmarks around creating, transforming, testing path equality, by bsalomon@google.com · 13 years ago
- d6c3813 suppress pip for now, since we use locally-defined effects by mike@reedtribe.org · 13 years ago
- 3e04440 adjust size to match the content by mike@reedtribe.org · 13 years ago
- 3d1cb97 move texteffects from Sample to gm by mike@reedtribe.org · 13 years ago
- 56d5bfa privatize SkBuffer.h by mike@reedtribe.org · 13 years ago
- 65be881 privatize SkRefDict.h by mike@reedtribe.org · 13 years ago
- d02d4ff privatize SkGlyph.h by mike@reedtribe.org · 13 years ago
- 2bc1689 privatize SkPtrRecorder.h by mike@reedtribe.org · 13 years ago
- 227b516 refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparation for by mike@reedtribe.org · 13 years ago
- 43523f8 privatize SkDeviceProfile.h by mike@reedtribe.org · 13 years ago
- 0e330ae revert arith change, until I can rebaseline all the images (and check chrome) by mike@reedtribe.org · 13 years ago
- d51ea26 use premul macro to pack components by mike@reedtribe.org · 13 years ago
- ed02c4d Fix handling of infinite bounds during "fast transforms". by tomhudson@google.com · 13 years ago
- a37a517 Enable 32/64-bit gyp switch on Linux by borenet@google.com · 13 years ago
- aaa3aec privatize SkBlitter.h by reed@google.com · 13 years ago
- 3ec3ac5 remove unused local var (warning fix) by reed@google.com · 13 years ago
- cabe48a privatize SkScan.h by reed@google.com · 13 years ago
- 6db9375 use SkRegion instead of SkScan/SkBlitter, as we want to privatize the latter by reed@google.com · 13 years ago
- 59823f7 shape ops work in progress milestone: about 1.6M tests pass by caryclark@google.com · 13 years ago
- 73e7102 Added method of getting top genID from SkClipStack by robertphillips@google.com · 13 years ago
- d74e710 remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069 by reed@google.com · 13 years ago
- af73091 Set bench/gm/tests as explicit dependencies of SkiaAndroidApp (trunk) by borenet@google.com · 13 years ago
- 5091b70 Added resource domain to GrTextureDesc by robertphillips@google.com · 13 years ago
- e012e0a privatize SkEdgeClipper.h by mike@reedtribe.org · 13 years ago
- 620aebb removed SkPerspIter.h by mike@reedtribe.org · 13 years ago
- 22f8400 privatization of SkPerspIter.h remove obsolete SkRelay.h by mike@reedtribe.org · 13 years ago
- efb65de privatization -- moving headers out of include into src by mike@reedtribe.org · 13 years ago
- 1407a48 Fix the Android build. by digit@google.com · 13 years ago
- a8dd1ce arm: dynamic NEON support for SkBlitRow_opts_arm.cpp by digit@google.com · 13 years ago
- 10dccde Make SkGPipe use SkBitmapHeap. by scroggo@google.com · 13 years ago