index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrBitmapTextureMaker.cpp
Commit message (
Expand
)
Author
Age
*
Add function to GrProxyProvider to lazily upload mip map data
Greg Daniel
2018-02-07
*
Funnel most proxy creation through GrProxyProvider
Robert Phillips
2018-01-16
*
Add GrProxyProvider
Robert Phillips
2018-01-08
*
Add hint to SkSurface::MakeRenderTarget that we will use mips
Greg Daniel
2017-10-23
*
Add option to create a deferred render target context with mips
Greg Daniel
2017-10-06
*
Revert "Revert "Update lockTextureProxy to return mipped proxys if mipping is...
Greg Daniel
2017-10-04
*
Revert "Update lockTextureProxy to return mipped proxys if mipping is request...
Greg Daniel
2017-10-03
*
Update lockTextureProxy to return mipped proxys if mipping is requested.
Greg Daniel
2017-10-02
*
Fall back to non mipped Texture when we can't copy base to mipped texture
Greg Daniel
2017-09-29
*
Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests""
Greg Daniel
2017-09-29
*
Revert "Update GrBitmapTextureMaker for handling mipped requests"
Greg Daniel
2017-09-28
*
Update GrBitmapTextureMaker for handling mipped requests
Greg Daniel
2017-09-28
*
Add ability to remove unique key from proxy and underlying surface.
Greg Daniel
2017-09-26
*
Add native caching of uniquely keyed GrTextureProxies (take 2)
Robert Phillips
2017-09-21
*
Revert "Add native caching of uniquely keyed GrTextureProxies"
Robert Phillips
2017-09-20
*
Add native caching of uniquely keyed GrTextureProxies
Robert Phillips
2017-09-20
*
Reduce dependence on GrSurface's origin field (take 3)
Robert Phillips
2017-07-25
*
Revert "Reduce dependence on GrSurface's origin field (take 2)"
Robert Phillips
2017-07-25
*
Reduce dependence on GrSurface's origin field (take 2)
Robert Phillips
2017-07-25
*
Third small fragment from "Reduce dependence on GrSurface's origin field"
Robert Phillips
2017-07-24
*
Revert "Reduce dependence on GrSurface's origin field"
Robert Phillips
2017-07-21
*
Reduce dependence on GrSurface's origin field
Robert Phillips
2017-07-21
*
Add support for SkImageGenerator creating external textures
Stan Iliev
2017-06-08
*
Allow numerical color spaces with legacy rendering
Matt Sarett
2017-05-15
*
Make SkGr.h GrTexture-free
Robert Phillips
2017-03-23
*
More pre-emptive proxification
Robert Phillips
2017-03-16
*
Make SkGr.h private and remove unused functions
Brian Osman
2017-03-08
*
Rebase and fix chromium
Brian Osman
2017-03-04
*
Revert "Revert "Revert "Revert "Move GrTextureProvider to src""""
Brian Osman
2017-03-02
*
Use GrTextureProvider's uniqueKey setting method rather than directly setting it
Robert Phillips
2017-03-02
*
Remove atlas creation from GrResourceProvider
Robert Phillips
2017-03-02
*
Revert "Revert "Revert "Move GrTextureProvider to src"""
Brian Osman
2017-03-02
*
Revert "Revert "Move GrTextureProvider to src""
Brian Osman
2017-03-01
*
Revert "Move GrTextureProvider to src"
Brian Osman
2017-03-01
*
Move GrTextureProvider to src
Brian Osman
2017-03-01
*
Plumb dst color space in many places, rather than "mode"
Brian Osman
2016-12-09
*
GrTextureProducer cleanup, phase one: Bitmap and Image makers
Brian Osman
2016-11-28