2012-08-20 |
keyar@chromium.org | Deleted timer for record and unflatten benchmarks. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
keyar@chromium.org | Added some assertions. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
keyar@chromium.org | Added the option to enable GPU rendering on render_... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
keyar@chromium.org | Remove fBitmap delete. Tile bitmaps are no longer kept... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
keyar@chromium.org | The tiles are properly reset. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
keyar@chromium.org | TiledPictureRenderer now has tiles accelerated when... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
keyar@chromium.org | Changed new and delete to SkNEW* and SkDELETE as approp... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
keyar@chromium.org | resetState is called between every benchmark run. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
keyar@chromium.org | State reset and gpu timers added. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
keyar@chromium.org | Changed to Yoda style comparisons where appropriate. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
keyar@chromium.org | Have GPU based approach workingish. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
keyar@chromium.org | Changed the gyp file to handle dpendencies via exports. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
keyar@chromium.org | Minor whitespace change. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
keyar@chromium.org | The GrContext and the GrFactoryContext are now kept... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
keyar@chromium.org | Dirty commit so Brian can see changes. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
senorblanco... | Implements a new class, SkSingleInputImageFilter, to... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
junov@chromium.org | Stop refcounting SkDeferredCanvas::NotificationClient |
commit | commitdiff | tree | snapshot |
2012-08-20 |
bsalomon@google.com | Set LF property on a bunch of files. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
bsalomon@google.com | Rebaseline images from r5136 and Ubuntu driver change. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
caryclark@google.com | shape ops work in progress |
commit | commitdiff | tree | snapshot |
2012-08-17 |
bensong@google.com | adds -i flag to ignore a timer for bench plots. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
reed@google.com | revert 5156 |
commit | commitdiff | tree | snapshot |
2012-08-17 |
reed@google.com | revert 5157 |
commit | commitdiff | tree | snapshot |
2012-08-17 |
reed@google.com | add long/unsigned-long variations to the debug SkIntToS... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
borenet@google.com | Fix SkIntToScalar signature for 64-bit build |
commit | commitdiff | tree | snapshot |
2012-08-17 |
robertphillips... | Deleted 3 flaky GM baselines |
commit | commitdiff | tree | snapshot |
2012-08-17 |
junov@chromium.org | Cleaning up deprecated API in SkDeferredCanvas |
commit | commitdiff | tree | snapshot |
2012-08-17 |
robertphillips... | Decrease SkClipStack memory allocations & deallocations |
commit | commitdiff | tree | snapshot |
2012-08-17 |
bsalomon@google.com | Remove unnecessary GrContext flushes |
commit | commitdiff | tree | snapshot |
2012-08-17 |
robertphillips... | Make SkDeque::back faster & inline |
commit | commitdiff | tree | snapshot |
2012-08-17 |
bsalomon@google.com | Fix clear records in IODB |
commit | commitdiff | tree | snapshot |
2012-08-17 |
bsalomon@google.com | Modify Read/WritePixelTests to print one pixel failure... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
scroggo@google.com | Move tiling up into SampleWindow. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
bsalomon@google.com | Whitespace change to trigger linux bot with proprietary... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
robertphillips... | Added Serialization of SkPath's bound |
commit | commitdiff | tree | snapshot |
2012-08-16 |
bsalomon@google.com | More rebaselines from r5136 |
commit | commitdiff | tree | snapshot |
2012-08-16 |
reed@google.com | remove EdgeType enum. Unimportant distinction, and... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
bensong@google.com | cleaned up algorithm codes and added 25th percentile... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
bsalomon@google.com | Rebaseline gm due to r5136 |
commit | commitdiff | tree | snapshot |
2012-08-16 |
scroggo | Fix a memory leak in SkBitmapHeap. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
bsalomon@google.com | Make all GrContext draws go through the draw buffer. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
reed@google.com | add SK_ENABLE_CLIP_QUICKREJECT option (currently disabled) |
commit | commitdiff | tree | snapshot |
2012-08-16 |
scroggo@google.com | Fix a parenthesis bug. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
bungeman@google.com | Remove SK_FONTHOST_WIN_DW define. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
reed@google.com | we have no subclasses, so change protected to private. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
bsalomon@google.com | Fix assertion in in order draw buffer |
commit | commitdiff | tree | snapshot |
2012-08-16 |
bungeman@google.com | Don't try to build SkFontHost_win_dw.cpp on non-Windows... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
bungeman@google.com | DirectWrite font host for skia. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
reed@google.com | add SkClipStack::clipEmpty() as an optimized way to... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
bsalomon@google.com | Fix overrun in aa rect renderer |
commit | commitdiff | tree | snapshot |
2012-08-16 |
bsalomon@google.com | Fix uninitialized color filter data on GrPaint |
commit | commitdiff | tree | snapshot |
2012-08-16 |
robertphillips... | Compilation fix for r5123 (disabling template inst... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
robertphillips... | Extended Inst counting to find "unknown" leaked object... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
robertphillips... | Replaced TextureCacheEntry with GrTexture* and a back... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
epoger@google.com | skdiff: recurse over subdirectories, unless --norecurse... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
reed@google.com | change tiling to 16 tiles instead of 4 |
commit | commitdiff | tree | snapshot |
2012-08-15 |
scroggo@google.com | Provide a key to go to the previous slide in SampleApp. |
commit | commitdiff | tree | snapshot |
2012-08-15 |
junov@chromium.org | Fixing a deferred canvas optimization that purges pendi... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
scroggo@google.com | Use SkCanvas::concat instead of SkCanvas::setMatrix... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
bensong@google.com | added representation to xhtml title. |
commit | commitdiff | tree | snapshot |
2012-08-15 |
bensong@google.com | fixes elif bug. |
commit | commitdiff | tree | snapshot |
2012-08-15 |
bensong@google.com | adds flag for choosing bench representative algorithm. |
commit | commitdiff | tree | snapshot |
2012-08-15 |
scroggo@google.com | Skip tiled drawing in GM for magnifier image filter. |
commit | commitdiff | tree | snapshot |
2012-08-15 |
robertphillips... | Added virtual destructor to SkColorSpaceLuminance |
commit | commitdiff | tree | snapshot |
2012-08-15 |
reed@google.com | add 't' to toggle tiling modes |
commit | commitdiff | tree | snapshot |
2012-08-15 |
robertphillips... | Addressed Windows compiler complaints |
commit | commitdiff | tree | snapshot |
2012-08-14 |
keyar@chromium.org | GrContextFactory can now expose the GLContext it is... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
bsalomon@google.com | revert r5100 experiment |
commit | commitdiff | tree | snapshot |
2012-08-14 |
rileya@google.com | Revert GrTextureStripAtlas change due to performance... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
rileya@google.com | Fix for GPU-less Linux build: move #include GrTextureSt... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
rileya@google.com | Made gradient effects use GrTextureStripAtlas. |
commit | commitdiff | tree | snapshot |
2012-08-14 |
bsalomon@google.com | Temporary change to bench on android to run limited... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
scroggo@google.com | Ensure that Pipe does not crash when attempting to... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
rmistry@google.com | Fixing source files that do not have newlines at the... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
reed@google.com | privatize SkScalerContext.h |
commit | commitdiff | tree | snapshot |
2012-08-14 |
chudy@google.com | Bug Fix: Fixes transformation bug where debugger locked... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
chudy@google.com | Bug Fix: Fixes incremental drawing in conjunction with... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
chudy@google.com | Refactored inspector widget such that creating custom... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
scroggo@google.com | Fix broken test. |
commit | commitdiff | tree | snapshot |
2012-08-14 |
scroggo@google.com | Move write buffer flags used by SkFlataData::Create... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
reed@google.com | To allow forward declarations, move SkScalerContext... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
bsalomon@google.com | Reduce number of paths created by benchs |
commit | commitdiff | tree | snapshot |
2012-08-14 |
scroggo@google.com | Remove baseline for flaky test. |
commit | commitdiff | tree | snapshot |
2012-08-14 |
reed@google.com | privatize SkDescriptor.h |
commit | commitdiff | tree | snapshot |
2012-08-14 |
scroggo@google.com | In SkGPipeCanvas, rename fSharedHeap to fBitmapHeap |
commit | commitdiff | tree | snapshot |
2012-08-14 |
bsalomon@google.com | Make SkTArray consider only the new count and reserve... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
chudy@google.com | Bug Fix: Resets the users zoom and translation every... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
scroggo@google.com | Use SkBitmapHeap for shaders in SkGPipe. |
commit | commitdiff | tree | snapshot |
2012-08-14 |
scroggo@google.com | Check in r5063 again, along with fix for tests. |
commit | commitdiff | tree | snapshot |
2012-08-14 |
bsalomon@google.com | Reduce allocations in RandomPathBench |
commit | commitdiff | tree | snapshot |
2012-08-14 |
tomhudson@google.com | Clean up most clang warnings outside animator/ |
commit | commitdiff | tree | snapshot |
2012-08-14 |
junov@chromium.org | Augmenting SkDeferredCanvas notification interface... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
reed@google.com | add LF at the end, for clanginess |
commit | commitdiff | tree | snapshot |
2012-08-14 |
bsalomon@google.com | Add inst counting to bench and count SkPaths |
commit | commitdiff | tree | snapshot |
2012-08-14 |
mike@reedtribe.org | delete empty file |
commit | commitdiff | tree | snapshot |
2012-08-14 |
mike@reedtribe.org | oops, revert the flake on the win shuttle |
commit | commitdiff | tree | snapshot |
2012-08-14 |
mike@reedtribe.org | remove as flake? |
commit | commitdiff | tree | snapshot |
2012-08-13 |
bsalomon@google.com | Stop bench from leaking |
commit | commitdiff | tree | snapshot |
2012-08-13 |
rileya@google.com | Mac 10.6 build fix: got rid of now-unecessary GrTexture... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
rileya@google.com | Added GrTextureStripAtlas object. |
commit | commitdiff | tree | snapshot |
next |