1. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 12 years ago
  2. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  3. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  4. 009bcca When doing a readback in SkGrPixelRef check whether the dst bmp was allocated. by bsalomon@google.com · 13 years ago
  5. a2a3192 Fix some extract subset bugs. by scroggo@google.com · 13 years ago
  6. 9fbcad0 Removed old resource locking system by robertphillips@google.com · 13 years ago
  7. d07cb0c Begin moving locking out of GrResourceCache by robertphillips@google.com · 13 years ago
  8. 8090e65 Make the SkGrPixelRef be responsible for unlocking device's scratch texture in the cache by bsalomon@google.com · 13 years ago
  9. 24f3ad1 Move texture lock/unlock functions from SkGpuDevice into SkGr as global functions, also removed inconsistent "SkGr" class. by rileya@google.com · 13 years ago
  10. c377baf Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 13 years ago
  11. 41efe04 Partially rolled forward the SkGrPixelRef changes by robertphillips@google.com · 13 years ago
  12. 5088eb4 Moved SkGrTexturePixelRef to SkGrPixelRef by robertphillips@google.com · 13 years ago[Renamed (99%) from src/gpu/SkGrTexturePixelRef.cpp]
  13. d881bc1 Collapsed SkGrTexturePixelRef and SkGrRenderTargetPixelRef into SkGrPixelRef using new GrSurface class by robertphillips@google.com · 13 years ago
  14. 75b3c96 Move clientID into texture desc by robertphillips@google.com · 13 years ago
  15. a1e5795 GrTexture can now create its own cache key by robertphillips@google.com · 13 years ago
  16. 78d6cf9 Remove GrAALevel enum, use explicit sample count by bsalomon@google.com · 13 years ago
  17. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 14 years ago
  18. ef843cd When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep by senorblanco@chromium.org · 14 years ago
  19. 6f37951 Make all pixel ops go thru ctx so we can correctly flush. Unify two texture upload code paths. by bsalomon@google.com · 14 years ago
  20. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 14 years ago
  21. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  22. 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 14 years ago
  23. 4281d65 add CR at end by reed@google.com · 14 years ago
  24. 669fdc4 Adds read pixels to GrTexture and GrRenderTarget by bsalomon@google.com · 14 years ago
  25. 50dfa01 add pixelref->readPixels() by reed@google.com · 14 years ago
  26. 873cb1e add gpu to the default makefile move skia-gpu files into skia/src/gpu by reed@google.com · 15 years ago[Renamed from gpu/src/skia/SkGrTexturePixelRef.cpp]
  27. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 15 years ago