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
*
Reland "Remove GrBackendObject and all related functions from Skia."
Greg Daniel
2018-05-21
*
Revert "Remove GrBackendObject and all related functions from Skia."
Brian Osman
2018-05-10
*
Remove GrBackendObject and all related functions from Skia.
Greg Daniel
2018-05-10
*
Add internal grsurface flag to track if using gl rectangle or external texture.
Greg Daniel
2018-05-02
*
Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS
Robert Phillips
2018-04-12
*
Dump additional details about the gpu resources.
Derek Sollenberger
2018-03-29
*
Hide GrBackendTexture/RenderTarget constructors that take a GrPixelConfig
Brian Salomon
2018-03-23
*
Add texture-specific flags for External & Rectangle textures
Robert Phillips
2018-03-21
*
Allow SkTraceMemoryDump to exclude wrapped objects
Eric Karl
2018-03-19
*
Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors"
Greg Daniel
2018-03-14
*
Improve handling of GrPixelConfig in GrBackendTex/RT ctors
Greg Daniel
2018-03-14
*
Remove integer texture support
Brian Salomon
2018-02-06
*
Update SkSurface MakeFromBackend* factories to take an SkColorType.
Greg Daniel
2017-12-19
*
Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and ...
Robert Phillips
2017-12-13
*
Add support for internal gl format in GrGLTextureInfo
Greg Daniel
2017-12-04
*
MakeBackendTextureFromSkImage
Eric Karl
2017-10-12
*
Add flag on GrBackendTexture to say whether texture is mipped or not
Greg Daniel
2017-10-12
*
Use enum to track MipMapsStatus throughout Texture creation
Greg Daniel
2017-10-12
*
Set correct mip map status on GrTexture since we no longer require all mip data
Greg Daniel
2017-10-10
*
Rework GrSamplerParams to be more compact and use its own wrap mode enum.
Brian Salomon
2017-09-07
*
Clean up GrResourceProvider usage
Robert Phillips
2017-06-15
*
Omnibus: Push instantiation of GrTextures later (post TextureSampler)
Robert Phillips
2017-06-02
*
Remove SkCrossContextImageData and all support code
Brian Osman
2017-05-11
*
Combine GPU flush with semaphore API
Brian Osman
2017-04-28
*
Move ReleaseProc info to GrTexture and for implementations to define it.
Greg Daniel
2017-04-21
*
Add GrSurfaceProxy* parameter to GrContext::flush
Robert Phillips
2017-03-30
*
Control making of GrSemaphore objects inside of GrResourceProvider
Greg Daniel
2017-03-07
*
Use GrSemaphore rather than GrFence for external texture data
Brian Osman
2017-03-02
*
Add GrExternalTextureData and SkCrossContextImageData
Brian Osman
2017-02-28
*
Revert "Add GrExternalTextureData and SkCrossContextImageData"
Brian Osman
2017-02-24
*
Add GrExternalTextureData and SkCrossContextImageData
Brian Osman
2017-02-24
*
Rename vars and functions from 'glslcaps'->'shadercaps'
Brian Salomon
2016-11-29
*
Merge GrGLSLCaps into GrShaderCaps
Brian Salomon
2016-11-29
*
Merge GrGLSLShaderVar and GrShaderVar
Brian Salomon
2016-11-21
*
Rename GrTextureParams to GrSamplerParams
Brian Salomon
2016-11-17
*
Rename kTexture2DISampler to kITexture2DSampler.
Brian Salomon
2016-11-16
*
Revert "Revert "Add integer texture support.""
Brian Salomon
2016-11-11
*
Revert "Add integer texture support."
Leon Scroggins
2016-11-10
*
Add integer texture support.
Brian Salomon
2016-11-10
*
Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear.""
Brian Salomon
2016-11-07
*
Further centralize computation of GrSurface VRAM consumption - take 2
Robert Phillips
2016-11-07
*
Revert "Further centralize computation of GrSurface VRAM consumption"
Ben Wagner
2016-11-06
*
Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."
Ben Wagner
2016-11-06
*
Limit GL_TEXTURE_RECTANGLE filtering to bilinear.
Brian Salomon
2016-11-04
*
Further centralize computation of GrSurface VRAM consumption
Robert Phillips
2016-11-04
*
Remove SkAutoTUnref and SkAutoTDelete from public includes.
bungeman
2016-10-27
*
Remove SK_IGNORE_GL_TEXTURE_TARGET.
Ben Wagner
2016-10-26
*
Add Texture2D and Sampler GrSLTypes
egdaniel
2016-07-13
*
Refactor to separate backend object lifecycle and GpuResource budget decision
kkinnunen
2016-04-22
*
Remove GrTextureStorageAllocator. This was added from Chromium but never used...
bsalomon
2016-04-13
[next]