1. 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
  2. 83787d0 only notify bitmaps that have been added to the cache by reed · 10 years ago
  3. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  4. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  5. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  6. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  7. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  8. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  9. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  10. f80bfed GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  11. 85d3427 Revert of GrContext::copyTexture->GrContext::copySurface. Add a flush writes pixel ops flag. (patchset #3 id:40001 of https://codereview.chromium.org/622663002/) by bsalomon · 10 years ago
  12. cf99b00 GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  13. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  14. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  15. 2bb5210 Applying post-commit comments from https://codereview.chromium.org/607993002/ by junov · 10 years ago
  16. 96c118e Change GrContext::copyTexture to go through GrDrawTarget by junov · 10 years ago
  17. 0e97705 Use SkBitmapCache to optimize readPixels on a texture-backed bitmap by piotaixr · 10 years ago
  18. 90dc641 Revert of Use SkBitmapCache to optimize readPixels on a texture-backed bitmap (patchset #6 id:100001 of https://codereview.chromium.org/533323002/) by fmalita · 10 years ago
  19. 95fd68e Use SkBitmapCache to optimize readPixels on a texture-backed bitmap by piotaixr · 10 years ago
  20. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  21. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  22. 8482504 make allocPixels throw on failure by reed · 10 years ago
  23. 7187593 Make SkGrPixelRef responsible for owning GrSurface's texture rather than RT. by bsalomon · 10 years ago
  24. e4538f5 switch to colortype for deepcopy by reed · 10 years ago
  25. eeef0cc Revert of Revert ""Revert of eliminate config param -- it was always self's config (https://codereview.chromi… (https://codereview.chromium.org/291163005/) by commit-bot@chromium.org · 10 years ago
  26. 731b28d Revert ""Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)""" by commit-bot@chromium.org · 10 years ago
  27. 555e74f "Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)"" by reed@google.com · 10 years ago
  28. a369e36 Revert "Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)" by commit-bot@chromium.org · 10 years ago
  29. 089a780 Split GrResource into GrCacheable/GrGpuObject by commit-bot@chromium.org · 10 years ago
  30. 6e332f7 Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/) by commit-bot@chromium.org · 10 years ago
  31. dcacd5f eliminate config param -- it was always self's config by reed@google.com · 10 years ago
  32. 8e0993d SkGrPixelRef can only reference the subset of the Surface specified by its SkImageInfo by commit-bot@chromium.org · 11 years ago
  33. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  34. d0419b1 Revert "Revert "Revert "Revert of https://codereview.chromium.org/110593003/""" by reed@google.com · 11 years ago
  35. ba82bd1 Revert "Revert "Revert of https://codereview.chromium.org/110593003/"" by reed@google.com · 11 years ago
  36. 9271389 Revert "Revert of https://codereview.chromium.org/110593003/" by reed@google.com · 11 years ago
  37. 27f8902 Revert of https://codereview.chromium.org/110593003/ by commit-bot@chromium.org · 11 years ago
  38. f1ce052 Add onNewLockPixels, that returns rowbytes and relies on info in pixelref by reed@google.com · 11 years ago
  39. 96f5fa0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  40. bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
  41. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  42. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  43. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  44. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  45. 6a32add Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""""" by reed@google.com · 11 years ago
  46. 6965a0a PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."""" by reed@google.com · 11 years ago
  47. 6186787 add SkImageInfo to SkGrPixelRef constructor, to prep for larger CL by reed@google.com · 11 years ago
  48. 2ebc10d Revert "Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""" by reed@google.com · 11 years ago
  49. 473f0aa Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."" by reed@google.com · 11 years ago
  50. 5b132b2 Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap." by reed@google.com · 11 years ago
  51. 3e89524 PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap. by reed@google.com · 11 years ago
  52. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  53. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  54. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  55. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  56. 009bcca When doing a readback in SkGrPixelRef check whether the dst bmp was allocated. by bsalomon@google.com · 12 years ago
  57. a2a3192 Fix some extract subset bugs. by scroggo@google.com · 12 years ago
  58. 9fbcad0 Removed old resource locking system by robertphillips@google.com · 12 years ago
  59. d07cb0c Begin moving locking out of GrResourceCache by robertphillips@google.com · 12 years ago
  60. 8090e65 Make the SkGrPixelRef be responsible for unlocking device's scratch texture in the cache by bsalomon@google.com · 12 years ago
  61. 24f3ad1 Move texture lock/unlock functions from SkGpuDevice into SkGr as global functions, also removed inconsistent "SkGr" class. by rileya@google.com · 12 years ago
  62. c377baf Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 12 years ago
  63. 41efe04 Partially rolled forward the SkGrPixelRef changes by robertphillips@google.com · 12 years ago
  64. 5088eb4 Moved SkGrTexturePixelRef to SkGrPixelRef by robertphillips@google.com · 12 years ago[Renamed (99%) from src/gpu/SkGrTexturePixelRef.cpp]
  65. d881bc1 Collapsed SkGrTexturePixelRef and SkGrRenderTargetPixelRef into SkGrPixelRef using new GrSurface class by robertphillips@google.com · 12 years ago
  66. 75b3c96 Move clientID into texture desc by robertphillips@google.com · 12 years ago
  67. a1e5795 GrTexture can now create its own cache key by robertphillips@google.com · 12 years ago
  68. 78d6cf9 Remove GrAALevel enum, use explicit sample count by bsalomon@google.com · 13 years ago
  69. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  70. ef843cd When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep by senorblanco@chromium.org · 13 years ago
  71. 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
  72. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  73. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  74. 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 13 years ago
  75. 4281d65 add CR at end by reed@google.com · 14 years ago
  76. 669fdc4 Adds read pixels to GrTexture and GrRenderTarget by bsalomon@google.com · 14 years ago
  77. 50dfa01 add pixelref->readPixels() by reed@google.com · 14 years ago
  78. 873cb1e add gpu to the default makefile move skia-gpu files into skia/src/gpu by reed@google.com · 14 years ago[Renamed from gpu/src/skia/SkGrTexturePixelRef.cpp]
  79. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 14 years ago