Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
77a2e52c7d5c77de73ecab5fec79072ee4460706
/
src
/
gpu
/
SkGpuDevice.cpp
77a2e52
Remove DrawingMgr shims from GrContext
by robertphillips
· 9 years ago
1a1d0b8
Remove check for whole image in the cache in SkGpuDevice::shouldTileImage
by bsalomon
· 9 years ago
2e1e51f
GrDrawContext now holds GrRenderTarget pointer
by robertphillips
· 9 years ago
88d064d
add applyFilter() to SkImage
by reed
· 9 years ago
afa95e2
Remove image usage type enum. Use GrTextureParams instead.
by bsalomon
· 9 years ago
f276ac5
Move functions from SkGr to SkGrPriv.h
by bsalomon
· 9 years ago
79da63f
Fix gpu drawBitmap to work when BM is A8 and we have a shader
by egdaniel
· 9 years ago
4a33952
Bye bye processor data manager.
by bsalomon
· 9 years ago
aa48d36
Fix drawVertices when there is a paint alpha
by bsalomon
· 9 years ago
f1b7a1d
Make skpaint->grpaint flow work for composing draws (verts and atlas)
by bsalomon
· 9 years ago
aca31fe
Stop supporting HW dither
by bsalomon
· 9 years ago
3322a81
share code between SkGr and Cacherator
by reed
· 9 years ago
30c4cae
Add special case circle blur for Ganesh
by robertphillips
· 9 years ago
85d9178
Use SkImageCacherator in SkImages
by reed
· 9 years ago
c9a3706
Limit lifetime of GrDrawContext objects
by robertphillips
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
ac856c9
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
by bsalomon
· 9 years ago
385fe4d
Style Change: SkNEW->new; SkDELETE->delete
by halcanary
· 9 years ago
4bf69f7b
Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ )
by rmistry
· 9 years ago
2424344
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
by bsalomon
· 9 years ago
d2b23e0
Standardize BW to NonAA
by joshualitt
· 9 years ago
1a899c9
Stop ping ponging AA in SkGpuDevice
by joshualitt
· 9 years ago
a61c817
drawBitmapImage can batch across AA rects
by joshualitt
· 9 years ago
29553b3
Revert of drawBitmapImage can batch across AA rects (patchset #5 id:80001 of https://codereview.chromium.org/1293543002/ )
by joshualitt
· 9 years ago
0d4bcea
drawBitmapImage can batch across AA rects
by joshualitt
· 9 years ago
9bc3954
Refactor helper function for SkBitmapShader to GrFragmentProcessor
by joshualitt
· 9 years ago
31ff762
First pass at drawAtlas batching.
by jvanverth
· 9 years ago
d8aa59d
Remove SHADER_AA_FILL_RECT flag
by robertphillips
· 9 years ago
fae0102
Remove IGNORE_ROT_AA_RECT_OPT flag
by robertphillips
· 9 years ago
eae6200
Some cleanup in GrTextureProvider and GrResourceProvider.
by bsalomon
· 9 years ago
562fe47
remove all guards for changes to drawBitmapRect / drawImageRect
by reed
· 9 years ago
29ccdf8
Fix Ganesh drawAtlas bug with quad colors
by robertphillips
· 9 years ago
ff0ca5e
Misc cleanup
by robertphillips
· 9 years ago
1accc4c
Fix textureDomain/bleed prevention in msaa
by robertphillips
· 9 years ago
330bb95
No longer using non-antialiased fast path for lines when antialiasing is on.
by ethannicholas
· 9 years ago
a5517e2
add src-rect-constraint to drawImageRect
by reed
· 9 years ago
5f10b5c
More threading of GrProcessorDataManager
by joshualitt
· 9 years ago
c49e868
Rename flushForExternalRead->flushForExternalIO and always call in SkSurface::getTextureHandle
by bsalomon
· 9 years ago
ca10953
implement drawAtlas natively on gpu-device
by reed
· 9 years ago
74f681d
Make SkGpuDevice know its alpha type
by bsalomon
· 9 years ago
efbffed
Clean up usage of SkSurfaceProps
by robertphillips
· 9 years ago
7b05ff1
Rename all things "leaky" in SkDevice
by robertphillips
· 9 years ago
fcf7829
remove SkDeviceProperties
by robertphillips
· 9 years ago
bcd7ab5
Add useDFT field to SkDeviceProperties
by robertphillips
· 9 years ago
2334fb6
Make GrTextContext be owned by the GrDrawContext
by robertphillips
· 9 years ago
781d582
Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:120001 of https://codereview.chromium.org/1175553002/)
by bsalomon
· 9 years ago
5b16e74
Make GrTextContext be owned by the GrDrawContext
by robertphillips
· 9 years ago
dded696
Implement support for mixed sampled render targets
by vbuzinov
· 9 years ago
5581236
Towards removing getTexture() on SkImage
by bsalomon
· 9 years ago
41e010c
Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi
by reed
· 9 years ago
2c55d7b
remove subclassing from ImageFilter::Proxy
by reed
· 9 years ago
7622863
Add direct getter for GrCaps to GrContext.
by bsalomon
· 9 years ago
084d1b6
Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/)
by bsalomon
· 9 years ago
9138c46
Add direct getter for GrCaps to GrContext.
by bsalomon
· 9 years ago
9c240a1
Break GrTextContext's reliance on SkGpuDevice
by robertphillips
· 9 years ago
ccb1b57
Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter
by robertphillips
· 9 years ago
ea46150
Split drawing functionality out of GrContext and into new GrDrawContext
by robertphillips
· 9 years ago
9db912c
Sketch splitting SkPicture into an interface and SkBigPicture.
by mtklein
· 9 years ago
d156d36
Make GrStrokeInfo inherit from SkStrokeRec
by kkinnunen
· 9 years ago
72743b1
Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #25 id:480001 of https://codereview.chromium.org/1112523006/)
by mtklein
· 9 years ago
15877b6
Sketch splitting SkPicture into an interface and SkBigPicture.
by mtklein
· 9 years ago
7156b09
Revert of Defer glClear to just before draw call (patchset #2 id:20001 of https://codereview.chromium.org/1113003005/)
by robertphillips
· 9 years ago
c3c06a1
Defer glClear to just before draw call
by wasim.abbas
· 9 years ago
fc07256
fix for blur large glyphs problems
by joshualitt
· 9 years ago
b7ed856
Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #22 id:420001 of https://codereview.chromium.org/1112523006/)
by reed
· 10 years ago
8b26b99
new image from backend desc
by reed
· 10 years ago
c92c129
Sketch splitting SkPicture into an interface and SkBigPicture.
by mtklein
· 10 years ago
a85d4d0
Make drawImage a virtual on SkDevice
by reed
· 10 years ago
06dad4b
Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1126273002/)
by reed
· 10 years ago
620ba3a
Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1124003002/)
by reed
· 10 years ago
3538e3b
Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/)
by reed
· 10 years ago
14fe8fd
Make drawImage a virtual on SkDevice
by reed
· 10 years ago
119468b
Revert of Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/11188… (patchset #2 id:20001 of https://codereview.chromium.org/1122813002/)
by reed
· 10 years ago
5392785
Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)"
by reed
· 10 years ago
973d1f1
Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)
by reed
· 10 years ago
71a6cbf
remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical
by reed
· 10 years ago
f603fb3
make drawImage a virtual on SkDevice
by reed
· 10 years ago
d309e7a
This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types.
by bsalomon
· 10 years ago
f83be82
Fix for texture allocation failure in 'preAbandonGpuContext' mode
by robertphillips
· 10 years ago
61f501f
onCreateDevice -> NULL now means the caller should create its own (bitmap) device
by reed
· 10 years ago
280a9c8
Pass dashing info from drawPath to Gr side
by kkinnunen
· 10 years ago
8f94bb2
remove old text contexts and fontcache
by joshualitt
· 10 years ago
bed83a6
Don't draw if SkShader::asNewFragmentProcessor fails.
by bsalomon
· 10 years ago
d0d37ca
Implement approx-match support in image filter saveLayer() offscreen.
by senorblanco
· 10 years ago
82973db
Revert of Implement approx-match support in image filter saveLayer() offscreen. (patchset #31 id:590001 of https://codereview.chromium.org/1034733002/)
by rmistry
· 10 years ago
46112cf
Implement approx-match support in image filter saveLayer() offscreen.
by senorblanco
· 10 years ago
7c0273f
Revert of Implement approx-match support in image filter saveLayer() offscreen. (patchset #27 id:510001 of https://codereview.chromium.org/1034733002/)
by rmistry
· 10 years ago
f5f8518
Implement approx-match support in image filter saveLayer() offscreen.
by senorblanco
· 10 years ago
06d3d68
Revert "Implement approx-match support in image filter saveLayer() offscreen."
by senorblanco
· 10 years ago
b97dafe
Implement approx-match support in image filter saveLayer() offscreen.
by senorblanco
· 10 years ago
9c32818
Initial change to move text blob to GrTextContext
by joshualitt
· 10 years ago
6e8cd96
Let text contexts fall back directly to paths
by joshualitt
· 10 years ago
5efb8b8
Simple patch to have draw path call an internal drawPath
by joshualitt
· 10 years ago
93a1215
SkPaint::FilterLevel -> SkFilterQuality
by reed
· 10 years ago
76033be
Revert[6] of Change device creation to see the (optional) layer-paint
by reed
· 10 years ago
173e5fe
Revert of Revert of Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1005173004/)
by reed
· 10 years ago
307d1ed
Revert of Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1001423002/)
by reed
· 10 years ago
8e14d66
Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1006923002/)
by reed
· 10 years ago
f7076a1
Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1008863002/)
by reed
· 10 years ago
0e040f7
Revert of Change device creation to see the (optional) layer-paint (patchset #9 id:160001 of https://codereview.chromium.org/988413003/)
by reed
· 10 years ago
Next »