1. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  2. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  3. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  4. dc9888c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  5. cee9dcb start to remove lockPixels from bitmapshader by reed@google.com · 11 years ago
  6. 9a070f2 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  7. beba935 remove SK_IGNORE_IMAGE_PRESCALE flag (no longer used) by reed@google.com · 11 years ago
  8. ef0e319 move decision to smash invmatrix into unit-space (for faster repeat/mirror to after the call to possiblyScaleImage(), so we don't confuse that code with a munged matrix. Fixes the scaled_tilemodes gm for HQ by reed@google.com · 11 years ago
  9. e15d9ec move platformConvolutionProcs() call to right before we need it by reed@google.com · 11 years ago
  10. fed04b3 remove fConvolutionProcs from State, and just use it locally by reed@google.com · 11 years ago
  11. 40039a3 simplify making translate only invmatrix by reed@google.com · 11 years ago
  12. 0dc546c Implement highQualityFilter16 so GM doesn't crash when you give it resources. by mtklein@google.com · 11 years ago
  13. 5c561cb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  14. 1e18225 free cache in destructor, in case endContext was not called. change Resize to return bool indicating success. by reed@google.com · 11 years ago
  15. d94697c add mipmaps to scaledimagecache by reed@google.com · 11 years ago
  16. 58c856a Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures by robertphillips@google.com · 11 years ago
  17. 7f1af50 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  18. 602a1d7 add scaledimagecache by reed@google.com · 11 years ago
  19. 6ae6383 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  20. 9cfc83c stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum by reed@google.com · 11 years ago
  21. 1f3c738 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  22. 138ebc3 The image resampling code has been transplanted from Chrome; it's incredibly fast. by humper@google.com · 11 years ago
  23. 9c96d4b fix trivial matrix computation by humper@google.com · 11 years ago
  24. d647426 Reverted 10056-10059 by robertphillips@google.com · 11 years ago
  25. fa1bd5f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  26. d64d8a9 Working plumb of image scaling: by humper@google.com · 11 years ago
  27. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  28. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  29. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
  30. 3e2345a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  31. 4c69a06 clone of https://codereview.chromium.org/15316014/ with teaks by reed@google.com · 11 years ago
  32. f707adc augmenting fix in 8700 and 8701, be careful NOT to "sort" the result of mapRect by reed@google.com · 11 years ago
  33. ee056a8 revert 8731, restoring 8700 and 8701... further investigation concluded that the by reed@google.com · 11 years ago
  34. 717d0cb Revert r8701 and r8700 due to layout test discrepancies by robertphillips@google.com · 11 years ago
  35. 9bfc438 add () around | cluster, to avoid warning. by reed@google.com · 11 years ago
  36. 19c4e6e use forward matrix to determine if we can ignore scale part of a matrix by reed@google.com · 11 years ago
  37. 13b77e8 remove obsolete build flags: by reed@google.com · 12 years ago
  38. ad51132 Avoid an unitialized warning on linux. by scroggo@google.com · 12 years ago
  39. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  40. 98ded84 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  41. d507775 Fix for oversight in r7325 by robertphillips@google.com · 12 years ago
  42. 1e30523 Fix bug in 1xN SkBitmapProcShader optimization by robertphillips@google.com · 12 years ago
  43. 90b17c7 Placing 1xN bitmap shader opt behind a flag to delay WebKit rebaselines by robertphillips@google.com · 12 years ago
  44. 36df7ed Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  45. 7da456d Fix 7273 for neon by robertphillips@google.com · 12 years ago
  46. 8b8bf4d Added shaderproc for 1xN repeatX/repeatY BitmapProcShader by robertphillips@google.com · 12 years ago
  47. ce1f3cc Fix the computed (new) inverse matrix when we detect that a shader's matrix by reed@google.com · 12 years ago
  48. 6bb92bc detect gigantoid matrices, and do nothing to avoid wacky overflows from float -> int by reed@google.com · 12 years ago
  49. 989a95e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  50. c0e88e0 Munch the incoming inverse to force nearly-no-scale to no-scale, if we think by reed@google.com · 12 years ago
  51. 20c301b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  52. a8d9930 fast case for translate-only repeat bitmapshader, so Tom can be happy by reed@google.com · 12 years ago
  53. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  54. f7698de retool fFilterOne[X,Y] to store the translate dx, dy, so we can avoid float by reed@google.com · 12 years ago
  55. 9a4c746 reland 5926 w/ fix in middle loop (thank you asserts) by reed@google.com · 12 years ago
  56. 6222be8 revert 5926 (debug assert) by reed@google.com · 12 years ago
  57. 1fe2690 add shaderproc32 for translate+clamp+nofilter. by reed@google.com · 12 years ago
  58. 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
  59. 3ada0ef arm: dynamic NEON support for SkBitmapProcState functions. by digit@google.com · 12 years ago
  60. 43e384b Since we only have 1 proc for SA8_alpha_D32 (i.e. no opaque special-case) we by reed@google.com · 12 years ago
  61. 9fe287b add debuggin matrix-proc to validate its output before calling the samplers by reed@google.com · 12 years ago
  62. 411215a apply FractionalInt improvement to rotated by reed@google.com · 13 years ago
  63. 4bc0a9d use higher precision (64bit) fixed-point for matrix proc by reed@google.com · 13 years ago
  64. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  65. 1960ff6 Revert "We extract a sub-function from MAKENAME(_nofilter_DX), only dealing with reading" by agl@chromium.org · 14 years ago
  66. 46e2ec5 We extract a sub-function from MAKENAME(_nofilter_DX), only dealing with reading by agl@chromium.org · 14 years ago
  67. 258cb22 fix overflow in matrixproc, and add debugging code to test that by reed@android.com · 14 years ago
  68. b577b41 add shaderproc32 for index bitmaps. neon version of 32->16+dither by reed@android.com · 15 years ago
  69. 4c128c4 add method to compute max count for a given buffer size in the bitmap shader. by reed@android.com · 15 years ago
  70. 07d1f00 add special matrixprocs when the matrix is at most translate. These are faster by reed@android.com · 15 years ago
  71. 152f748 more neon work: by reed@android.com · 15 years ago
  72. c9a1d4b add platformProcs() porting function by reed@android.com · 15 years ago
  73. eef375b clean up SkBitmapProcState in preparation for adding porting-layer functions by reed@android.com · 15 years ago
  74. aa9152a add special proc for repeat 16->16 filter bitmap shader by reed@android.com · 15 years ago
  75. 83f7bc3 remove conditional build flag for mipmaps by reed@android.com · 15 years ago
  76. 48534f9 first cut at support for HW-specific blits/etc. by reed@android.com · 15 years ago
  77. a44b4cc try our first special-case shaderproc by reed@android.com · 15 years ago
  78. 7a99eb1 add shaderprocs for all-in-one special blits (matrix+sampler) by reed@android.com · 15 years ago
  79. 3469c76 Handle kA8 bitmaps drawing through a matrix (was infinitely recursive) by reed@android.com · 16 years ago
  80. 2e86178 remove obsolete state by reed@android.com · 16 years ago
  81. 8a1c16f grab from latest android by reed@android.com · 16 years ago