1. fe0d680 disable werror on 64 bit by humper@google.com · 12 years ago
  2. af2bd7b hopefully fix gyp mistake for iOS by humper@google.com · 12 years ago
  3. 21cbec4 Remove GrTDArray. by bsalomon@google.com · 12 years ago
  4. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  5. f515ffc Show the paint's typeface information in the details pane of the debugger. by humper@google.com · 12 years ago
  6. e3453cb This CL introduces a new path renderer. by sugoi@google.com · 12 years ago
  7. ac0d47e move include of src/effects into general, and out of gpu-specific by reed@google.com · 12 years ago
  8. 7c7292c Added a new function to directly generate a blurred rectangle analytically. by humper@google.com · 12 years ago
  9. 6d0032a shape ops work in progress by caryclark@google.com · 12 years ago
  10. 11f20d6 Remove GrInstanceCounter. by bsalomon@google.com · 12 years ago
  11. dc73354 add SampleRotatedCircles.cpp by mike@reedtribe.org · 12 years ago
  12. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  13. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  14. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  15. ee8a8e3 Re-land r6843 with copied gyp file to (hopefully) fix Windows build by epoger@google.com · 12 years ago
  16. 24b4f97 Add AndroidPathRenderer to experimental gyp and get it compiling with Skia code. by jvanverth@google.com · 12 years ago
  17. 4e18c7a Add RRect GM by robertphillips@google.com · 12 years ago
  18. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  19. 33352d9 Roll out r6843 to hopefully fix Windows builds by epoger@google.com · 12 years ago
  20. 6c0e522 Add --writeJsonSummary option to gm by epoger@google.com · 12 years ago
  21. 3707164 add gm for rrect, and rrect.inset/outset by mike@reedtribe.org · 12 years ago
  22. 04b5468 Fix Android SampleApp by djsollen@google.com · 12 years ago
  23. 4d3f3cd Fix android build by removing references to the old sampleApp by djsollen@google.com · 12 years ago
  24. 3cb834b Modifying SkTileGrid to support arbitrary query rectangles. by junov@chromium.org · 12 years ago
  25. 4c1f091 kill unused SkFlipPixelRef Review URL: https://codereview.appspot.com/6949043 by reed@google.com · 12 years ago
  26. 31114c6 Create SkBitmapChecksummer and associated SkBitmapTransformer by epoger@google.com · 12 years ago
  27. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  28. d3d377f Update filter tool to write out paths to .cpp file by robertphillips@google.com · 12 years ago
  29. 7346df5 utils.gyp: add SkCityHash.h, delete SkConsistentChecksum.h by epoger@google.com · 12 years ago
  30. 0bba6bd Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS) by epoger@google.com · 12 years ago
  31. 170bd79 Move GrReducedClip to its own files. by bsalomon@google.com · 12 years ago
  32. e3c8ddf Update skdiff. https://codereview.appspot.com/6850115/ by bungeman@google.com · 12 years ago
  33. 7cdea64 The goal is to make the ClangCompile buildstep in the Housekeeping bot turn red if there is a warning. by rmistry@google.com · 12 years ago
  34. fdabcb5 Add missing SK_API definition at request of Chromium callers by djsollen@google.com · 12 years ago
  35. b1c8827 add gm/pathinterior.cpp in advance of cary's path api by reed@google.com · 12 years ago
  36. 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago
  37. 7d68335 add getTypes() to SkMatrix44, to cache how complex the matrix is. add bench by reed@google.com · 12 years ago
  38. bbe5290 Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
  39. 08cb728 Revert change accidentally committed. by bsalomon@google.com · 12 years ago
  40. d29902e Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
  41. 42619d8 Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for forthcoming SkTLList. by bsalomon@google.com · 12 years ago
  42. 9f686f3 Create a factory to decode an SkBitmap from an SkData. by scroggo@google.com · 12 years ago
  43. fe7b1ed add SkPictureUtils::GatherPixelRefs() by reed@google.com · 12 years ago
  44. 5afbbc4 Enable profiling options to be selectively enabled for a given build by djsollen@google.com · 12 years ago
  45. 5985e7c SkRoundRect start by robertphillips@google.com · 12 years ago
  46. 223137f Remove GrRandom API in favor of SkRandom. by tfarina@chromium.org · 12 years ago
  47. 729e1c4 shape ops work in progress by caryclark@google.com · 12 years ago
  48. 6dec8fc Add drawing of paths to debugger by robertphillips@google.com · 12 years ago
  49. 603dbed add specialty strokeRect() to SkStroke, which can return much cleaner results by reed@google.com · 12 years ago
  50. a544f29 Additional OpenType tables. https://codereview.appspot.com/6850075/ by bungeman@google.com · 12 years ago
  51. 8a1cdae Breakdown profile time by command type in the overview pane by robertphillips@google.com · 12 years ago
  52. 276a295 Add support for SkImageRef_ashmem. by djsollen@google.com · 12 years ago
  53. 013c5d9 In SkBitmapHeap, defer adding owners for new bitmaps. by scroggo@google.com · 12 years ago
  54. 2bde91d Add profiling to debugger by robertphillips@google.com · 12 years ago
  55. 5dd85a4 add gm for srcmode (and clearmode) in prep for optimization work by reed@google.com · 12 years ago
  56. a09e883 Update filter tool to allow input directory. by djsollen@google.com · 12 years ago
  57. 0d92353 Fix Linux link errors for some targets by adding -lX11 to gpu.gyp's by senorblanco@chromium.org · 12 years ago
  58. 4a26d9d Add a new PictureRenderer that draws the picture then breaks up into tiles. by scroggo@google.com · 12 years ago
  59. adc58e4 Unit testing for SkTileGrid Review URL: https://codereview.appspot.com/6827053 by junov@chromium.org · 12 years ago
  60. 9daf96a Break out SkOffsetImageFilter into its own file, and derive it from by senorblanco@chromium.org · 12 years ago
  61. 7b53706 Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playback. by junov@chromium.org · 12 years ago
  62. db87c96 add blurrect gm by reed@google.com · 12 years ago
  63. 4adfab8 Split off SkConsistentChecksum from SkChecksum by epoger@google.com · 12 years ago
  64. 9313ca4 Adding rtree support to the bench_pictures utility by junov@chromium.org · 12 years ago
  65. 760f2d9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  66. c319abe Add utility to convert skp files to pdf files. Code compatible with render_pictures_main.cpp. I could have refactored the code to avoid code duplication, but it does not seem right, and it will overcomplicate the code. by edisonn@google.com · 12 years ago
  67. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  68. db2e25a Fix NoGPU build by borenet@google.com · 12 years ago
  69. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  70. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  71. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
  72. 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
  73. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
  74. 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 12 years ago
  75. ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 12 years ago
  76. 4d3c281 Implement SkCondVar for windows. by scroggo@google.com · 12 years ago
  77. 4177ef4 Add SkThreadPool for managing threads. by scroggo@google.com · 12 years ago
  78. 97b6b07 Fleshed out GPU portion of image/surface feature by robertphillips@google.com · 12 years ago
  79. 4117a24 add test for bug in line drawing. fix is pending a way to handle all of the by reed@google.com · 12 years ago
  80. 4b2e1c8 Rebase gpu_dev up to r5182 by bsalomon@google.com · 12 years ago
  81. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  82. 42041e6 Allow default texture cache limit to be set within gyp. by djsollen@google.com · 12 years ago
  83. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  84. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  85. 1ca015b add bench for hairlines by reed@google.com · 12 years ago
  86. 6714ea4 gyp: generate "everything" and "most" targets instead of "all" by epoger@google.com · 12 years ago
  87. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 12 years ago
  88. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  89. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  90. 50e4c72 add sample to debug in fatbits mode by mike@reedtribe.org · 12 years ago
  91. c6126c1 Add a GM that tests xfermode-based color filters. by bsalomon@google.com · 12 years ago
  92. c7a37c7 Place r5997 (make arcto's convex) behind a compiler flag to delay day of reckoning with Webkit baselines by robertphillips@google.com · 12 years ago
  93. 9c875d3 add a "most" target, and make it the default by epoger@google.com · 12 years ago
  94. b2ad101 Make table color filter use asNewCustomStage. by bsalomon@google.com · 12 years ago
  95. 1708eea more pixman work in progress by caryclark@google.com · 12 years ago
  96. c91dfe4 shape ops work in progress by caryclark@google.com · 12 years ago
  97. f94dd18 Remove an obsolete comment. by scroggo@google.com · 12 years ago
  98. b3e7794 Generate debugger mocs into out instead of src. by bungeman@google.com · 12 years ago
  99. e5877e6 Delete SkWidget.cpp, which has been #ifdef'ed out for 4+ years. by tfarina@chromium.org · 12 years ago
  100. 2d6535a Remove support for building skia android apps outside of an APK. by djsollen@google.com · 12 years ago