1. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  2. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 11 years ago
  3. 709906b Fix a perf regression introduced by r7594: when computing a texture cache key, use the resolved (Top or Bottom) surface origin, never Default, otherwise we never get a cache hit. by senorblanco@chromium.org · 12 years ago
  4. 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
  5. 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
  6. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
  7. be61c05 Fix Android texture cacheID issue (npot flag not generated correctly) by robertphillips@google.com · 12 years ago
  8. 2859eb7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  9. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  10. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  11. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  12. d364554 Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derived classes by robertphillips@google.com · 12 years ago
  13. f660187 Hide GrDrawTarget::Caps's member vars by bsalomon@google.com · 12 years ago
  14. 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
  15. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 12 years ago
  16. 9c2ea84 Split cache-specific fields out of GrTextureDesc by robertphillips@google.com · 12 years ago
  17. 5091b70 Added resource domain to GrTextureDesc by robertphillips@google.com · 12 years ago
  18. 46a8600 Refactored cacheID in preparation for clip mask caching changes by robertphillips@google.com · 12 years ago
  19. b867099 Move filter/wrap out of GrSamplerState into GrTextureParams by bsalomon@google.com · 12 years ago
  20. f41f4d2 Enable Scratch texture detach in SW path renderer's onDrawPath (take 2) by robertphillips@google.com · 12 years ago
  21. 15c0fea AutoScratchTexture can now release its texture and it will return to the texture cache when freed by robertphillips@google.com · 12 years ago
  22. 4d73ac2 Version 2 of the Instance Counting system. This one simplifies the print out of information. by robertphillips@google.com · 12 years ago
  23. 75b3c96 Move clientID into texture desc by robertphillips@google.com · 12 years ago
  24. cf6285b fix warnings on Mac in src/gpu and include/gpu by caryclark@google.com · 12 years ago
  25. a1e5795 GrTexture can now create its own cache key by robertphillips@google.com · 12 years ago
  26. 3271628 Move texture descriptor into GrTexture by robertphillips@google.com · 12 years ago
  27. 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
  28. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrTexture.cpp]
  29. aa5b673 move render target decls / defs to their own headers / srcs by bsalomon@google.com · 13 years ago
  30. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  31. cee661a Reapply r1951. by bsalomon@google.com · 13 years ago
  32. ec36471 Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config (r1951)" by vandebo@chromium.org · 13 years ago
  33. aab1fd9 Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config by bsalomon@google.com · 13 years ago
  34. 20efde7 Share code with SkRect by reed@google.com · 13 years ago
  35. 05ef510 Remove GrContext.h dependence on GrGpu.h by bsalomon@google.com · 13 years ago
  36. 8295dc1 4x4 SSAA with improvements in determination of when to apply. Still disabled at compile time. by bsalomon@google.com · 13 years ago
  37. 6dcf499 Fix dangling ptr when GrRenderTarget outlives its GrTexture representation by bsalomon@google.com · 13 years ago
  38. 669fdc4 Adds read pixels to GrTexture and GrRenderTarget by bsalomon@google.com · 13 years ago