1. 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
  2. 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
  3. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
  4. 22943cd Fix debug build. Unreviewed. by senorblanco@chromium.org · 12 years ago
  5. ef5dbe1 Add an origin flag for backend (external) textures. Some textures in WebKit have a topdown orientation, and skia needs to be notified of this, so that they are not drawn upside-down. by senorblanco@chromium.org · 12 years ago
  6. 7283022 Make GrResource know whether 3D objects' lifetimes are managed by Skia or not. by bsalomon@google.com · 12 years ago
  7. 2d0bade Make the orientation of a texture accessible from and known by GrSurface. by bsalomon@google.com · 13 years ago
  8. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 13 years ago
  9. 7d501ab Add GrSurface parent class above GrTexture & GrRenderTarget by robertphillips@google.com · 13 years ago