- 55ed83d Actually remove the GrMorphologyEffect.* files from svn, which I should've by senorblanco@chromium.org · 12 years ago
- 84207c4 Move the code for the GPU implementation of morphology effects from GrContext by senorblanco@chromium.org · 12 years ago
- ab2246f Another speculative Android build fix (unreviewed). by senorblanco@chromium.org · 12 years ago
- 1fd201b SkRef for expressions. https://codereview.appspot.com/6475045/ by bungeman@google.com · 12 years ago
- 35c5ff0 Android build fix (unreviewed). by senorblanco@chromium.org · 12 years ago
- b1faddf The script does the following: by rmistry@google.com · 12 years ago
- 4fa9c9f Fixed instance counting for templated classes by robertphillips@google.com · 12 years ago
- cfe57e5 Fix for no-GPU build (unreviewed). by senorblanco@chromium.org · 12 years ago
- b2ee33c Implements the non-Porter-Duff compositing modes required for SVG's feBlend by senorblanco@chromium.org · 12 years ago
- 6a9368d SkBitmap::scrollRect changes pixels, but only if not immutable. by scroggo@google.com · 12 years ago
- 825bb95 Fix GPU-less build. by scroggo@google.com · 12 years ago
- d5764e8 When copying a bitmap, copy the generation ID. by scroggo@google.com · 12 years ago
- e8e7d5f Remove unnecessary flush from SkGpuDevice by bsalomon@google.com · 12 years ago
- cae9529 Revert 5213. WK r126226 has landed in Chromium and the workaround is no longer necessary. by bsalomon@google.com · 12 years ago
- fa1b5a6 Delete failing images on galaxy nexus (Issue 790). by bsalomon@google.com · 12 years ago
- 521eaf8 Scratch textures are no longer removed from the cache in Debug by robertphillips@google.com · 12 years ago
- 5f9f2f5 Added resource cache debug output to help track changes by robertphillips@google.com · 12 years ago
- 936fb95 Delete more win7 intel flaky hairline position images. by bsalomon@google.com · 12 years ago
- 27123cd Force opaque in SkBlendLCD16Opaque_SSE2 to match SkBlendLCD16. by bungeman@google.com · 12 years ago
- f3d3d96 Update bench_compare to do the comparison using different statistical methods by djsollen@google.com · 12 years ago
- 9299ede Images are written by PictureRenderer and not render_pictures_main. by keyar@chromium.org · 12 years ago
- db9a5fb Benchmark results will now print to STDOUT if on not-Android. by keyar@chromium.org · 12 years ago
- 5b59198 Flush in ~SkGpuDevice to unblock Skia roll by bsalomon@google.com · 12 years ago
- a2efab2 Add check for EDSP to the 565 opaque blitter. by djsollen@google.com · 12 years ago
- db39996 Upstream ARM 565 optimizations from AOSP. by djsollen@google.com · 12 years ago
- a9590fc Fixed compilation issue when instance counting is disabled by robertphillips@google.com · 12 years ago
- 03f9706 shape ops work in progress working demo of old vs. new by caryclark@google.com · 12 years ago
- dd391b5 Whitespace change to trigger rebuild after master restart by borenet@google.com · 12 years ago
- da652c2 Removed the TileInfo struct used in TiledPictureRenderer. by keyar@chromium.org · 12 years ago
- 436411b Fix typo in r5202, preventing include files from showing up. by senorblanco@chromium.org · 12 years ago
- b3fb7c1 Added copyright notice to PictureRenderer.cpp by keyar@chromium.org · 12 years ago
- f6100c3 Extract list of source files from effects.gyp into effects.gypi, as was done for by senorblanco@chromium.org · 12 years ago
- dec840b Whitespace change to trigger rebuild after restart (r5198) by borenet@google.com · 12 years ago
- 392e14e Android build fix; unreviewed. by senorblanco@chromium.org · 12 years ago
- 44888c6 Move SkColorFilterImageFilter into its own file. by senorblanco@chromium.org · 12 years ago
- 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 12 years ago
- b796119 Enable 64-bit builds on Windows by borenet@google.com · 12 years ago
- b73e0f9 Add TexParameteriv entry point so ANGLE interface will validate by robertphillips@google.com · 12 years ago
- facc95a Disable imagefiltersgraph from running through pipe on android by scroggo · 12 years ago
- b3e50f2 Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
- f0fed9f test_pictures.py will now look for render_pictures.exe and skdiff.exe by keyar@chromium.org · 12 years ago
- 17bb458 Add fast path in arcTo and addArc for 0==sweep && 0|360==sweepAngle by robertphillips@google.com · 12 years ago
- b00a85b Fixed no GPU build. Not reviewed. by keyar@chromium.org · 12 years ago
- bf2768b Refactor SkImageFilter into its own .cpp file. by senorblanco@chromium.org · 12 years ago
- 28136b3 flush() and glFinish() are now in the timed area of rendering. by keyar@chromium.org · 12 years ago
- a40c20d Fixed up SK_SUPPORT_GPU flags. by keyar@chromium.org · 12 years ago
- 378c97f Deleted timer for record and unflatten benchmarks. by keyar@chromium.org · 12 years ago
- bffacc0 Added some assertions. by keyar@chromium.org · 12 years ago
- c81686c Added the option to enable GPU rendering on render_ and bench_pictures. by keyar@chromium.org · 12 years ago
- 6cb110b Remove fBitmap delete. Tile bitmaps are no longer kept around. by keyar@chromium.org · 12 years ago
- 275be53 The tiles are properly reset. by keyar@chromium.org · 12 years ago
- a474ce3 TiledPictureRenderer now has tiles accelerated when appropiate. by keyar@chromium.org · 12 years ago
- 941844b Changed new and delete to SkNEW* and SkDELETE as appropriate. by keyar@chromium.org · 12 years ago
- f8a513f resetState is called between every benchmark run. by keyar@chromium.org · 12 years ago
- 77a5522 State reset and gpu timers added. by keyar@chromium.org · 12 years ago
- 78a35c5 Changed to Yoda style comparisons where appropriate. by keyar@chromium.org · 12 years ago
- fe6391a Have GPU based approach workingish. by keyar@chromium.org · 12 years ago
- 8105846 Changed the gyp file to handle dpendencies via exports. by keyar@chromium.org · 12 years ago
- 02dfb12 Minor whitespace change. by keyar@chromium.org · 12 years ago
- 0612564 The GrContext and the GrFactoryContext are now kept around. by keyar@chromium.org · 12 years ago
- 4ea96c5 Dirty commit so Brian can see changes. by keyar@chromium.org · 12 years ago
- f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
- 5280548 Stop refcounting SkDeferredCanvas::NotificationClient by junov@chromium.org · 12 years ago
- 607d08b Set LF property on a bunch of files. by bsalomon@google.com · 12 years ago
- 7aed863 by bsalomon@google.com · 12 years ago
- 24bec79 shape ops work in progress by caryclark@google.com · 12 years ago
- 8ccfa55 adds -i flag to ignore a timer for bench plots. by bensong@google.com · 12 years ago
- a030818 revert 5156 by reed@google.com · 12 years ago
- dd8dd8f revert 5157 by reed@google.com · 12 years ago
- cf4335c add long/unsigned-long variations to the debug SkIntToScalar, as the mac compiler by reed@google.com · 12 years ago
- a448cb0 Fix SkIntToScalar signature for 64-bit build by borenet@google.com · 12 years ago
- ca8af88 Deleted 3 flaky GM baselines by robertphillips@google.com · 12 years ago
- d433c4e Cleaning up deprecated API in SkDeferredCanvas by junov@chromium.org · 12 years ago
- f9a9084 Decrease SkClipStack memory allocations & deallocations by robertphillips@google.com · 12 years ago
- 07ea2db Remove unnecessary GrContext flushes by bsalomon@google.com · 12 years ago
- 63ae1cf Make SkDeque::back faster & inline by robertphillips@google.com · 12 years ago
- 1b3ce47 Fix clear records in IODB by bsalomon@google.com · 12 years ago
- 72f3dca Modify Read/WritePixelTests to print one pixel failure for each test case rather than every pixel by bsalomon@google.com · 12 years ago
- 85cade0 Move tiling up into SampleWindow. by scroggo@google.com · 12 years ago
- 0bc38e3 Whitespace change to trigger linux bot with proprietary ATI driver newly installed. by bsalomon@google.com · 12 years ago
- 01ec2eb Added Serialization of SkPath's bound by robertphillips@google.com · 12 years ago
- 24a9356 More rebaselines from r5136 by bsalomon@google.com · 12 years ago
- 3b3e895 remove EdgeType enum. Unimportant distinction, and removing speeds up quickReject by reed@google.com · 12 years ago
- b6204b1 cleaned up algorithm codes and added 25th percentile for representation. by bensong@google.com · 12 years ago
- 8a5b7bc Rebaseline gm due to r5136 by bsalomon@google.com · 12 years ago
- c51db02 Fix a memory leak in SkBitmapHeap. by scroggo · 12 years ago
- 1d4edd3 Make all GrContext draws go through the draw buffer. by bsalomon@google.com · 12 years ago
- da17f75 add SK_ENABLE_CLIP_QUICKREJECT option (currently disabled) by reed@google.com · 12 years ago
- 460a23e Fix a parenthesis bug. by scroggo@google.com · 12 years ago
- b49d989 Remove SK_FONTHOST_WIN_DW define. by bungeman@google.com · 12 years ago
- bc4b66f we have no subclasses, so change protected to private. by reed@google.com · 12 years ago
- d57d71a Fix assertion in in order draw buffer by bsalomon@google.com · 12 years ago
- 6ca0a5d Don't try to build SkFontHost_win_dw.cpp on non-Windows platforms. by bungeman@google.com · 12 years ago
- e8f0592 DirectWrite font host for skia. https://codereview.appspot.com/5417063/ by bungeman@google.com · 12 years ago
- 0557d9e add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, intersect) by reed@google.com · 12 years ago
- e7249bd Fix overrun in aa rect renderer by bsalomon@google.com · 12 years ago
- 0d94482 Fix uninitialized color filter data on GrPaint by bsalomon@google.com · 12 years ago
- 51ee8f1 Compilation fix for r5123 (disabling template inst count tracking) by robertphillips@google.com · 12 years ago
- a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
- 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 12 years ago