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