index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGLTexture.cpp
Commit message (
Expand
)
Author
Age
*
Use a struct for client GL texture handles
bsalomon
2015-11-10
*
Store texture target on GrGLTexture. This is in preparation for using texture...
bsalomon
2015-10-14
*
Add onMemoryDump to GrContext
ericrk
2015-09-15
*
Add support for creating texture backed images where Skia will delete the tex...
bsalomon
2015-06-18
*
Make uncached textures uncached from the get go.
bsalomon
2015-01-14
*
Rename GrGpuGL -> GrGLGpu
jvanverth
2014-12-22
*
Rename GrGpuGL to GrGLGpu for consistency
bsalomon
2014-12-16
*
Skia: Track the fIsWrapped separately so that we delete correctly
hendrikw
2014-12-09
*
Remove GrGLTexID
bsalomon
2014-11-03
*
Add class GrGLTextureRenderTarget for GL texture/rendertarget objects
bsalomon
2014-11-03
*
Separate out GrSurfaceConfig's fields from other structs used to create GrGL*...
bsalomon
2014-10-29
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Make GrGpuResources register with GrResourceCache2 after fully constructed.
bsalomon
2014-08-26
*
Revert of Make GrGpuResources register with GrResourceCache2 after fully cons...
bsalomon
2014-08-26
*
Make GrGpuResources register with GrResourceCache2 after fully constructed.
bsalomon
2014-08-26
*
Revert "Revert of Use the GrCacheable ID to eliminate the need for notificati...
bsalomon
2014-07-22
*
Revert of Use the GrCacheable ID to eliminate the need for notifications to G...
robertphillips
2014-07-20
*
Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL whe...
bsalomon
2014-07-17
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
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
*
Reland of 8525 with fix for case when GrRT outlives GrTexture.
bsalomon@google.com
2013-04-09
*
Revert 8525,8526 pending investigation of bench_pictures crashes.
bsalomon@google.com
2013-04-03
*
Commit file accidentally left out of glc change for r8525
bsalomon@google.com
2013-04-03
*
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
*
Fix debug build. Unreviewed.
senorblanco@chromium.org
2013-01-28
*
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
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-31
*
Make the orientation of a texture accessible from and known by GrSurface.
bsalomon@google.com
2012-10-26
*
Files accidentally omitted from r6123.
bsalomon@google.com
2012-10-25
*
Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derive...
robertphillips@google.com
2012-09-05
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Move filter/wrap out of GrSamplerState into GrTextureParams
bsalomon@google.com
2012-07-25
*
Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.
tomhudson@google.com
2012-07-09
*
plumb SkInstCnt to all subclasses of GrRefCnt
reed@google.com
2012-06-26
*
Move texture descriptor into GrTexture
robertphillips@google.com
2012-06-04
*
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