platform/upstream/libSkiaSharp.git
2012-08-23 george@mozilla.comSplit out SkFontHost_FreeType into common files
2012-08-22 senorblanco... Actually remove the GrMorphologyEffect.* files from...
2012-08-22 senorblanco... Move the code for the GPU implementation of morphology...
2012-08-22 senorblanco... Another speculative Android build fix (unreviewed).
2012-08-22 bungeman@google.comSkRef for expressions.
2012-08-22 senorblanco... Android build fix (unreviewed).
2012-08-22 rmistry@google.comThe script does the following:
2012-08-22 robertphillips... Fixed instance counting for templated classes
2012-08-22 senorblanco... Fix for no-GPU build (unreviewed).
2012-08-22 senorblanco... Implements the non-Porter-Duff compositing modes requir...
2012-08-22 scroggo@google.comSkBitmap::scrollRect changes pixels, but only if not...
2012-08-22 scroggo@google.comFix GPU-less build.
2012-08-22 scroggo@google.comWhen copying a bitmap, copy the generation ID.
2012-08-22 bsalomon@google.comRemove unnecessary flush from SkGpuDevice
2012-08-22 bsalomon@google.comRevert 5213. WK r126226 has landed in Chromium and...
2012-08-22 bsalomon@google.comDelete failing images on galaxy nexus (Issue 790).
2012-08-22 robertphillips... Scratch textures are no longer removed from the cache...
2012-08-22 robertphillips... Added resource cache debug output to help track changes
2012-08-21 bsalomon@google.comDelete more win7 intel flaky hairline position images.
2012-08-21 bungeman@google.comForce opaque in SkBlendLCD16Opaque_SSE2 to match SkBlen...
2012-08-21 djsollen@google.comUpdate bench_compare to do the comparison using differe...
2012-08-21 keyar@chromium.orgImages are written by PictureRenderer and not render_pi...
2012-08-21 keyar@chromium.orgBenchmark results will now print to STDOUT if on not...
2012-08-21 bsalomon@google.comFlush in ~SkGpuDevice to unblock Skia roll
2012-08-21 djsollen@google.comAdd check for EDSP to the 565 opaque blitter.
2012-08-21 djsollen@google.comUpstream ARM 565 optimizations from AOSP.
2012-08-21 robertphillips... Fixed compilation issue when instance counting is disabled
2012-08-21 caryclark@google.comshape ops work in progress
2012-08-20 borenet@google.comWhitespace change to trigger rebuild after master restart
2012-08-20 keyar@chromium.orgRemoved the TileInfo struct used in TiledPictureRenderer.
2012-08-20 senorblanco... Fix typo in r5202, preventing include files from showin...
2012-08-20 keyar@chromium.orgAdded copyright notice to PictureRenderer.cpp
2012-08-20 senorblanco... Extract list of source files from effects.gyp into...
2012-08-20 borenet@google.comWhitespace change to trigger rebuild after restart...
2012-08-20 senorblanco... Android build fix; unreviewed.
2012-08-20 senorblanco... Move SkColorFilterImageFilter into its own file.
2012-08-20 bsalomon@google.comRemove _UPM_ GrPixelConfigs
2012-08-20 borenet@google.comEnable 64-bit builds on Windows
2012-08-20 robertphillips... Add TexParameteriv entry point so ANGLE interface will...
2012-08-20 scroggoDisable imagefiltersgraph from running through pipe...
2012-08-20 rileya@google.comReapply r5101 and r5102: Made gradient effects use...
2012-08-20 keyar@chromium.orgtest_pictures.py will now look for render_pictures...
2012-08-20 robertphillips... Add fast path in arcTo and addArc for 0==sweep && 0...
2012-08-20 keyar@chromium.orgFixed no GPU build. Not reviewed.
2012-08-20 senorblanco... Refactor SkImageFilter into its own .cpp file.
2012-08-20 keyar@chromium.orgflush() and glFinish() are now in the timed area of...
2012-08-20 keyar@chromium.orgFixed up SK_SUPPORT_GPU flags.
2012-08-20 keyar@chromium.orgDeleted timer for record and unflatten benchmarks.
2012-08-20 keyar@chromium.orgAdded some assertions.
2012-08-20 keyar@chromium.orgAdded the option to enable GPU rendering on render_...
2012-08-20 keyar@chromium.orgRemove fBitmap delete. Tile bitmaps are no longer kept...
2012-08-20 keyar@chromium.orgThe tiles are properly reset.
2012-08-20 keyar@chromium.orgTiledPictureRenderer now has tiles accelerated when...
2012-08-20 keyar@chromium.orgChanged new and delete to SkNEW* and SkDELETE as approp...
2012-08-20 keyar@chromium.orgresetState is called between every benchmark run.
2012-08-20 keyar@chromium.orgState reset and gpu timers added.
2012-08-20 keyar@chromium.orgChanged to Yoda style comparisons where appropriate.
2012-08-20 keyar@chromium.orgHave GPU based approach workingish.
2012-08-20 keyar@chromium.orgChanged the gyp file to handle dpendencies via exports.
2012-08-20 keyar@chromium.orgMinor whitespace change.
2012-08-20 keyar@chromium.orgThe GrContext and the GrFactoryContext are now kept...
2012-08-20 keyar@chromium.orgDirty commit so Brian can see changes.
2012-08-20 senorblanco... Implements a new class, SkSingleInputImageFilter, to...
2012-08-20 junov@chromium.orgStop refcounting SkDeferredCanvas::NotificationClient
2012-08-20 bsalomon@google.comSet LF property on a bunch of files.
2012-08-20 bsalomon@google.comRebaseline images from r5136 and Ubuntu driver change.
2012-08-20 caryclark@google.comshape ops work in progress
2012-08-17 bensong@google.comadds -i flag to ignore a timer for bench plots.
2012-08-17 reed@google.comrevert 5156
2012-08-17 reed@google.comrevert 5157
2012-08-17 reed@google.comadd long/unsigned-long variations to the debug SkIntToS...
2012-08-17 borenet@google.comFix SkIntToScalar signature for 64-bit build
2012-08-17 robertphillips... Deleted 3 flaky GM baselines
2012-08-17 junov@chromium.orgCleaning up deprecated API in SkDeferredCanvas
2012-08-17 robertphillips... Decrease SkClipStack memory allocations & deallocations
2012-08-17 bsalomon@google.comRemove unnecessary GrContext flushes
2012-08-17 robertphillips... Make SkDeque::back faster & inline
2012-08-17 bsalomon@google.comFix clear records in IODB
2012-08-17 bsalomon@google.comModify Read/WritePixelTests to print one pixel failure...
2012-08-17 scroggo@google.comMove tiling up into SampleWindow.
2012-08-17 bsalomon@google.comWhitespace change to trigger linux bot with proprietary...
2012-08-17 robertphillips... Added Serialization of SkPath's bound
2012-08-16 bsalomon@google.comMore rebaselines from r5136
2012-08-16 reed@google.comremove EdgeType enum. Unimportant distinction, and...
2012-08-16 bensong@google.comcleaned up algorithm codes and added 25th percentile...
2012-08-16 bsalomon@google.comRebaseline gm due to r5136
2012-08-16 scroggoFix a memory leak in SkBitmapHeap.
2012-08-16 bsalomon@google.comMake all GrContext draws go through the draw buffer.
2012-08-16 reed@google.comadd SK_ENABLE_CLIP_QUICKREJECT option (currently disabled)
2012-08-16 scroggo@google.comFix a parenthesis bug.
2012-08-16 bungeman@google.comRemove SK_FONTHOST_WIN_DW define.
2012-08-16 reed@google.comwe have no subclasses, so change protected to private.
2012-08-16 bsalomon@google.comFix assertion in in order draw buffer
2012-08-16 bungeman@google.comDon't try to build SkFontHost_win_dw.cpp on non-Windows...
2012-08-16 bungeman@google.comDirectWrite font host for skia.
2012-08-16 reed@google.comadd SkClipStack::clipEmpty() as an optimized way to...
2012-08-16 bsalomon@google.comFix overrun in aa rect renderer
2012-08-16 bsalomon@google.comFix uninitialized color filter data on GrPaint
2012-08-16 robertphillips... Compilation fix for r5123 (disabling template inst...
2012-08-16 robertphillips... Extended Inst counting to find "unknown" leaked object...
next