aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGpuDevice.cpp
Commit message (Expand)AuthorAge
* 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
* Refactor helper function for SkBitmapShader to GrFragmentProcessorGravatar joshualitt2015-08-12
* First pass at drawAtlas batching.Gravatar jvanverth2015-08-07
* Remove SHADER_AA_FILL_RECT flagGravatar robertphillips2015-08-05
* Remove IGNORE_ROT_AA_RECT_OPT flagGravatar robertphillips2015-08-04
* Some cleanup in GrTextureProvider and GrResourceProvider.Gravatar bsalomon2015-07-31
* remove all guards for changes to drawBitmapRect / drawImageRectGravatar reed2015-07-28
* Fix Ganesh drawAtlas bug with quad colorsGravatar robertphillips2015-07-24