aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGpuDevice.cpp
Commit message (Expand)AuthorAge
* Do not clear the source device in SkGpuDevice::drawDeviceGravatar kkinnunen2015-02-19
* Pass Rendertarget into context.Gravatar joshualitt2015-02-18
* use common impl for drawTextOnPathGravatar reed2015-02-17
* Use SkXfermode as public facing enum for GrPorterDuffXPGravatar egdaniel2015-02-17
* One createTexture function, attempt to recycle scratch in createTexture.Gravatar bsalomon2015-02-06
* BUG=skia:Gravatar joshualitt2015-02-05
* Apply prePathMatrix in SkGpuDevice as view matrix preconcat when possibleGravatar bsalomon2015-01-29
* Require budget decision when creating a RenderTarget SkSurface.Gravatar bsalomon2015-01-16
* Change to create device coord coordsetGravatar joshualitt2014-12-18
* remove view matrix from contextGravatar joshualitt2014-12-17
* Apply the layer's image filter to the hoisted imageGravatar robertphillips2014-12-11
* Make all blending up to GrOptDrawState be handled by the xp/xp factory.Gravatar egdaniel2014-12-09
* Revert of Make all blending up to GrOptDrawState be handled by the xp/xp fact...Gravatar egdaniel2014-12-08
* Make all blending up to GrOptDrawState be handled by the xp/xp factory.Gravatar egdaniel2014-12-08
* Fix SKPBench tiling so MPD and non-MPD matchGravatar robertphillips2014-12-04
* Change clear() to respect the clipGravatar reed2014-12-04
* Fuse GrReplacements and GrLayerCacheGravatar robertphillips2014-12-03
* Revert "Change clear() to respect the clip"Gravatar reed2014-12-02
* use drawRect when drawing a bitmap with anti-aliasing on a non-msaa targetGravatar derekf2014-12-02
* Change clear() to respect the clipGravatar reed2014-12-02
* Use variable length key (rather than accumulated matrix) as save layer hoisti...Gravatar robertphillips2014-12-01
* Add support for hoisting layers in pictures drawn with a matrixGravatar robertphillips2014-11-24
* Fix error in Ganesh' tiled bitmap drawingGravatar robertphillips2014-11-21
* Disable LCD text explicitly in SkPictureImageFilter::onFilterImage()Gravatar fmalita2014-11-20
* rename filterTextFlags to disableLCDGravatar reed2014-11-13
* Rename onCreateDevice -> onCreateCompatibleDeviceGravatar fmalita2014-11-13
* Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of http...Gravatar reed2014-11-13
* start to replace onCreateDevice with onCreateCompatibleDeviceGravatar reed2014-11-12
* Rename GrAccelData to SkLayerInfo and move it to src/coreGravatar robertphillips2014-11-12
* Change where layer hoisting data is gatheredGravatar robertphillips2014-11-11
* Address MSAA rendering in layer hoistingGravatar robertphillips2014-11-10
* Get gpudft support working in dm, gm, nanobench and bench_picturesGravatar jvanverth2014-11-07
* Revert of Get gpudft support working in dm, gm, nanobench and bench_pictures ...Gravatar jvanverth2014-11-06
* Get gpudft support working in dm, gm, nanobench and bench_picturesGravatar jvanverth2014-11-06
* Rename and clarify semantics of GrContext::resolveRenderTarget.Gravatar bsalomon2014-11-03
* Don't allow renderTarget==NULL to GrContext::clear() and friends.Gravatar bsalomon2014-11-03
* Cleanup: Go with SkDebugf instead of GrPrintf.Gravatar tfarina2014-10-31
* allow SkUserConfig.h to control NOGPUGravatar reed2014-10-30
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* Alter layer hoisting to only hoist layers for one canvas at a timeGravatar robertphillips2014-10-28
* Revert of Use approximate scratch textures for image filters. (patchset #2 id...Gravatar hcm2014-10-27
* Use approximate scratch textures for image filters.Gravatar bsalomon2014-10-27
* Revert of Use approximate scratch textures for image filters. (patchset #1 id...Gravatar bsalomon2014-10-27
* Use approximate scratch textures for image filters.Gravatar bsalomon2014-10-27
* Set temporary paths volatile so we don't cache them.Gravatar jvanverth2014-10-24
* Track nested picture xform state for layer hoistingGravatar robertphillips2014-10-22
* Remove unused parameters from filter_textureGravatar robertphillips2014-10-20
* Remove uses of GrAutoScratchTexture.Gravatar bsalomon2014-10-14
* Change GrTextContext fallbacks to be a linked list chain.Gravatar jvanverth2014-10-14
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-10-08