1. 34bcb9f Some GrGLShaderBuilder cleanup by bsalomon@google.com · 12 years ago
  2. 3578eb7 Move gm baselines from trunk/gm to gm-expected by borenet@google.com · 12 years ago
  3. 1bfe01d When creating gray from lcd, use luminance instead of coverage. by bungeman@google.com · 12 years ago
  4. 9c72827 disable pipe for now by reed@google.com · 12 years ago
  5. 536079b Fix Clang build on Android. by digit@google.com · 12 years ago
  6. 0dd5ceb Fix ANGLE build Review URL: https://codereview.appspot.com/6498045 by borenet@google.com · 12 years ago
  7. 8090e65 Make the SkGrPixelRef be responsible for unlocking device's scratch texture in the cache by bsalomon@google.com · 12 years ago
  8. 5ee3f67 Added an overload of SkTQSort that sorts an array of values, rather than an array of pointers. by rileya@google.com · 12 years ago
  9. d0f3f68 Fix dumb bug: redundant runs of upm<->pm roundtrip test by bsalomon@google.com · 12 years ago
  10. 7edfb49 need to declare INHERITED for the instcount macros by reed@google.com · 12 years ago
  11. fd875e8 re-enable inst counting by reed@google.com · 12 years ago
  12. a292112 Remove SkGpuDevice::fTexture, use new pixel ref class name by bsalomon@google.com · 12 years ago
  13. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
  14. 91ee3a1 Added second "truncated" cpu/wall timer to bench by robertphillips@google.com · 12 years ago
  15. 2af1b18 Added default to switch to stop compiler failure in Chrome (unreviewed) by robertphillips@google.com · 12 years ago
  16. 99dc22d remove these (flakes) by reed@google.com · 12 years ago
  17. fda2caa rebaseline after text-gamma change by reed@google.com · 12 years ago
  18. 4a42643 rebaseline after text-gamma change by reed@google.com · 12 years ago
  19. eb5f7fe rebaseline after text gamma change by reed@google.com · 12 years ago
  20. cb39ee6 Add a new SkMemory implementation that uses mozalloc instead of malloc by george@mozilla.com · 12 years ago
  21. 405ebbc Script to help cycle skia-autogen by borenet@google.com · 12 years ago
  22. 7c207e7 Explicitly cast to uin16_t to avoid an invalid implicit type narrowing. by george@mozilla.com · 12 years ago
  23. e7e4425 Added cros_daisy to build bots list by robertphillips@google.com · 12 years ago
  24. 9e49fb6 shape ops work in progress by caryclark@google.com · 12 years ago
  25. 98a9e1f Change comment in PointTest to refer to GCC bug by borenet@google.com · 12 years ago
  26. a04e8e8 Do premul and r/b swap conversions in a custom effect by bsalomon@google.com · 12 years ago
  27. b7b5d93 Fix PointTest. https://codereview.appspot.com/6486062/ by bungeman@google.com · 12 years ago
  28. 6e59e49 Rebaseline for r5280. by bungeman@google.com · 12 years ago
  29. fd668cf Fix greenish text rendering on Linux. https://codereview.appspot.com/6484048/ by bungeman@google.com · 12 years ago
  30. 0032407 Created to fix http://code.google.com/p/skia/issues/detail?id=817 : UpdateDoxygen step does not fail when Doxygen step fails. by rmistry@google.com · 12 years ago
  31. 3350c3c shape ops work in progress this fixes quad/line intersection by caryclark@google.com · 12 years ago
  32. e599ab7 Updated options for test_picturs.py to match new option in render_pictures. by keyar@chromium.org · 12 years ago
  33. f4959ab Implemented power of two tiling. by keyar@chromium.org · 12 years ago
  34. ac4b86c Make gpu.gypi show up in IDE projects by bsalomon@google.com · 12 years ago
  35. d912ca4 Proper Android fix, and revert of workaround in r5267. Unreviewed. by senorblanco@chromium.org · 12 years ago
  36. 42e1f0f Workaround for Android crash (unreviewed). by senorblanco@chromium.org · 12 years ago
  37. 89467c6 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  38. ae933ce Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  39. 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
  40. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  41. 2abed83 Added -min option to bench by robertphillips@google.com · 12 years ago
  42. 1fb9525 warning fix (unreviewed). by senorblanco@chromium.org · 12 years ago
  43. e52f209 Speculative Android GM blend fix (unreviewed). by senorblanco@chromium.org · 12 years ago
  44. c899ad9 shape ops work in progress by caryclark@google.com · 12 years ago
  45. ea82695 Changed how tiles are copied to the master canvas. by keyar@chromium.org · 12 years ago
  46. 3de7b21 Fix bug in tools/sanitize_source_files.py by rmistry@google.com · 12 years ago
  47. 2afb8ec Change scratch texture cache behavior to only reuse scratch textures used as render targets if they will be reused as render targets. by rileya@google.com · 12 years ago
  48. 39ac1ae #if SK_DEBUG -> #ifdef SK_DEBUG in SkTDLinkedList.h (to fix chrome android trybot errors) by bsalomon@google.com · 12 years ago
  49. 2080635 Add gpu.gypi to ease skia->chrome rolls by bsalomon@google.com · 12 years ago
  50. a5c43a5 Fixed compiler error in r5247 (unreviewed) by robertphillips@google.com · 12 years ago
  51. 2ea0a23 Refactored GrDLinkedList into SkTDLinkedList by robertphillips@google.com · 12 years ago
  52. c59b5da Split out SkFontHost_FreeType into common files by george@mozilla.com · 12 years ago
  53. 55ed83d Actually remove the GrMorphologyEffect.* files from svn, which I should've by senorblanco@chromium.org · 12 years ago
  54. 84207c4 Move the code for the GPU implementation of morphology effects from GrContext by senorblanco@chromium.org · 12 years ago
  55. ab2246f Another speculative Android build fix (unreviewed). by senorblanco@chromium.org · 12 years ago
  56. 1fd201b SkRef for expressions. https://codereview.appspot.com/6475045/ by bungeman@google.com · 12 years ago
  57. 35c5ff0 Android build fix (unreviewed). by senorblanco@chromium.org · 12 years ago
  58. b1faddf The script does the following: by rmistry@google.com · 12 years ago
  59. 4fa9c9f Fixed instance counting for templated classes by robertphillips@google.com · 12 years ago
  60. cfe57e5 Fix for no-GPU build (unreviewed). by senorblanco@chromium.org · 12 years ago
  61. b2ee33c Implements the non-Porter-Duff compositing modes required for SVG's feBlend by senorblanco@chromium.org · 12 years ago
  62. 6a9368d SkBitmap::scrollRect changes pixels, but only if not immutable. by scroggo@google.com · 12 years ago
  63. 825bb95 Fix GPU-less build. by scroggo@google.com · 12 years ago
  64. d5764e8 When copying a bitmap, copy the generation ID. by scroggo@google.com · 12 years ago
  65. e8e7d5f Remove unnecessary flush from SkGpuDevice by bsalomon@google.com · 12 years ago
  66. cae9529 Revert 5213. WK r126226 has landed in Chromium and the workaround is no longer necessary. by bsalomon@google.com · 12 years ago
  67. fa1b5a6 Delete failing images on galaxy nexus (Issue 790). by bsalomon@google.com · 12 years ago
  68. 521eaf8 Scratch textures are no longer removed from the cache in Debug by robertphillips@google.com · 12 years ago
  69. 5f9f2f5 Added resource cache debug output to help track changes by robertphillips@google.com · 12 years ago
  70. 936fb95 Delete more win7 intel flaky hairline position images. by bsalomon@google.com · 12 years ago
  71. 27123cd Force opaque in SkBlendLCD16Opaque_SSE2 to match SkBlendLCD16. by bungeman@google.com · 12 years ago
  72. f3d3d96 Update bench_compare to do the comparison using different statistical methods by djsollen@google.com · 12 years ago
  73. 9299ede Images are written by PictureRenderer and not render_pictures_main. by keyar@chromium.org · 12 years ago
  74. db9a5fb Benchmark results will now print to STDOUT if on not-Android. by keyar@chromium.org · 12 years ago
  75. 5b59198 Flush in ~SkGpuDevice to unblock Skia roll by bsalomon@google.com · 12 years ago
  76. a2efab2 Add check for EDSP to the 565 opaque blitter. by djsollen@google.com · 12 years ago
  77. db39996 Upstream ARM 565 optimizations from AOSP. by djsollen@google.com · 12 years ago
  78. a9590fc Fixed compilation issue when instance counting is disabled by robertphillips@google.com · 12 years ago
  79. 03f9706 shape ops work in progress working demo of old vs. new by caryclark@google.com · 12 years ago
  80. dd391b5 Whitespace change to trigger rebuild after master restart by borenet@google.com · 12 years ago
  81. da652c2 Removed the TileInfo struct used in TiledPictureRenderer. by keyar@chromium.org · 12 years ago
  82. 436411b Fix typo in r5202, preventing include files from showing up. by senorblanco@chromium.org · 12 years ago
  83. b3fb7c1 Added copyright notice to PictureRenderer.cpp by keyar@chromium.org · 12 years ago
  84. f6100c3 Extract list of source files from effects.gyp into effects.gypi, as was done for by senorblanco@chromium.org · 12 years ago
  85. dec840b Whitespace change to trigger rebuild after restart (r5198) by borenet@google.com · 12 years ago
  86. 392e14e Android build fix; unreviewed. by senorblanco@chromium.org · 12 years ago
  87. 44888c6 Move SkColorFilterImageFilter into its own file. by senorblanco@chromium.org · 12 years ago
  88. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 12 years ago
  89. b796119 Enable 64-bit builds on Windows by borenet@google.com · 12 years ago
  90. b73e0f9 Add TexParameteriv entry point so ANGLE interface will validate by robertphillips@google.com · 12 years ago
  91. facc95a Disable imagefiltersgraph from running through pipe on android by scroggo · 12 years ago
  92. b3e50f2 Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
  93. f0fed9f test_pictures.py will now look for render_pictures.exe and skdiff.exe by keyar@chromium.org · 12 years ago
  94. 17bb458 Add fast path in arcTo and addArc for 0==sweep && 0|360==sweepAngle by robertphillips@google.com · 12 years ago
  95. b00a85b Fixed no GPU build. Not reviewed. by keyar@chromium.org · 12 years ago
  96. bf2768b Refactor SkImageFilter into its own .cpp file. by senorblanco@chromium.org · 12 years ago
  97. 28136b3 flush() and glFinish() are now in the timed area of rendering. by keyar@chromium.org · 12 years ago
  98. a40c20d Fixed up SK_SUPPORT_GPU flags. by keyar@chromium.org · 12 years ago
  99. 378c97f Deleted timer for record and unflatten benchmarks. by keyar@chromium.org · 12 years ago
  100. bffacc0 Added some assertions. by keyar@chromium.org · 12 years ago