1. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  2. bed83a6 Don't draw if SkShader::asNewFragmentProcessor fails. by bsalomon · 9 years ago
  3. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  4. 0c9b1a8 add kGray_8_SkColorType by reed · 9 years ago
  5. 4ab3dbb Adding linear interpolation to rgb->yuv conversion by sugoi · 9 years ago
  6. cff10b2 change colorfilter to return an array of frag processors by reed · 9 years ago
  7. 5f5a8d7 adding preabandon flag to DM by joshualitt · 10 years ago
  8. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  9. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  10. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  11. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  12. f99e961 Allow resources' unique keys to be changed. by bsalomon · 10 years ago
  13. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  14. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  15. 4ccce7e YUV scale fix by sugoi · 10 years ago
  16. 0ff748a Revert of YUV scale fix (patchset #2 id:20001 of https://codereview.chromium.org/922273002/) by jvanverth · 10 years ago
  17. e6eddf7 YUV scale fix by sugoi · 10 years ago
  18. 23e619c Reimplement gpu message bus for invalidated bitmap gen IDs by bsalomon · 10 years ago
  19. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  20. d2a6f4e More cleanup around GrContext, textures, and SkGr.cpp by bsalomon · 10 years ago
  21. ba18f91 No more caching volatile bitmaps by sugoi · 10 years ago
  22. 8842556 Make npot resizing work properly for bmps that are explicitly texture backed. by bsalomon · 10 years ago
  23. 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  24. e137db8 Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #10 id:200001 of https://codereview.chromium.org/882223003/) by bsalomon · 10 years ago
  25. 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  26. 6bfef2d Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #9 id:160001 of https://codereview.chromium.org/882223003/) by fmalita · 10 years ago
  27. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  28. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  29. 5813616 Do more cleanup from xp changes by egdaniel · 10 years ago
  30. 4043d17 Broken dm fix by sugoi · 10 years ago
  31. 692135f YUV planes cache by sugoi · 10 years ago
  32. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  33. fe43c40 Disable GPU sRGB textures for the moment. by jvanverth · 10 years ago
  34. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  35. 9ed7f57 When bitmap is texture backed, don't download and reupload pixels by bsalomon · 10 years ago
  36. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  37. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  38. 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
  39. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  40. c016fb8 Use static XPF for porter duff xp factories. by egdaniel · 10 years ago
  41. 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago
  42. 775b819 SkColorTable locking serves no purpose anymore. by mtklein · 10 years ago
  43. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  44. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  45. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  46. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  47. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  48. 38406c8 Cleanup: Go with SkDebugf instead of GrPrintf. by tfarina · 10 years ago
  49. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  50. e79a2da When bmp is not cached don't upload as index8 format. by bsalomon · 10 years ago
  51. ff58e46 Disabled YUV decoding for subsets by sugoi · 10 years ago
  52. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  53. 81beccc Devirtualize read/write pixels on surface. by bsalomon · 10 years ago
  54. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  55. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  56. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  57. ebfce41 Revert of Don't readback and reupload texture-backed bitmaps (patchset #1 id:1 of https://codereview.chromium.org/635573004/) by bsalomon · 10 years ago
  58. b9ab563 Don't readback and reupload texture-backed bitmaps by bsalomon · 10 years ago
  59. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  60. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  61. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  62. abaef86 Add support for the Rec601 YUV color space to GrYUVtoRGBEffect. by rileya · 10 years ago
  63. 77cd8b0 Revert of Added test for non cached ETC1 (patchset #2 id:20001 of https://codereview.chromium.org/564493002/) by bungeman · 10 years ago
  64. d9ec549 Added test for non cached ETC1 by sugoi · 10 years ago
  65. 0249ec2 Adding texture uploads without cache for YUV and ETC1 by sugoi · 10 years ago
  66. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  67. bbe7a2a eliminate code related to SkBitmap::Config by reed · 10 years ago
  68. d4cb922 Consider index8 a compressed config. by bsalomon · 10 years ago
  69. 40a1e11 Add support for all compressed formats in KTX file format by krajcevski · 10 years ago
  70. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
  71. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  72. f461a8f Simple GPU based dithering: by krajcevski · 10 years ago
  73. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  74. 0689d7b stop using SkBitmap::Config by reed · 10 years ago
  75. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  76. 9a3cdbb Two new benches for ETC1 bitmaps. by krajcevski · 10 years ago
  77. 99ffe24 Initial KTX file decoder by krajcevski · 10 years ago
  78. 8c111f7 Change #def to be opt-out by krajcevski · 10 years ago
  79. 309e869 Fix bracket outside of ifdef by krajcevski · 10 years ago
  80. 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 10 years ago
  81. 999cfd1 Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chromium.org/302783002/) by commit-bot@chromium.org · 10 years ago
  82. af091a1 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 10 years ago
  83. 9e967ad Preserve GrContext's matrix when calling SkShader::asNewEffect. by commit-bot@chromium.org · 10 years ago
  84. 3595f88 Pass in GrContext instead of SkGpuDevice for dashing and Sk2GrPaint conversion by commit-bot@chromium.org · 10 years ago
  85. 1663d40 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  86. 8dcff64 Move skPaint2GrPaint to SkGr.h/cpp by commit-bot@chromium.org · 10 years ago
  87. 3adcc34 stop using deprecated bitmap::config for gpu by commit-bot@chromium.org · 10 years ago
  88. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  89. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  90. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  91. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  92. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  93. 7111d46 Revert "Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/)" by reed@google.com · 10 years ago
  94. 231f6b8 Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/) by commit-bot@chromium.org · 10 years ago
  95. 1121170 implement readPixels and writePixels natively, w/o using the (deprecated) by reed@google.com · 10 years ago
  96. 180e36a Revert "hide Config8888 entirely". Broke a bunch of builds. by bsalomon@google.com · 10 years ago
  97. be41d38 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  98. e14792d hide Config8888 entirely by commit-bot@chromium.org · 10 years ago
  99. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 11 years ago
  100. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago