1. 1dfe88e Revert r5557 (which itself was a revert of r5433). Relands SkPathRef. Will follow with change for extra debug checks to attempt to ferret out http://www.crbug.com/148637. by bsalomon@google.com · 12 years ago
  2. 9243526 Added bench to replicate Google spreadsheet-style table drawing by robertphillips@google.com · 12 years ago
  3. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  4. 43b4ed5 xcode_settings OTHER_CPLUSPLUSFLAGS is a list. by bungeman@google.com · 12 years ago
  5. 2b64f84 Add SkNativeGLContext implementation for iOS. by bsalomon@google.com · 12 years ago
  6. c58b126 Move android gl files from src/gpu/android to src/gpu/gl/android. by bsalomon@google.com · 12 years ago
  7. 7ec0015 delete obsolete/unused SkGpuCanvas by reed@google.com · 12 years ago
  8. 89dec58 Disable thumb on IOS. This removes one of XCodes complaints about the generated projects. by bsalomon@google.com · 12 years ago
  9. cca3c8f Make gpu work in iOS SampleApp. by bsalomon@google.com · 12 years ago
  10. 230504d Make SampleApp work on iPhone/iOS simulator. by bsalomon@google.com · 12 years ago
  11. e229e92 Remove deprecated SkOSWindow_wxwidgets.h by tfarina@chromium.org · 12 years ago
  12. bacfcfb Generate debugger MOCs on the fly by fmalita@google.com · 12 years ago
  13. 36631b9 Fix Xcode 4.x debugger build by fmalita@google.com · 12 years ago
  14. 4588ce8 move the xcode setup for SYMROOT to the outermost level by caryclark@google.com · 12 years ago
  15. 5c83dcc add simple ios app update ios flavor of sample app fix utils.gyp for ios by caryclark@google.com · 12 years ago
  16. d312804 shape ops -- update gyp projects by caryclark@google.com · 12 years ago
  17. 9dd78c7 re-land 5681, but just the gyp file I wanted by mike@reedtribe.org · 12 years ago
  18. 9a520eb revert 5681 by mike@reedtribe.org · 12 years ago
  19. 4269631 remove SampleXfermodes.cpp (obsolete, as we have it as a GM) by mike@reedtribe.org · 12 years ago
  20. 2e91d7a Disable warning emitted in libjpg build by bsalomon@google.com · 12 years ago
  21. f585c45 Remove GrTLList.h by robertphillips@google.com · 12 years ago
  22. ddd8fa8 Remove SkListWidget.cpp, which has not been compiled for 18 months by epoger@google.com · 12 years ago
  23. 4e2d4ff Delete SkListView.cpp, which has been #ifdef'ed out for 4+ years by epoger@google.com · 12 years ago
  24. 129dee8 fix mac builds by caryclark@google.com · 12 years ago
  25. b8d212f Build fix. Unreviewed. by senorblanco@chromium.org · 12 years ago
  26. 18b3823 unbreak the build part ii allow android in debugger.gyp by caryclark@google.com · 12 years ago
  27. 976298e unbreak the build move define of skia_arch_type to front by caryclark@google.com · 12 years ago
  28. 594dd3c iOS support work in progress by caryclark@google.com · 12 years ago
  29. cc9471c Fix premul alpha problems w/matrix convolution filter, and re-enable the bench. by senorblanco@chromium.org · 12 years ago
  30. bc5cbfe Pull SDKROOT into a gyp variable, so it can be locally overridden. This by senorblanco@chromium.org · 12 years ago
  31. 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
  32. 79723f9 Unreviewed; build fix. by senorblanco@chromium.org · 12 years ago
  33. 5faa2dc Implements a matrix convolution filter (raster path only). The filtering loop by senorblanco@chromium.org · 12 years ago
  34. 3b57ded Added functor to GrTHashCache to allow discovery of un-reffed resources by robertphillips@google.com · 12 years ago
  35. 35f5ac9 update gyp files to build on iOS by caryclark@google.com · 12 years ago
  36. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  37. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  38. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  39. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  40. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  41. b1b7f70 Add a header for OverView.cpp as well. by tfarina@chromium.org · 12 years ago
  42. 6c5418e Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 branch. by bsalomon@google.com · 12 years ago
  43. 6a12178 Add a header file for TransitionView.cpp by epoger@google.com · 12 years ago
  44. d614c6a For a picture playback with nothing written, use an empty SkData. by scroggo@google.com · 12 years ago
  45. e21795e Enable automatic rescaling in bench_pictures by borenet@google.com · 12 years ago
  46. ffadfb5 Add gm to test SkRegion/clipPath bug. by rileya@google.com · 12 years ago
  47. 1f1543f re-apply 5508, but with the new compile-flag disabled for now by reed@google.com · 12 years ago
  48. bfe1572 revert 5508 -- it broke most of the builds by reed@google.com · 12 years ago
  49. 1f8787a Using the device scale factor for glyph positioning by wjmaclean@chromium.org · 12 years ago
  50. c2dd3d4 Fix noisy Android build Review URL: https://codereview.appspot.com/6488107 by borenet@google.com · 12 years ago
  51. 9f5898d Add SkBBoxRecord subclass that builds up a BBoxHierarchy and PictureStateTree. by rileya@google.com · 12 years ago
  52. 9135939 rm temp slides by reed@google.com · 12 years ago
  53. 4813458 Make BBoxHierarchy ref-counted, fix leak in RTreeTest. by rileya@google.com · 12 years ago
  54. 9fd7f8d Add helper for maintaining clip/matrix state in non-contiguous picture playback. by rileya@google.com · 12 years ago
  55. 047696c Move GrTextureAccess decl/defn to separate files by bsalomon@google.com · 12 years ago
  56. 7fa1876 Extended instance counting to all GrResource-derived classes by robertphillips@google.com · 12 years ago
  57. bc76611 Fix Android build of render_pictures (Again) by borenet@google.com · 12 years ago
  58. de938a4 Fix Android build of render_pictures by borenet@google.com · 12 years ago
  59. 3d1a996 add techtalk slide for now (can remove it tomorrow) by reed@google.com · 12 years ago
  60. 69aca79 SkPathRef: one allocation for pts+verbs, path GenID, copy-on-write by bsalomon@google.com · 12 years ago
  61. 9a41252 Report data from bench_pictures in the same fashion as bench. by scroggo@google.com · 12 years ago
  62. e0201a4 Add SkPictureRecord subclass that computes bounding boxes. by rileya@google.com · 12 years ago
  63. 8b62c60 Added 4.6.2 prefix to existing debugger moc files by robertphillips@google.com · 12 years ago
  64. d966ab9 Add efffects to the list of dependencies for bench_pictures. Required on Android. by edisonn@google.com · 12 years ago
  65. 981b33a Add R-Tree bench. Review URL: https://codereview.appspot.com/6497086 by rileya@google.com · 12 years ago
  66. 1f45e93 Add R-Tree data structure. Review URL: https://codereview.appspot.com/6489055 by rileya@google.com · 12 years ago
  67. a98eb91 Add NaCl port of Skia by borenet@google.com · 12 years ago
  68. 623ff0a Add ANGLE to DEPS, integrate build by borenet@google.com · 12 years ago
  69. 202a51b Add effects/core.gypi to 'sources' to make them appear in VS projects by bsalomon@google.com · 12 years ago
  70. 6806bda Added bench to test multiple readPixels case by robertphillips@google.com · 12 years ago
  71. 58b4ead Perform multi core rendering in bench_pictures. by scroggo@google.com · 12 years ago
  72. 1fcc1b8 Moved GrClipMaskCache to its own files by robertphillips@google.com · 12 years ago
  73. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
  74. 9e49fb6 shape ops work in progress by caryclark@google.com · 12 years ago
  75. a04e8e8 Do premul and r/b swap conversions in a custom effect by bsalomon@google.com · 12 years ago
  76. fd668cf Fix greenish text rendering on Linux. https://codereview.appspot.com/6484048/ by bungeman@google.com · 12 years ago
  77. ac4b86c Make gpu.gypi show up in IDE projects by bsalomon@google.com · 12 years ago
  78. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  79. 2080635 Add gpu.gypi to ease skia->chrome rolls by bsalomon@google.com · 12 years ago
  80. 2ea0a23 Refactored GrDLinkedList into SkTDLinkedList by robertphillips@google.com · 12 years ago
  81. c59b5da Split out SkFontHost_FreeType into common files by george@mozilla.com · 12 years ago
  82. 84207c4 Move the code for the GPU implementation of morphology effects from GrContext by senorblanco@chromium.org · 12 years ago
  83. b2ee33c Implements the non-Porter-Duff compositing modes required for SVG's feBlend by senorblanco@chromium.org · 12 years ago
  84. d5764e8 When copying a bitmap, copy the generation ID. by scroggo@google.com · 12 years ago
  85. 9299ede Images are written by PictureRenderer and not render_pictures_main. by keyar@chromium.org · 12 years ago
  86. 03f9706 shape ops work in progress working demo of old vs. new by caryclark@google.com · 12 years ago
  87. 436411b Fix typo in r5202, preventing include files from showing up. by senorblanco@chromium.org · 12 years ago
  88. f6100c3 Extract list of source files from effects.gyp into effects.gypi, as was done for by senorblanco@chromium.org · 12 years ago
  89. 44888c6 Move SkColorFilterImageFilter into its own file. by senorblanco@chromium.org · 12 years ago
  90. b796119 Enable 64-bit builds on Windows by borenet@google.com · 12 years ago
  91. b00a85b Fixed no GPU build. Not reviewed. by keyar@chromium.org · 12 years ago
  92. bf2768b Refactor SkImageFilter into its own .cpp file. by senorblanco@chromium.org · 12 years ago
  93. 8105846 Changed the gyp file to handle dpendencies via exports. by keyar@chromium.org · 12 years ago
  94. 0612564 The GrContext and the GrFactoryContext are now kept around. by keyar@chromium.org · 12 years ago
  95. 4ea96c5 Dirty commit so Brian can see changes. by keyar@chromium.org · 12 years ago
  96. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
  97. b49d989 Remove SK_FONTHOST_WIN_DW define. by bungeman@google.com · 12 years ago
  98. 6ca0a5d Don't try to build SkFontHost_win_dw.cpp on non-Windows platforms. by bungeman@google.com · 12 years ago
  99. e8f0592 DirectWrite font host for skia. https://codereview.appspot.com/5417063/ by bungeman@google.com · 12 years ago
  100. 5bdef29 GrContextFactory can now expose the GLContext it is using. by keyar@chromium.org · 12 years ago