1. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  2. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 8 years ago
  3. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  4. d6214d4 Further centralize computation of GrSurface VRAM consumption - take 2 by Robert Phillips · 8 years ago
  5. 9c46b68 Revert "Further centralize computation of GrSurface VRAM consumption" by Ben Wagner · 8 years ago
  6. ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
  7. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  8. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  9. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  10. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 9 years ago
  11. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  12. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  13. 091f60c Use a struct for client GL texture handles by bsalomon · 9 years ago
  14. 10528f1 Store texture target on GrGLTexture. This is in preparation for using texture targets other than 2D. by bsalomon · 9 years ago
  15. 0a5fa48 Add onMemoryDump to GrContext by ericrk · 9 years ago
  16. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  17. d1e7287 Minor modifications to GrProgramDesc.h. by jvanverth · 9 years ago
  18. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  19. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  20. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  21. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  22. 9a0c7ab Skia: Track the fIsWrapped separately so that we delete correctly by hendrikw · 10 years ago
  23. 12299ab Make GrResourceCache2 responsible for calling release, abandon, and ~. by bsalomon · 10 years ago
  24. bcaefb0 Remove GrGLTexID by bsalomon · 10 years ago
  25. 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 10 years ago
  26. b15b4c1 Separate out GrSurfaceConfig's fields from other structs used to create GrGL* subclasses of GrSurface. by bsalomon · 10 years ago
  27. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags 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. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  31. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  32. e49157f Factor GrTexture into public GrTexture and private GrTextureImpl. by commit-bot@chromium.org · 10 years ago
  33. 59e7d23 Revert of Factor GrTexture into public GrTexture and private GrTextureImpl. (https://codereview.chromium.org/275903002/) by commit-bot@chromium.org · 10 years ago
  34. bd465d1 Factor GrTexture into public GrTexture and private GrTextureImpl. by commit-bot@chromium.org · 10 years ago
  35. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  36. 149f4f5 differentiate mag and min filters by commit-bot@chromium.org · 11 years ago
  37. 59e16e4 Fix leak of GrGLTexID when its owning GrGLTexture has been abandoned. by commit-bot@chromium.org · 11 years ago
  38. 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
  39. 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
  40. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
  41. ef5dbe1 Add an origin flag for backend (external) textures. Some textures in WebKit have a topdown orientation, and skia needs to be notified of this, so that they are not drawn upside-down. by senorblanco@chromium.org · 12 years ago
  42. 7283022 Make GrResource know whether 3D objects' lifetimes are managed by Skia or not. by bsalomon@google.com · 12 years ago
  43. 2d0bade Make the orientation of a texture accessible from and known by GrSurface. by bsalomon@google.com · 12 years ago
  44. 08afc84 Files accidentally omitted from r6123. by bsalomon@google.com · 12 years ago
  45. 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
  46. b867099 Move filter/wrap out of GrSamplerState into GrTextureParams by bsalomon@google.com · 12 years ago
  47. fa35e3d plumb SkInstCnt to all subclasses of GrRefCnt by reed@google.com · 12 years ago
  48. 957ebdd Adding API to GrTexture to reset cached texture parameter values by junov@chromium.org · 12 years ago
  49. 3271628 Move texture descriptor into GrTexture by robertphillips@google.com · 12 years ago
  50. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 12 years ago
  51. dd182cb Move GL-specific source code to make room for D3D back end. by tomhudson@google.com · 13 years ago[Renamed (99%) from src/gpu/GrGLTexture.h]
  52. 280e99f Add support for GL texture storage by bsalomon@google.com · 13 years ago
  53. 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
  54. 9962108 Remove allocated size vs content size in textures by bsalomon@google.com · 13 years ago
  55. 1dcf506 Remove GrGpuGLFixed subclass and ES1 support by bsalomon@google.com · 13 years ago
  56. 0a97be2 When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with GL_BGRA by bsalomon@google.com · 13 years ago
  57. 80d09b9 Use timestamp to detect when client GL calls could cause Gr's cache of glTexParam values to be invalid. by bsalomon@google.com · 13 years ago
  58. 64c4fe4 More removal of texture fUploadByteCount and rename fFormat to fConfig for consistency. by bsalomon@google.com · 13 years ago
  59. 9d6cfd8 Remove unneeded field from GrGLTexture by bsalomon@google.com · 13 years ago
  60. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrGLTexture.h]
  61. 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 13 years ago
  62. 0168afc Make RT & TEX base classes aware of NPOT/min-RT bloated size by bsalomon@google.com · 13 years ago
  63. 5bfc217 cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its msaa sample count. by bsalomon@google.com · 13 years ago
  64. aa5b673 move render target decls / defs to their own headers / srcs by bsalomon@google.com · 13 years ago
  65. e14490a Move GL headers out of public include dir by bsalomon@google.com · 13 years ago[Renamed from gpu/include/GrGLTexture.h]
  66. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  67. cee661a Reapply r1951. by bsalomon@google.com · 13 years ago
  68. ec36471 Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config (r1951)" by vandebo@chromium.org · 13 years ago
  69. aab1fd9 Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config by bsalomon@google.com · 13 years ago
  70. 0b96a84 Remove unused SkGpuDevice functions, add GrRenderTarget handle getters by bsalomon@google.com · 13 years ago
  71. 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 13 years ago
  72. 79d2dbe uint32_t -> int for texture extents by bsalomon@google.com · 13 years ago
  73. 5877ffd Add APIs and plumbing for external rendertaret-textures w/ and w/out MSAA. by bsalomon@google.com · 13 years ago
  74. f954d8d Add isMultisampled() to GrRenderTarget. Cleanup MSAA vs smooth lines logic in GrGpuGL. by bsalomon@google.com · 13 years ago
  75. 6dcf499 Fix dangling ptr when GrRenderTarget outlives its GrTexture representation by bsalomon@google.com · 13 years ago
  76. 669fdc4 Adds read pixels to GrTexture and GrRenderTarget by bsalomon@google.com · 13 years ago
  77. 8fe7247 Add GrResource base class for ibs, texs, vbs, etc. by bsalomon@google.com · 13 years ago
  78. b65e0cb by twiz@google.com · 14 years ago
  79. 0f31ca7 by twiz@google.com · 14 years ago
  80. 1da0746 Delete GL tex ID when last of GrGLTexture or GrGLRenderTarget that reference it is destroyed by bsalomon@google.com · 14 years ago
  81. d302f14 Add support for clipstack to Gr. GrClip is now a list of rects and paths with set operations to combine them. The stencil buffer is used to perform the set operations to put the clip into the stencil buffer. Building Gr's clip from Skia's clipStack is currently disabled due to the fact that Skia's clipStack is relative to the root layer not the current layer. This will be fixed in a subsequent CL. by bsalomon@google.com · 14 years ago
  82. 8895a7a Reduce glGets for stencil bits. by bsalomon@google.com · 14 years ago
  83. c6cf723 Hide alloc size vs content size below API by bsalomon@google.com · 14 years ago
  84. da96ea0 Stop using GrSamplerState to track the texture parameters for GL textures. It has become larger and now holds state that isn't tracked per-texture by GL. Also remove unused setSamplerStateImm from GrGpuGL by bsalomon@google.com · 14 years ago
  85. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 14 years ago