1. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  2. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
  3. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago
  4. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 8 years ago
  5. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 8 years ago
  6. 24429c6 Move GrTextureProvider to src by Brian Osman · 8 years ago
  7. c787e49 Allow GrSurfaceProxy-derived classes to use flags when instantiating (take 2) by Robert Phillips · 8 years ago
  8. 2411c11 Revert "Allow GrSurfaceProxy-derived classes to use flags when instantiating" by Robert Phillips · 8 years ago
  9. c8f1e3a Allow GrSurfaceProxy-derived classes to use flags when instantiating by Robert Phillips · 8 years ago
  10. 8e15cdf Fix memory leak: adopt rather than ref GrTexture* in GrTextureStripAtlas by Robert Phillips · 8 years ago
  11. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 8 years ago
  12. 95243eb Make GrTextureStripAtlas flush pending IO on newly acquired texture by ajuma · 8 years ago
  13. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  14. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 9 years ago
  15. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  16. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  17. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  18. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  19. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  20. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  21. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  22. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  23. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  24. 690fc75 Get rid of GrMurmur3Hash by joshualitt · 9 years ago
  25. 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
  26. 5f5a8d7 adding preabandon flag to DM by joshualitt · 10 years ago
  27. f99e961 Allow resources' unique keys to be changed. by bsalomon · 10 years ago
  28. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  29. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  30. 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  31. 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
  32. 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  33. 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
  34. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  35. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  36. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  37. c6327a8 stuff by bsalomon · 10 years ago
  38. 81beccc Devirtualize read/write pixels on surface. by bsalomon · 10 years ago
  39. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  40. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  41. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  42. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  43. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  44. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  45. 3d533ac Replace GrTHash with SkTDynamicHash by robertphillips · 10 years ago
  46. 3adcc34 stop using deprecated bitmap::config for gpu by commit-bot@chromium.org · 10 years ago
  47. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  48. 845220b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  49. 20f7f17 One SkTSearch to rule them all. Allow key to be of different type than the array. by bsalomon@google.com · 11 years ago
  50. 4f65a27 Address clang static analyzer issues by robertphillips@google.com · 12 years ago
  51. e0e385c Removed unused parameters by sugoi@google.com · 12 years ago
  52. 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 12 years ago
  53. 2859eb7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  54. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  55. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  56. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  57. 63e0ffd Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  58. cdb426d Fix for GrTextureStripAtlas memory leak by robertphillips@google.com · 12 years ago
  59. 9fbcad0 Removed old resource locking system by robertphillips@google.com · 12 years ago
  60. 50a035d Added explicit cache clearing by robertphillips@google.com · 12 years ago
  61. 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
  62. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 12 years ago
  63. b3e50f2 Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
  64. 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 12 years ago
  65. 9a92714 Revert GrTextureStripAtlas change due to performance concerns. by rileya@google.com · 12 years ago
  66. 50b2bcf Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
  67. f61c746 Mac 10.6 build fix: got rid of now-unecessary GrTextureStripAtlas tex cache id component. Unreviewed. by rileya@google.com · 12 years ago
  68. 2e2aedc Added GrTextureStripAtlas object. by rileya@google.com · 12 years ago