1. b796119 Enable 64-bit builds on Windows by borenet@google.com · 12 years ago
  2. b73e0f9 Add TexParameteriv entry point so ANGLE interface will validate by robertphillips@google.com · 12 years ago
  3. facc95a Disable imagefiltersgraph from running through pipe on android by scroggo · 12 years ago
  4. b3e50f2 Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
  5. f0fed9f test_pictures.py will now look for render_pictures.exe and skdiff.exe by keyar@chromium.org · 12 years ago
  6. 17bb458 Add fast path in arcTo and addArc for 0==sweep && 0|360==sweepAngle by robertphillips@google.com · 12 years ago
  7. b00a85b Fixed no GPU build. Not reviewed. by keyar@chromium.org · 12 years ago
  8. bf2768b Refactor SkImageFilter into its own .cpp file. by senorblanco@chromium.org · 12 years ago
  9. 28136b3 flush() and glFinish() are now in the timed area of rendering. by keyar@chromium.org · 12 years ago
  10. a40c20d Fixed up SK_SUPPORT_GPU flags. by keyar@chromium.org · 12 years ago
  11. 378c97f Deleted timer for record and unflatten benchmarks. by keyar@chromium.org · 12 years ago
  12. bffacc0 Added some assertions. by keyar@chromium.org · 12 years ago
  13. c81686c Added the option to enable GPU rendering on render_ and bench_pictures. by keyar@chromium.org · 12 years ago
  14. 6cb110b Remove fBitmap delete. Tile bitmaps are no longer kept around. by keyar@chromium.org · 12 years ago
  15. 275be53 The tiles are properly reset. by keyar@chromium.org · 12 years ago
  16. a474ce3 TiledPictureRenderer now has tiles accelerated when appropiate. by keyar@chromium.org · 12 years ago
  17. 941844b Changed new and delete to SkNEW* and SkDELETE as appropriate. by keyar@chromium.org · 12 years ago
  18. f8a513f resetState is called between every benchmark run. by keyar@chromium.org · 12 years ago
  19. 77a5522 State reset and gpu timers added. by keyar@chromium.org · 12 years ago
  20. 78a35c5 Changed to Yoda style comparisons where appropriate. by keyar@chromium.org · 12 years ago
  21. fe6391a Have GPU based approach workingish. by keyar@chromium.org · 12 years ago
  22. 8105846 Changed the gyp file to handle dpendencies via exports. by keyar@chromium.org · 12 years ago
  23. 02dfb12 Minor whitespace change. by keyar@chromium.org · 12 years ago
  24. 0612564 The GrContext and the GrFactoryContext are now kept around. by keyar@chromium.org · 12 years ago
  25. 4ea96c5 Dirty commit so Brian can see changes. by keyar@chromium.org · 12 years ago
  26. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
  27. 5280548 Stop refcounting SkDeferredCanvas::NotificationClient by junov@chromium.org · 12 years ago
  28. 607d08b Set LF property on a bunch of files. by bsalomon@google.com · 12 years ago
  29. 7aed863 by bsalomon@google.com · 12 years ago
  30. 24bec79 shape ops work in progress by caryclark@google.com · 12 years ago
  31. 8ccfa55 adds -i flag to ignore a timer for bench plots. by bensong@google.com · 12 years ago
  32. a030818 revert 5156 by reed@google.com · 12 years ago
  33. dd8dd8f revert 5157 by reed@google.com · 12 years ago
  34. cf4335c add long/unsigned-long variations to the debug SkIntToScalar, as the mac compiler by reed@google.com · 12 years ago
  35. a448cb0 Fix SkIntToScalar signature for 64-bit build by borenet@google.com · 12 years ago
  36. ca8af88 Deleted 3 flaky GM baselines by robertphillips@google.com · 12 years ago
  37. d433c4e Cleaning up deprecated API in SkDeferredCanvas by junov@chromium.org · 12 years ago
  38. f9a9084 Decrease SkClipStack memory allocations & deallocations by robertphillips@google.com · 12 years ago
  39. 07ea2db Remove unnecessary GrContext flushes by bsalomon@google.com · 12 years ago
  40. 63ae1cf Make SkDeque::back faster & inline by robertphillips@google.com · 12 years ago
  41. 1b3ce47 Fix clear records in IODB by bsalomon@google.com · 12 years ago
  42. 72f3dca Modify Read/WritePixelTests to print one pixel failure for each test case rather than every pixel by bsalomon@google.com · 12 years ago
  43. 85cade0 Move tiling up into SampleWindow. by scroggo@google.com · 12 years ago
  44. 0bc38e3 Whitespace change to trigger linux bot with proprietary ATI driver newly installed. by bsalomon@google.com · 12 years ago
  45. 01ec2eb Added Serialization of SkPath's bound by robertphillips@google.com · 12 years ago
  46. 24a9356 More rebaselines from r5136 by bsalomon@google.com · 12 years ago
  47. 3b3e895 remove EdgeType enum. Unimportant distinction, and removing speeds up quickReject by reed@google.com · 12 years ago
  48. b6204b1 cleaned up algorithm codes and added 25th percentile for representation. by bensong@google.com · 12 years ago
  49. 8a5b7bc Rebaseline gm due to r5136 by bsalomon@google.com · 12 years ago
  50. c51db02 Fix a memory leak in SkBitmapHeap. by scroggo · 12 years ago
  51. 1d4edd3 Make all GrContext draws go through the draw buffer. by bsalomon@google.com · 12 years ago
  52. da17f75 add SK_ENABLE_CLIP_QUICKREJECT option (currently disabled) by reed@google.com · 12 years ago
  53. 460a23e Fix a parenthesis bug. by scroggo@google.com · 12 years ago
  54. b49d989 Remove SK_FONTHOST_WIN_DW define. by bungeman@google.com · 12 years ago
  55. bc4b66f we have no subclasses, so change protected to private. by reed@google.com · 12 years ago
  56. d57d71a Fix assertion in in order draw buffer by bsalomon@google.com · 12 years ago
  57. 6ca0a5d Don't try to build SkFontHost_win_dw.cpp on non-Windows platforms. by bungeman@google.com · 12 years ago
  58. e8f0592 DirectWrite font host for skia. https://codereview.appspot.com/5417063/ by bungeman@google.com · 12 years ago
  59. 0557d9e add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, intersect) by reed@google.com · 12 years ago
  60. e7249bd Fix overrun in aa rect renderer by bsalomon@google.com · 12 years ago
  61. 0d94482 Fix uninitialized color filter data on GrPaint by bsalomon@google.com · 12 years ago
  62. 51ee8f1 Compilation fix for r5123 (disabling template inst count tracking) by robertphillips@google.com · 12 years ago
  63. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  64. 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 12 years ago
  65. 71329d8 skdiff: recurse over subdirectories, unless --norecurse option is given by epoger@google.com · 12 years ago
  66. 56b64a5 change tiling to 16 tiles instead of 4 by reed@google.com · 12 years ago
  67. e2dd973 Provide a key to go to the previous slide in SampleApp. by scroggo@google.com · 12 years ago
  68. a8db8fe Fixing a deferred canvas optimization that purges pending draws when the canvas is cleared by junov@chromium.org · 12 years ago
  69. 837d31a Use SkCanvas::concat instead of SkCanvas::setMatrix so this GM can be tiled. by scroggo@google.com · 12 years ago
  70. 8c1de76 added representation to xhtml title. by bensong@google.com · 12 years ago
  71. 2ee780b fixes elif bug. by bensong@google.com · 12 years ago
  72. 8734816 adds flag for choosing bench representative algorithm. by bensong@google.com · 12 years ago
  73. 6325886 Skip tiled drawing in GM for magnifier image filter. by scroggo@google.com · 12 years ago
  74. cb73b31 Added virtual destructor to SkColorSpaceLuminance by robertphillips@google.com · 12 years ago
  75. 67b89ee add 't' to toggle tiling modes by reed@google.com · 12 years ago
  76. 5d8d186 Addressed Windows compiler complaints by robertphillips@google.com · 12 years ago
  77. 5bdef29 GrContextFactory can now expose the GLContext it is using. by keyar@chromium.org · 12 years ago
  78. a913a99 revert r5100 experiment by bsalomon@google.com · 12 years ago
  79. 9a92714 Revert GrTextureStripAtlas change due to performance concerns. by rileya@google.com · 12 years ago
  80. 9766ecd Fix for GPU-less Linux build: move #include GrTextureStripAtlas into SK_SUPPORT_GPU ifdefs. Unreviewed. by rileya@google.com · 12 years ago
  81. 50b2bcf Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
  82. 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 · 12 years ago
  83. d5d158b Ensure that Pipe does not crash when attempting to draw after endRecording. by scroggo@google.com · 12 years ago
  84. bda03db Fixing source files that do not have newlines at the end. by rmistry@google.com · 12 years ago
  85. c0f1dfb privatize SkScalerContext.h by reed@google.com · 12 years ago
  86. 4c7962e Bug Fix: Fixes transformation bug where debugger locked up during incremental draw due to nested clips not being cleared. by chudy@google.com · 12 years ago
  87. b8ec32e Bug Fix: Fixes incremental drawing in conjunction with the highlighting filter for the OpenGL widget. by chudy@google.com · 12 years ago
  88. 6bd109a Refactored inspector widget such that creating custom tabs for information is straightforward for future developers. by chudy@google.com · 12 years ago
  89. 40fbb18 Fix broken test. by scroggo@google.com · 12 years ago
  90. 664fab1 Move write buffer flags used by SkFlataData::Create into SkFlatController. by scroggo@google.com · 12 years ago
  91. a9d4e84 To allow forward declarations, move SkScalerContext::Rec to SkScalerContextRec by reed@google.com · 12 years ago
  92. b5e4703 Reduce number of paths created by benchs by bsalomon@google.com · 12 years ago
  93. 7811e13 Remove baseline for flaky test. by scroggo@google.com · 12 years ago
  94. fe8765c privatize SkDescriptor.h by reed@google.com · 12 years ago
  95. d9d2967 In SkGPipeCanvas, rename fSharedHeap to fBitmapHeap by scroggo@google.com · 12 years ago
  96. 137209f Make SkTArray consider only the new count and reserve when determining how much to alloc by bsalomon@google.com · 12 years ago
  97. 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 · 12 years ago
  98. 7ca2443 Use SkBitmapHeap for shaders in SkGPipe. by scroggo@google.com · 12 years ago
  99. 3e26bd0 Check in r5063 again, along with fix for tests. by scroggo@google.com · 12 years ago
  100. 6d552ee Reduce allocations in RandomPathBench by bsalomon@google.com · 12 years ago