1. e632dfc Use GrTextureType to determine highest supported filter by Brian Salomon · 6 years ago
  2. 60dd8c7 Introduce enum class for texture type. by Brian Salomon · 6 years ago
  3. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  4. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  5. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  6. 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  7. cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 6 years ago
  8. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  9. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  10. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  11. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  12. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  13. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  14. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  15. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  16. e252f08 Add hint to SkSurface::MakeRenderTarget that we will use mips by Greg Daniel · 7 years ago
  17. 914a36b MakeBackendTextureFromSkImage by Eric Karl · 7 years ago
  18. 0fc4d2d Use enum to track MipMapsStatus throughout Texture creation by Greg Daniel · 7 years ago
  19. 834f120 Set correct mip map status on GrTexture since we no longer require all mip data by Greg Daniel · 7 years ago
  20. e2d76d5 Remove fIsMipMapped from GrSurfaceDesc by Greg Daniel · 7 years ago
  21. 90f28ec Add some asserts and explict setting of fIsMipMapped by Greg Daniel · 7 years ago
  22. 2191823 Revert "Remove isMipMapped from GrSurfaceDesc" and follow up find exact scratch CL by Greg Daniel · 7 years ago
  23. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  24. 52cb5fe Remove isMipMapped from GrSurfaceDesc by Greg Daniel · 7 years ago
  25. fb4a20c Remove kDefault_GrSurfaceOrigin by Robert Phillips · 7 years ago
  26. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  27. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  28. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  29. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  30. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  31. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  32. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  33. d34edf3 Revert "Revert "Remove GrSurfaceDesc member from GrSurface."" by Brian Salomon · 7 years ago
  34. 4b30a96 Revert "Remove GrSurfaceDesc member from GrSurface." by Greg Daniel · 7 years ago
  35. 8491154 Remove GrSurfaceDesc member from GrSurface. by Brian Salomon · 7 years ago
  36. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  37. 0ec981b Remove kCheckAllocation_GrSurfaceFlags. by Brian Salomon · 7 years ago
  38. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  39. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  40. 739c5bf Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."" by Brian Salomon · 8 years ago
  41. d6214d4 Further centralize computation of GrSurface VRAM consumption - take 2 by Robert Phillips · 8 years ago
  42. 9c46b68 Revert "Further centralize computation of GrSurface VRAM consumption" by Ben Wagner · 8 years ago
  43. ce4d04a Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear." by Ben Wagner · 8 years ago
  44. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  45. ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
  46. 29e52f1 Centralize computation of GrRenderTarget & GrTexture VRAM consumption by Robert Phillips · 8 years ago
  47. f1c6cd7 Rename WorseCaseSize to WorstCasSize by robertphillips · 8 years ago
  48. fe19987 Better (?) interface for controlling sRGB-ness of mipmaps on GrTexture by brianosman · 8 years ago
  49. 33f6b3f Manually generated sRGB mipmaps, with successively smaller draws. by brianosman · 8 years ago
  50. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  51. 7e68ab7 Remove GrTextureStorageAllocator. This was added from Chromium but never used and not expected to be used. by bsalomon · 8 years ago
  52. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  53. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 8 years ago
  54. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 8 years ago
  55. 01e5838 Simplify calculations in AADistanceFieldPathBatch::writePathVertices. by benjaminwagner · 8 years ago
  56. 9a1ed5d skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  57. 64e7533 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19 id:380001 of https://codereview.chromium.org/1623653002/ ) by caryclark · 9 years ago
  58. b8d6e08 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  59. f1036b2 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17 id:340001 of https://codereview.chromium.org/1623653002/ ) by bsalomon · 9 years ago
  60. 7fec91c skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  61. e7d7f90 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14 id:260001 of https://codereview.chromium.org/1623653002/ ) by jcgregorio · 9 years ago
  62. 92098e6 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  63. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  64. b90de31 Fix for texture width or height are greater than 2^16 by joshualitt · 9 years ago
  65. 6e83ac7 Defer flushes if kPreferNoIO is specified by robertphillips · 9 years ago
  66. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  67. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  68. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  69. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 9 years ago
  70. d2a6f4e More cleanup around GrContext, textures, and SkGr.cpp by bsalomon · 10 years ago
  71. c2f35b7 Allow unbudgeted resources to be recycled by the cache as scratch. by bsalomon · 10 years ago
  72. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  73. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  74. 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 10 years ago
  75. 39edf76 Rename GrGpuGL -> GrGLGpu by jvanverth · 10 years ago
  76. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  77. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  78. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  79. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  80. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  81. 69ed47f Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl by bsalomon · 10 years ago
  82. 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
  83. 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 10 years ago
  84. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  85. a0036c6 Delete unused method aliases and texture flag. by bsalomon · 10 years ago
  86. 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
  87. 7fdffe4 Delete unused method aliases and texture flag. by bsalomon · 10 years ago
  88. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  89. 81beccc Devirtualize read/write pixels on surface. by bsalomon · 10 years ago
  90. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  91. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  92. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  93. afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  94. 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
  95. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  96. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  97. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  98. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  99. 744998e Make textures register with GrResourceCache2 as scratch. by bsalomon · 10 years ago
  100. d4cb922 Consider index8 a compressed config. by bsalomon · 10 years ago