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