aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGpuDevice.cpp
Commit message (Expand)AuthorAge
* Fix unref order in SkGpuDeviceGravatar joshualitt2016-01-08
* Move path fallback for AA rect out of SkGpuDeviceGravatar cdalton2016-01-04
* Move all text stuff to its own folderGravatar joshualitt2015-12-11
* Make "alpha only" be a property of GrTextureProducerGravatar bsalomon2015-12-09
* Rewrite drawBitmap/ImageNine on top of GrTextureProducerGravatar bsalomon2015-12-09
* Fix filter primitive bounds computations.Gravatar senorblanco2015-12-09
* Stop wrapping images backed by generators as bitmaps in SkGpuDevice (except w...Gravatar bsalomon2015-12-08
* Retract GrRenderTarget a bitGravatar robertphillips2015-12-01
* Clean up Ganesh path render a little bitGravatar robertphillips2015-11-30
* Remove SkDrawProcsGravatar herb2015-11-24
* Sniff out rects, ovals & rrects in SkGpuDevice::drawPathGravatar robertphillips2015-11-24
* Clarify when oval & rrects get devolved to paths in SkGpuDevice/GrDrawContext...Gravatar robertphillips2015-11-24
* Avoid geometric ninepatch if rendertarget has MSAAGravatar joshualitt2015-11-19
* Fix leak in drawBitmapNineGravatar egdaniel2015-11-19
* Initial implementation of GPU no filter NinePatchGravatar joshualitt2015-11-18
* Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducerGravatar bsalomon2015-11-18
* Update Layer Hoisting to store its atlas texture in the resource cacheGravatar robertphillips2015-11-09
* Separate out natively-texture image/bmp draws from cached-as-texture image/bm...Gravatar bsalomon2015-11-09
* Revert of Update Layer Hoisting to store its atlas texture in the resource ca...Gravatar robertphillips2015-11-06
* Update Layer Hoisting to store its atlas texture in the resource cacheGravatar robertphillips2015-11-06
* Rename non-aa rect methods on GrDrawContext in anticipation of making them su...Gravatar bsalomon2015-11-05
* Add bleed GM variants for bmp backed by an oversized textureGravatar bsalomon2015-11-02
* Allow max tile size to be overridden separately from max texture size.Gravatar bsalomon2015-11-02
* tunnel down texture-size-constraint to imagefiltersGravatar reed2015-10-22
* use (temp) gpu-imagefilter-cache for applyFilterGravatar reed2015-10-20
* Remove DrawingMgr shims from GrContextGravatar robertphillips2015-10-17
* Remove check for whole image in the cache in SkGpuDevice::shouldTileImageGravatar bsalomon2015-10-16
* GrDrawContext now holds GrRenderTarget pointerGravatar robertphillips2015-10-15
* add applyFilter() to SkImageGravatar reed2015-10-12
* Remove image usage type enum. Use GrTextureParams instead.Gravatar bsalomon2015-10-12
* Move functions from SkGr to SkGrPriv.hGravatar bsalomon2015-10-09
* Fix gpu drawBitmap to work when BM is A8 and we have a shaderGravatar egdaniel2015-10-09
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Fix drawVertices when there is a paint alphaGravatar bsalomon2015-10-01
* Make skpaint->grpaint flow work for composing draws (verts and atlas)Gravatar bsalomon2015-09-28
* Stop supporting HW ditherGravatar bsalomon2015-09-22
* share code between SkGr and CacheratorGravatar reed2015-09-16
* Add special case circle blur for GaneshGravatar robertphillips2015-09-15
* Use SkImageCacherator in SkImagesGravatar reed2015-09-10
* Limit lifetime of GrDrawContext objectsGravatar robertphillips2015-09-01
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...Gravatar rmistry2015-08-26
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-26
* Standardize BW to NonAAGravatar joshualitt2015-08-21
* Stop ping ponging AA in SkGpuDeviceGravatar joshualitt2015-08-17
* drawBitmapImage can batch across AA rectsGravatar joshualitt2015-08-17
* Revert of drawBitmapImage can batch across AA rects (patchset #5 id:80001 of ...Gravatar joshualitt2015-08-17
* drawBitmapImage can batch across AA rectsGravatar joshualitt2015-08-17