1. 223137f Remove GrRandom API in favor of SkRandom. by tfarina@chromium.org · 12 years ago
  2. 729e1c4 shape ops work in progress by caryclark@google.com · 12 years ago
  3. 6dec8fc Add drawing of paths to debugger by robertphillips@google.com · 12 years ago
  4. 603dbed add specialty strokeRect() to SkStroke, which can return much cleaner results by reed@google.com · 12 years ago
  5. a544f29 Additional OpenType tables. https://codereview.appspot.com/6850075/ by bungeman@google.com · 12 years ago
  6. 8a1cdae Breakdown profile time by command type in the overview pane by robertphillips@google.com · 12 years ago
  7. 276a295 Add support for SkImageRef_ashmem. by djsollen@google.com · 12 years ago
  8. 013c5d9 In SkBitmapHeap, defer adding owners for new bitmaps. by scroggo@google.com · 12 years ago
  9. 2bde91d Add profiling to debugger by robertphillips@google.com · 12 years ago
  10. 5dd85a4 add gm for srcmode (and clearmode) in prep for optimization work by reed@google.com · 12 years ago
  11. a09e883 Update filter tool to allow input directory. by djsollen@google.com · 12 years ago
  12. 0d92353 Fix Linux link errors for some targets by adding -lX11 to gpu.gyp's by senorblanco@chromium.org · 12 years ago
  13. 4a26d9d Add a new PictureRenderer that draws the picture then breaks up into tiles. by scroggo@google.com · 12 years ago
  14. adc58e4 Unit testing for SkTileGrid Review URL: https://codereview.appspot.com/6827053 by junov@chromium.org · 12 years ago
  15. 9daf96a Break out SkOffsetImageFilter into its own file, and derive it from by senorblanco@chromium.org · 12 years ago
  16. 7b53706 Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playback. by junov@chromium.org · 12 years ago
  17. db87c96 add blurrect gm by reed@google.com · 12 years ago
  18. 4adfab8 Split off SkConsistentChecksum from SkChecksum by epoger@google.com · 12 years ago
  19. 9313ca4 Adding rtree support to the bench_pictures utility by junov@chromium.org · 12 years ago
  20. 760f2d9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  21. 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
  22. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  23. db2e25a Fix NoGPU build by borenet@google.com · 12 years ago
  24. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  25. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  26. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
  27. 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
  28. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
  29. 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 12 years ago
  30. ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 12 years ago
  31. 4d3c281 Implement SkCondVar for windows. by scroggo@google.com · 12 years ago
  32. 4177ef4 Add SkThreadPool for managing threads. by scroggo@google.com · 12 years ago
  33. 97b6b07 Fleshed out GPU portion of image/surface feature by robertphillips@google.com · 12 years ago
  34. 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
  35. 4b2e1c8 Rebase gpu_dev up to r5182 by bsalomon@google.com · 12 years ago
  36. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  37. 42041e6 Allow default texture cache limit to be set within gyp. by djsollen@google.com · 12 years ago
  38. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  39. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  40. 1ca015b add bench for hairlines by reed@google.com · 12 years ago
  41. 6714ea4 gyp: generate "everything" and "most" targets instead of "all" by epoger@google.com · 12 years ago
  42. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 12 years ago
  43. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  44. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  45. 50e4c72 add sample to debug in fatbits mode by mike@reedtribe.org · 12 years ago
  46. c6126c1 Add a GM that tests xfermode-based color filters. by bsalomon@google.com · 12 years ago
  47. 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
  48. 9c875d3 add a "most" target, and make it the default by epoger@google.com · 12 years ago
  49. b2ad101 Make table color filter use asNewCustomStage. by bsalomon@google.com · 12 years ago
  50. 1708eea more pixman work in progress by caryclark@google.com · 12 years ago
  51. c91dfe4 shape ops work in progress by caryclark@google.com · 12 years ago
  52. f94dd18 Remove an obsolete comment. by scroggo@google.com · 12 years ago
  53. b3e7794 Generate debugger mocs into out instead of src. by bungeman@google.com · 12 years ago
  54. e5877e6 Delete SkWidget.cpp, which has been #ifdef'ed out for 4+ years. by tfarina@chromium.org · 12 years ago
  55. 2d6535a Remove support for building skia android apps outside of an APK. by djsollen@google.com · 12 years ago
  56. 4231609 Add new GM, shadertext3. It would have revealed a bug in the GPU draw-large-text-as-path code path that was recently fixed. by bsalomon@google.com · 12 years ago
  57. 8d21f6c When two or more color matrix image filters are connected together, and the non-leaf matrices do not require clamping, we can concatenate their matrices and apply them together. by senorblanco@chromium.org · 12 years ago
  58. 3d407a1 add bench for drawBitmapRectToRect by reed@google.com · 12 years ago
  59. b364eb6 Fix ANGLE build by borenet@google.com · 12 years ago
  60. d980478 Fix Qt OpenGL lib name on Windows and change the default qt_sdk var value on windows. by bsalomon@google.com · 12 years ago
  61. efb1d77 Build Skia as a static library by borenet@google.com · 12 years ago
  62. 8f338a3 Fix build break. a cpp file was not included in the checkin list. will send to code review and check it in too by edisonn@google.com · 12 years ago
  63. 2a827e8 Add an SKP to PDF rendered. test_pdfs.py will be hooked up in buildbot testing later. by edisonn@google.com · 12 years ago
  64. 41fe45b Add a new GM: shadertext2. by bsalomon@google.com · 12 years ago
  65. 6aea33f checkpoint for shape ops by caryclark@google.com · 12 years ago
  66. af84e74 Move setPaint from GrContext to GrDrawState. by bsalomon@google.com · 12 years ago
  67. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  68. 3fc070c Change default skia_osx_sdkroot to "macosx" (suitable for Xcode 3.2.6+) by epoger@google.com · 12 years ago
  69. c7e4a5a Created filter command line tool by robertphillips@google.com · 12 years ago
  70. 4663822 Allow Xcode to change paths to frameworks based on whether a device or simulator was selected. by bsalomon@google.com · 12 years ago
  71. c6445a1 Make it possible to generate the ios xcode proj by specifying only skia_os="ios" in GYP_DEFINES. by bsalomon@google.com · 12 years ago
  72. 1ba274d revert 5794 by reed@google.com · 12 years ago
  73. 4837724 add test for rotated saveLayer, to see that we clip against the specified bounds by reed@google.com · 12 years ago
  74. 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
  75. 9243526 Added bench to replicate Google spreadsheet-style table drawing by robertphillips@google.com · 12 years ago
  76. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  77. 43b4ed5 xcode_settings OTHER_CPLUSPLUSFLAGS is a list. by bungeman@google.com · 12 years ago
  78. 2b64f84 Add SkNativeGLContext implementation for iOS. by bsalomon@google.com · 12 years ago
  79. c58b126 Move android gl files from src/gpu/android to src/gpu/gl/android. by bsalomon@google.com · 12 years ago
  80. 7ec0015 delete obsolete/unused SkGpuCanvas by reed@google.com · 12 years ago
  81. 89dec58 Disable thumb on IOS. This removes one of XCodes complaints about the generated projects. by bsalomon@google.com · 12 years ago
  82. cca3c8f Make gpu work in iOS SampleApp. by bsalomon@google.com · 12 years ago
  83. 230504d Make SampleApp work on iPhone/iOS simulator. by bsalomon@google.com · 12 years ago
  84. e229e92 Remove deprecated SkOSWindow_wxwidgets.h by tfarina@chromium.org · 12 years ago
  85. bacfcfb Generate debugger MOCs on the fly by fmalita@google.com · 12 years ago
  86. 36631b9 Fix Xcode 4.x debugger build by fmalita@google.com · 12 years ago
  87. 4588ce8 move the xcode setup for SYMROOT to the outermost level by caryclark@google.com · 12 years ago
  88. 5c83dcc add simple ios app update ios flavor of sample app fix utils.gyp for ios by caryclark@google.com · 12 years ago
  89. d312804 shape ops -- update gyp projects by caryclark@google.com · 12 years ago
  90. 9dd78c7 re-land 5681, but just the gyp file I wanted by mike@reedtribe.org · 12 years ago
  91. 9a520eb revert 5681 by mike@reedtribe.org · 12 years ago
  92. 4269631 remove SampleXfermodes.cpp (obsolete, as we have it as a GM) by mike@reedtribe.org · 12 years ago
  93. 2e91d7a Disable warning emitted in libjpg build by bsalomon@google.com · 12 years ago
  94. f585c45 Remove GrTLList.h by robertphillips@google.com · 12 years ago
  95. ddd8fa8 Remove SkListWidget.cpp, which has not been compiled for 18 months by epoger@google.com · 12 years ago
  96. 4e2d4ff Delete SkListView.cpp, which has been #ifdef'ed out for 4+ years by epoger@google.com · 12 years ago
  97. 129dee8 fix mac builds by caryclark@google.com · 12 years ago
  98. b8d212f Build fix. Unreviewed. by senorblanco@chromium.org · 12 years ago
  99. 18b3823 unbreak the build part ii allow android in debugger.gyp by caryclark@google.com · 12 years ago
  100. 976298e unbreak the build move define of skia_arch_type to front by caryclark@google.com · 12 years ago