aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGpuDevice.cpp
Commit message (Expand)AuthorAge
* 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
* Misc cleanupGravatar robertphillips2015-07-22
* Fix textureDomain/bleed prevention in msaaGravatar robertphillips2015-07-20
* No longer using non-antialiased fast path for lines when antialiasing is on.Gravatar ethannicholas2015-07-17
* add src-rect-constraint to drawImageRectGravatar reed2015-07-14
* More threading of GrProcessorDataManagerGravatar joshualitt2015-07-09
* Rename flushForExternalRead->flushForExternalIO and always call in SkSurface:...Gravatar bsalomon2015-06-30
* implement drawAtlas natively on gpu-deviceGravatar reed2015-06-25
* Make SkGpuDevice know its alpha typeGravatar bsalomon2015-06-23
* Clean up usage of SkSurfacePropsGravatar robertphillips2015-06-22
* Rename all things "leaky" in SkDeviceGravatar robertphillips2015-06-19
* remove SkDevicePropertiesGravatar robertphillips2015-06-19
* Add useDFT field to SkDevicePropertiesGravatar robertphillips2015-06-18
* Make GrTextContext be owned by the GrDrawContextGravatar robertphillips2015-06-17
* Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:12...Gravatar bsalomon2015-06-16
* Make GrTextContext be owned by the GrDrawContextGravatar robertphillips2015-06-16
* Implement support for mixed sampled render targetsGravatar vbuzinov2015-06-12