index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrRenderTarget.cpp
Commit message (
Expand
)
Author
Age
*
Improve usage of window rectangles
csmartdalton
2016-09-06
*
Revert of Improve usage of window rectangles (patchset #9 id:160001 of https:...
caryclark
2016-09-06
*
Improve usage of window rectangles
csmartdalton
2016-09-02
*
Add flag for window rectangles to GrRenderTarget
csmartdalton
2016-08-10
*
Move GrContext::makeDrawContext to new GrContextPriv object
robertphillips
2016-08-03
*
Rename GrContext's newDrawContext & drawContext to makeDrawContext
robertphillips
2016-07-27
*
Add SkColorSpace to GrDrawContext
brianosman
2016-07-21
*
Eliminate special case nvpr batch handling
cdalton
2016-05-12
*
Add Gr*Proxy classes
robertphillips
2016-05-04
*
Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview....
robertphillips
2016-05-03
*
Add Gr*Proxy classes
robertphillips
2016-05-03
*
Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.c...
robertphillips
2016-05-03
*
Add Gr*Proxy classes
robertphillips
2016-05-03
*
Bring sk_sp to GrDrawContext
robertphillips
2016-04-27
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Add "sample locations" feature to GrProcessor
cdalton
2016-03-07
*
Dependencies are now added between the drawTargets in GrPipeline
robertphillips
2015-10-30
*
Revert of Dependencies are now added between the drawTargets in GrPipeline (p...
robertphillips
2015-10-22
*
Dependencies are now added between the drawTargets in GrPipeline
robertphillips
2015-10-22
*
Revert of Dependencies are now added between the drawTargets in GrPipeline (p...
caryclark
2015-10-21
*
Dependencies are now added between the drawTargets in GrPipeline
robertphillips
2015-10-20
*
Loosen requirement that there be only one GrDrawTarget
robertphillips
2015-10-16
*
GrDrawContext now holds GrRenderTarget pointer
robertphillips
2015-10-15
*
Minor fix to attaching stencils
egdaniel
2015-09-15
*
Move some of the adding stencil attachment logic of Gpu and into Render Target.
egdaniel
2015-09-14
*
Limit lifetime of GrDrawContext objects
robertphillips
2015-09-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Split drawing functionality out of GrContext and into new GrDrawContext
robertphillips
2015-05-26
*
Rename GrStencilBuffer to GrStencilAttachment
egdaniel
2015-04-16
*
Dynamically create stencil buffer when needed.
bsalomon
2015-02-23
*
Rename and clarify semantics of GrContext::resolveRenderTarget.
bsalomon
2014-11-03
*
Add class GrGLTextureRenderTarget for GL texture/rendertarget objects
bsalomon
2014-11-03
*
Devirtualize read/write pixels on surface.
bsalomon
2014-10-13
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
32 bpp floating point textures
joshualitt
2014-07-16
*
Split GrResource into GrCacheable/GrGpuObject
commit-bot@chromium.org
2014-05-02
*
SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h
commit-bot@chromium.org
2014-03-28
*
Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()
commit-bot@chromium.org
2014-03-28
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
Start cleaning up 64bit Win warnings
robertphillips@google.com
2013-10-14
*
Replace all instances of GrRect with SkRect.
commit-bot@chromium.org
2013-07-17
*
Don't call purgeCache() from within GrResource memebers.
bsalomon@google.com
2013-05-10
*
Protect against unref/ref of stencil buffer.
bsalomon@google.com
2012-11-19
*
Removed old resource locking system
robertphillips@google.com
2012-09-09
*
Added explicit cache clearing
robertphillips@google.com
2012-09-07
*
Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derive...
robertphillips@google.com
2012-09-05
*
Simplified stencil buffer caching
robertphillips@google.com
2012-09-05
*
Remove _UPM_ GrPixelConfigs
bsalomon@google.com
2012-08-20
*
Version 2 of the Instance Counting system. This one simplifies the print out ...
robertphillips@google.com
2012-06-13
*
Added Texture desc to render target
robertphillips@google.com
2012-06-13
[next]