1. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  2. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  3. 8debd89 small cleanup of GrAtlas by joshualitt · 9 years ago
  4. a65358c Revert of small cleanup of GrAtlas (patchset #2 id:20001 of https://codereview.chromium.org/1142263002/) by bungeman · 9 years ago
  5. d706f11 small cleanup of GrAtlas by joshualitt · 9 years ago
  6. c03391e Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https://codereview.chromium.org/1011403004/) by joshualitt · 9 years ago
  7. eed1dae BitmapTextBatch and BitmapTextBlob by joshualitt · 9 years ago
  8. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  9. 38406c8 Cleanup: Go with SkDebugf instead of GrPrintf. by tfarina · 10 years ago
  10. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  11. 81beccc Devirtualize read/write pixels on surface. by bsalomon · 10 years ago
  12. 294c326 Fix color emoji. by jvanverth · 10 years ago
  13. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  14. 17dabfc Add unique ID to GrPlot by robertphillips · 10 years ago
  15. c4f30b1 Make GrAtlas::removePlot static by robertphillips · 10 years ago
  16. 952841b Begin atlasing by robertphillips · 10 years ago
  17. e462f2b Revert of Begin atlasing (https://codereview.chromium.org/354533004/) by robertphillips · 10 years ago
  18. 55e61f0 Begin atlasing by robertphillips · 10 years ago
  19. 1d86ee8 Rename GrAtlasMgr to GrAtlas (and other cleanup) by robertphillips · 10 years ago
  20. 8e80d17 Reduce texture uploads for font atlas. by jvanverth · 10 years ago
  21. d537341 Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h) by robertphillips · 10 years ago
  22. 6e7ddaa Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in checks in a few places to make sure that we weren't using these pixel configurations in places that we shouldn't be. by commit-bot@chromium.org · 10 years ago
  23. a1633da Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  24. 7801faa Add CPU backing store for GrAtlas to reduce texture uploads. by commit-bot@chromium.org · 10 years ago
  25. c282ba8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  26. 53e1e4d Minor changes to GrFontCache system. by commit-bot@chromium.org · 10 years ago
  27. 4362a38 Distance field fixes for Android by commit-bot@chromium.org · 10 years ago
  28. 66beaf0 Revert of Distance field fixes for Android (https://codereview.chromium.org/205343008/) by commit-bot@chromium.org · 10 years ago
  29. 8fe2ee1 Distance field fixes for Android by commit-bot@chromium.org · 10 years ago
  30. 9d201d6 Remove unused zero_fill() in GrAtlas.cpp by fmalita@google.com · 11 years ago
  31. ade9a34 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  32. c9b2c88 New approach for GPU font atlas by commit-bot@chromium.org · 11 years ago
  33. 6c89c34 Improved distance field sampling by commit-bot@chromium.org · 11 years ago
  34. f952924 Remove border from GrAtlas entries, and associated copy. by commit-bot@chromium.org · 11 years ago
  35. 3f80dd5 Add support for reading non-rendertarget textures. by commit-bot@chromium.org · 11 years ago
  36. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  37. 5890949 Fix font GMs by jvanverth@google.com · 11 years ago
  38. 03e3e89 Add support to dump font cache texture for debug purposes by commit-bot@chromium.org · 11 years ago
  39. 09846a0 Add new skyline Rectanizer by commit-bot@chromium.org · 11 years ago
  40. 50df4d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  41. 7d330eb GrAtlas cleanup: Split out GrPlot and GrAtlas by commit-bot@chromium.org · 11 years ago
  42. 939ca7c move GrMalloc, GrFree, Gr_bzero to their sk equivalents by reed@google.com · 11 years ago
  43. 9529441 GrAtlas refactor: Replace GrMaskFormat usage in GrAtlas with GrPixelConfig. by commit-bot@chromium.org · 11 years ago
  44. 3fddf0e First pass at font cache refactor: Create an atlas manager per texture by commit-bot@chromium.org · 11 years ago
  45. bbe55fd Have multiple plotmgrs, one for each mask format. by jvanverth@google.com · 11 years ago
  46. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  47. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  48. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  49. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  50. a8916ff Change Atlas recycling to track current flush count and recycle if Atlas not used in current flush. by commit-bot@chromium.org · 11 years ago
  51. 67ed64e GPU Font Cache improvements: by commit-bot@chromium.org · 11 years ago
  52. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  53. 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 12 years ago
  54. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 12 years ago
  55. c377baf Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 12 years ago
  56. 75b3c96 Move clientID into texture desc by robertphillips@google.com · 12 years ago
  57. b9014f4 Remove deprecated names from Gr (WK is no longer using them) by bsalomon@google.com · 12 years ago
  58. 78d6cf9 Remove GrAALevel enum, use explicit sample count by bsalomon@google.com · 13 years ago
  59. 5bc34f0 Remove fConfig/fFormat union in GrTextureDesc by bsalomon@google.com · 13 years ago
  60. 6f37951 Make all pixel ops go thru ctx so we can correctly flush. Unify two texture upload code paths. by bsalomon@google.com · 13 years ago
  61. f74ad8c Removes warnings generated by gcc and clang. by tomhudson@google.com · 13 years ago
  62. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  63. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrAtlas.cpp]
  64. 7d4679a Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, use reset in GrBufferAllocPool by bsalomon@google.com · 13 years ago
  65. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  66. 3ef80cf suppress printfs by reed@google.com · 13 years ago
  67. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 13 years ago
  68. 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 13 years ago
  69. 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 13 years ago
  70. fea37b5 Add lockKeylessTexture() for caching texture without a content key. by bsalomon@google.com · 13 years ago
  71. 669fdc4 Adds read pixels to GrTexture and GrRenderTarget by bsalomon@google.com · 13 years ago
  72. 8fe7247 Add GrResource base class for ibs, texs, vbs, etc. by bsalomon@google.com · 13 years ago
  73. 759c16e need a separate texture for each maskformat in atlasmgr by reed@google.com · 14 years ago
  74. 98539c6 support lcd16 in text atlas (sans shader support) by reed@google.com · 14 years ago
  75. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 14 years ago