1. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  2. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  3. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  4. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  5. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  6. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  7. 4bf69f7b Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  8. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  9. 8f34372 Extend SkImageGenerator to support natively generated GrTextures. As part of this, added uniqueID() to the generator, and made it be in the same namespace is bitmaps, pixelrefs, images. by reed · 9 years ago
  10. 9bc3954 Refactor helper function for SkBitmapShader to GrFragmentProcessor by joshualitt · 9 years ago
  11. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  12. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  13. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  14. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  15. b4d40ef Don't upload texture smaller than the min texture size when stretching a bmp up to a POT by bsalomon · 9 years ago
  16. 2cdec31 YUV to RGB Texture threading GrProcessorDataManager by joshualitt · 9 years ago
  17. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  18. 2cff176 More threading of GrShaderDataManager by joshualitt · 9 years ago
  19. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  20. 0513c83 Fix NULL access by bsalomon · 9 years ago
  21. c59a1df Stretch small textures up to 16 pixels on PowerVR 54x by bsalomon · 9 years ago
  22. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  23. 084d1b6 Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/) by bsalomon · 9 years ago
  24. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  25. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  26. 99babf2 Further work on sRGB support. by jvanverth · 9 years ago
  27. 8b26b99 new image from backend desc by reed · 9 years ago
  28. 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
  29. bed83a6 Don't draw if SkShader::asNewFragmentProcessor fails. by bsalomon · 10 years ago
  30. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  31. 0c9b1a8 add kGray_8_SkColorType by reed · 10 years ago
  32. 4ab3dbb Adding linear interpolation to rgb->yuv conversion by sugoi · 10 years ago
  33. cff10b2 change colorfilter to return an array of frag processors by reed · 10 years ago
  34. 5f5a8d7 adding preabandon flag to DM by joshualitt · 10 years ago
  35. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  36. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  37. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  38. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  39. f99e961 Allow resources' unique keys to be changed. by bsalomon · 10 years ago
  40. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  41. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  42. 4ccce7e YUV scale fix by sugoi · 10 years ago
  43. 0ff748a Revert of YUV scale fix (patchset #2 id:20001 of https://codereview.chromium.org/922273002/) by jvanverth · 10 years ago
  44. e6eddf7 YUV scale fix by sugoi · 10 years ago
  45. 23e619c Reimplement gpu message bus for invalidated bitmap gen IDs by bsalomon · 10 years ago
  46. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  47. d2a6f4e More cleanup around GrContext, textures, and SkGr.cpp by bsalomon · 10 years ago
  48. ba18f91 No more caching volatile bitmaps by sugoi · 10 years ago
  49. 8842556 Make npot resizing work properly for bmps that are explicitly texture backed. by bsalomon · 10 years ago
  50. 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  51. 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
  52. 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  53. 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
  54. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  55. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  56. 5813616 Do more cleanup from xp changes by egdaniel · 10 years ago
  57. 4043d17 Broken dm fix by sugoi · 10 years ago
  58. 692135f YUV planes cache by sugoi · 10 years ago
  59. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  60. fe43c40 Disable GPU sRGB textures for the moment. by jvanverth · 10 years ago
  61. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  62. 9ed7f57 When bitmap is texture backed, don't download and reupload pixels by bsalomon · 10 years ago
  63. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  64. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  65. 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
  66. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  67. c016fb8 Use static XPF for porter duff xp factories. by egdaniel · 10 years ago
  68. 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago
  69. 775b819 SkColorTable locking serves no purpose anymore. by mtklein · 10 years ago
  70. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  71. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  72. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  73. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  74. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  75. 38406c8 Cleanup: Go with SkDebugf instead of GrPrintf. by tfarina · 10 years ago
  76. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  77. e79a2da When bmp is not cached don't upload as index8 format. by bsalomon · 10 years ago
  78. ff58e46 Disabled YUV decoding for subsets by sugoi · 10 years ago
  79. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  80. 81beccc Devirtualize read/write pixels on surface. by bsalomon · 10 years ago
  81. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  82. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  83. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  84. 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
  85. b9ab563 Don't readback and reupload texture-backed bitmaps by bsalomon · 10 years ago
  86. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  87. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  88. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  89. abaef86 Add support for the Rec601 YUV color space to GrYUVtoRGBEffect. by rileya · 10 years ago
  90. 77cd8b0 Revert of Added test for non cached ETC1 (patchset #2 id:20001 of https://codereview.chromium.org/564493002/) by bungeman · 10 years ago
  91. d9ec549 Added test for non cached ETC1 by sugoi · 10 years ago
  92. 0249ec2 Adding texture uploads without cache for YUV and ETC1 by sugoi · 10 years ago
  93. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  94. bbe7a2a eliminate code related to SkBitmap::Config by reed · 10 years ago
  95. d4cb922 Consider index8 a compressed config. by bsalomon · 10 years ago
  96. 40a1e11 Add support for all compressed formats in KTX file format by krajcevski · 10 years ago
  97. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
  98. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  99. f461a8f Simple GPU based dithering: by krajcevski · 10 years ago
  100. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago