summaryrefslogtreecommitdiff
path: root/gpu/GrRenderTarget.cpp
AgeCommit message (Expand)Author
2014-05-02Split GrResource into GrCacheable/GrGpuObjectcommit-bot@chromium.org
2014-03-28SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.hcommit-bot@chromium.org
2014-03-28Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()commit-bot@chromium.org
2013-12-05Fix compilation with SK_ENABLE_INST_COUNT=1commit-bot@chromium.org
2013-10-14Start cleaning up 64bit Win warningsrobertphillips@google.com
2013-07-17Replace all instances of GrRect with SkRect.commit-bot@chromium.org
2013-05-10Don't call purgeCache() from within GrResource memebers.bsalomon@google.com
2012-11-19Protect against unref/ref of stencil buffer.bsalomon@google.com
2012-09-09Removed old resource locking systemrobertphillips@google.com
2012-09-07Added explicit cache clearingrobertphillips@google.com
2012-09-05Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derive...robertphillips@google.com
2012-09-05Simplified stencil buffer cachingrobertphillips@google.com
2012-08-20Remove _UPM_ GrPixelConfigsbsalomon@google.com
2012-06-13Version 2 of the Instance Counting system. This one simplifies the print out ...robertphillips@google.com
2012-06-13Added Texture desc to render targetrobertphillips@google.com
2012-01-31Add code path for Gr client to resolve an Gr-created MSAA render target.bsalomon@google.com
2011-11-16Make all pixel ops go thru ctx so we can correctly flush. Unify two texture u...bsalomon@google.com
2011-11-15Remove allocated size vs content size in texturesbsalomon@google.com
2011-10-12Move gpu/include/* to include/gpu and gpu/src/* to src/gpubsalomon@google.com