index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGLRenderTarget.cpp
Commit message (
Expand
)
Author
Age
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Fix leak of GrGLTexID when its owning GrGLTexture has been abandoned.
commit-bot@chromium.org
2013-07-17
*
Implement support for origin-TopLeft render targets. Note that the default be...
senorblanco@chromium.org
2013-02-05
*
Reverting r7545 (render target origin change) due to layout test issues (see ...
robertphillips@google.com
2013-02-05
*
Implement support for origin-TopLeft render targets in GL backend.
senorblanco@chromium.org
2013-02-04
*
Add an origin flag for backend (external) textures. Some textures in WebKit ...
senorblanco@chromium.org
2013-01-28
*
Make GrResource know whether 3D objects' lifetimes are managed by Skia or not.
bsalomon@google.com
2013-01-23
*
Make the orientation of a texture accessible from and known by GrSurface.
bsalomon@google.com
2012-10-26
*
Simplified stencil buffer caching
robertphillips@google.com
2012-09-05
*
Split cache-specific fields out of GrTextureDesc
robertphillips@google.com
2012-08-13
*
Add GrSurface parent class above GrTexture & GrRenderTarget
robertphillips@google.com
2012-06-21
*
Move convolution from code in GrGLProgram to new GrConvolutionEffect
tomhudson@google.com
2012-05-10
*
Move GL-specific source code to make room for D3D back end.
tomhudson@google.com
2012-02-10