1. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  2. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  3. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  4. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  5. d2a6f4e More cleanup around GrContext, textures, and SkGr.cpp by bsalomon · 10 years ago
  6. c2f35b7 Allow unbudgeted resources to be recycled by the cache as scratch. by bsalomon · 10 years ago
  7. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  8. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  9. 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 10 years ago
  10. 39edf76 Rename GrGpuGL -> GrGLGpu by jvanverth · 10 years ago
  11. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  12. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  13. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  14. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  15. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  16. 69ed47f Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl by bsalomon · 10 years ago
  17. 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
  18. 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 10 years ago
  19. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  20. a0036c6 Delete unused method aliases and texture flag. by bsalomon · 10 years ago
  21. 26979c8 Revert of Delete unused method aliases and texture flag. (patchset #1 id:1 of https://codereview.chromium.org/672753002/) by bsalomon · 10 years ago
  22. 7fdffe4 Delete unused method aliases and texture flag. by bsalomon · 10 years ago
  23. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  24. 81beccc Devirtualize read/write pixels on surface. by bsalomon · 10 years ago
  25. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  26. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  27. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  28. afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  29. b06e5a2 Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260001 of https://codereview.chromium.org/596053002/) by robertphillips · 10 years ago
  30. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  31. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  32. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  33. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  34. 744998e Make textures register with GrResourceCache2 as scratch. by bsalomon · 10 years ago
  35. d4cb922 Consider index8 a compressed config. by bsalomon · 10 years ago
  36. 944bcf0 Some fixes around GrContext::abandonContext: by bsalomon · 10 years ago
  37. dcabb05 Make GrCacheable implement its own ref counting. by bsalomon · 10 years ago
  38. 7ef2162 Add new ASTC pixel config by krajcevski · 10 years ago
  39. 238b456 R11 EAC texture compression is introduced as part of the OpenGL ES 3.0 spec. This is a format that will likely be required on most mobile phones in the upcoming years, making it better to target than LATC, which is only available on NVIDIA GPUs. by krajcevski · 10 years ago
  40. f9dae78 Remove GrIsPow2 in favor of SkIsPow2. by tfarina · 10 years ago
  41. 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
  42. e49157f Factor GrTexture into public GrTexture and private GrTextureImpl. by commit-bot@chromium.org · 10 years ago
  43. 59e7d23 Revert of Factor GrTexture into public GrTexture and private GrTextureImpl. (https://codereview.chromium.org/275903002/) by commit-bot@chromium.org · 10 years ago
  44. bd465d1 Factor GrTexture into public GrTexture and private GrTextureImpl. by commit-bot@chromium.org · 10 years ago
  45. 11c6b39 Adds a mechanism for GrCacheable objects to notify the resource cache by commit-bot@chromium.org · 10 years ago
  46. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  47. 0255a5d Minor changes by robertphillips@google.com · 11 years ago
  48. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  49. b86add1 make the filter mode for GrTextureAccess an enum so we can plumb down by humper@google.com · 11 years ago
  50. 686bcb8 Reland of 8525 with fix for case when GrRT outlives GrTexture. by bsalomon@google.com · 12 years ago
  51. e06f8ef Revert 8525,8526 pending investigation of bench_pictures crashes. by bsalomon@google.com · 12 years ago
  52. d02e880 Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs(). by bsalomon@google.com · 12 years ago
  53. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
  54. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 12 years ago
  55. 709906b Fix a perf regression introduced by r7594: when computing a texture cache key, use the resolved (Top or Bottom) surface origin, never Default, otherwise we never get a cache hit. by senorblanco@chromium.org · 12 years ago
  56. 3cb406b Implement support for origin-TopLeft render targets. Note that the default behaviour remains the same: textures default to origin-TopLeft, render targets default to origin-BottomLeft, and backend textures default to origin-BottomLeft. However, the caller can override the default by setting fOrigin in GrTextureDesc, GrBackendTextureDesc or GrBackendRenderTargetDesc. by senorblanco@chromium.org · 12 years ago
  57. cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 12 years ago
  58. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
  59. be61c05 Fix Android texture cacheID issue (npot flag not generated correctly) by robertphillips@google.com · 12 years ago
  60. 2859eb7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  61. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  62. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  63. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  64. d364554 Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derived classes by robertphillips@google.com · 12 years ago
  65. f660187 Hide GrDrawTarget::Caps's member vars by bsalomon@google.com · 12 years ago
  66. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  67. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 12 years ago
  68. 9c2ea84 Split cache-specific fields out of GrTextureDesc by robertphillips@google.com · 12 years ago
  69. 5091b70 Added resource domain to GrTextureDesc by robertphillips@google.com · 12 years ago
  70. 46a8600 Refactored cacheID in preparation for clip mask caching changes by robertphillips@google.com · 12 years ago
  71. b867099 Move filter/wrap out of GrSamplerState into GrTextureParams by bsalomon@google.com · 12 years ago
  72. f41f4d2 Enable Scratch texture detach in SW path renderer's onDrawPath (take 2) by robertphillips@google.com · 12 years ago
  73. 15c0fea AutoScratchTexture can now release its texture and it will return to the texture cache when freed by robertphillips@google.com · 12 years ago
  74. 4d73ac2 Version 2 of the Instance Counting system. This one simplifies the print out of information. by robertphillips@google.com · 12 years ago
  75. 75b3c96 Move clientID into texture desc by robertphillips@google.com · 12 years ago
  76. cf6285b fix warnings on Mac in src/gpu and include/gpu by caryclark@google.com · 12 years ago
  77. a1e5795 GrTexture can now create its own cache key by robertphillips@google.com · 12 years ago
  78. 3271628 Move texture descriptor into GrTexture by robertphillips@google.com · 12 years ago
  79. 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
  80. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrTexture.cpp]
  81. aa5b673 move render target decls / defs to their own headers / srcs by bsalomon@google.com · 13 years ago
  82. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  83. cee661a Reapply r1951. by bsalomon@google.com · 13 years ago
  84. ec36471 Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config (r1951)" by vandebo@chromium.org · 13 years ago
  85. aab1fd9 Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config by bsalomon@google.com · 13 years ago
  86. 20efde7 Share code with SkRect by reed@google.com · 13 years ago
  87. 05ef510 Remove GrContext.h dependence on GrGpu.h by bsalomon@google.com · 14 years ago
  88. 8295dc1 4x4 SSAA with improvements in determination of when to apply. Still disabled at compile time. by bsalomon@google.com · 14 years ago
  89. 6dcf499 Fix dangling ptr when GrRenderTarget outlives its GrTexture representation by bsalomon@google.com · 14 years ago
  90. 669fdc4 Adds read pixels to GrTexture and GrRenderTarget by bsalomon@google.com · 14 years ago