index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
SkGpuDevice.cpp
Commit message (
Expand
)
Author
Age
*
Do not clear the source device in SkGpuDevice::drawDevice
kkinnunen
2015-02-19
*
Pass Rendertarget into context.
joshualitt
2015-02-18
*
use common impl for drawTextOnPath
reed
2015-02-17
*
Use SkXfermode as public facing enum for GrPorterDuffXP
egdaniel
2015-02-17
*
One createTexture function, attempt to recycle scratch in createTexture.
bsalomon
2015-02-06
*
BUG=skia:
joshualitt
2015-02-05
*
Apply prePathMatrix in SkGpuDevice as view matrix preconcat when possible
bsalomon
2015-01-29
*
Require budget decision when creating a RenderTarget SkSurface.
bsalomon
2015-01-16
*
Change to create device coord coordset
joshualitt
2014-12-18
*
remove view matrix from context
joshualitt
2014-12-17
*
Apply the layer's image filter to the hoisted image
robertphillips
2014-12-11
*
Make all blending up to GrOptDrawState be handled by the xp/xp factory.
egdaniel
2014-12-09
*
Revert of Make all blending up to GrOptDrawState be handled by the xp/xp fact...
egdaniel
2014-12-08
*
Make all blending up to GrOptDrawState be handled by the xp/xp factory.
egdaniel
2014-12-08
*
Fix SKPBench tiling so MPD and non-MPD match
robertphillips
2014-12-04
*
Change clear() to respect the clip
reed
2014-12-04
*
Fuse GrReplacements and GrLayerCache
robertphillips
2014-12-03
*
Revert "Change clear() to respect the clip"
reed
2014-12-02
*
use drawRect when drawing a bitmap with anti-aliasing on a non-msaa target
derekf
2014-12-02
*
Change clear() to respect the clip
reed
2014-12-02
*
Use variable length key (rather than accumulated matrix) as save layer hoisti...
robertphillips
2014-12-01
*
Add support for hoisting layers in pictures drawn with a matrix
robertphillips
2014-11-24
*
Fix error in Ganesh' tiled bitmap drawing
robertphillips
2014-11-21
*
Disable LCD text explicitly in SkPictureImageFilter::onFilterImage()
fmalita
2014-11-20
*
rename filterTextFlags to disableLCD
reed
2014-11-13
*
Rename onCreateDevice -> onCreateCompatibleDevice
fmalita
2014-11-13
*
Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of http...
reed
2014-11-13
*
start to replace onCreateDevice with onCreateCompatibleDevice
reed
2014-11-12
*
Rename GrAccelData to SkLayerInfo and move it to src/core
robertphillips
2014-11-12
*
Change where layer hoisting data is gathered
robertphillips
2014-11-11
*
Address MSAA rendering in layer hoisting
robertphillips
2014-11-10
*
Get gpudft support working in dm, gm, nanobench and bench_pictures
jvanverth
2014-11-07
*
Revert of Get gpudft support working in dm, gm, nanobench and bench_pictures ...
jvanverth
2014-11-06
*
Get gpudft support working in dm, gm, nanobench and bench_pictures
jvanverth
2014-11-06
*
Rename and clarify semantics of GrContext::resolveRenderTarget.
bsalomon
2014-11-03
*
Don't allow renderTarget==NULL to GrContext::clear() and friends.
bsalomon
2014-11-03
*
Cleanup: Go with SkDebugf instead of GrPrintf.
tfarina
2014-10-31
*
allow SkUserConfig.h to control NOGPU
reed
2014-10-30
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
Alter layer hoisting to only hoist layers for one canvas at a time
robertphillips
2014-10-28
*
Revert of Use approximate scratch textures for image filters. (patchset #2 id...
hcm
2014-10-27
*
Use approximate scratch textures for image filters.
bsalomon
2014-10-27
*
Revert of Use approximate scratch textures for image filters. (patchset #1 id...
bsalomon
2014-10-27
*
Use approximate scratch textures for image filters.
bsalomon
2014-10-27
*
Set temporary paths volatile so we don't cache them.
jvanverth
2014-10-24
*
Track nested picture xform state for layer hoisting
robertphillips
2014-10-22
*
Remove unused parameters from filter_texture
robertphillips
2014-10-20
*
Remove uses of GrAutoScratchTexture.
bsalomon
2014-10-14
*
Change GrTextContext fallbacks to be a linked list chain.
jvanverth
2014-10-14
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-10-08
[next]