Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
ebaf6a69bf604c85185e23aca3fb93308e747ff5
/
src
/
gpu
/
SkGpuDevice.cpp
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
1182d9a
Change device creation to see the (optional) layer-paint
by reed
· 10 years ago
5f5a8d7
adding preabandon flag to DM
by joshualitt
· 10 years ago
570d2f8
I'd really like to land this before the branch so speedy reviews are appreciated.
by joshualitt
· 10 years ago
2907059
Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/)
by joshualitt
· 10 years ago
586d5d6
I'd really like to land this before the branch so speedy reviews are appreciated.
by joshualitt
· 10 years ago
44701df
Move clip off of draw target
by joshualitt
· 10 years ago
abcfab4
Swap render target instead of creating a new gpu device for surface copy-on-write
by kkinnunen
· 10 years ago
e5524cd
Fix layer hoisting bug in SkCanvas::drawPicture path
by robertphillips
· 10 years ago
2e4414e
Do not clear the source device in SkGpuDevice::drawDevice
by kkinnunen
· 10 years ago
25d9c15
Pass Rendertarget into context.
by joshualitt
· 10 years ago
f87fe78
use common impl for drawTextOnPath
by reed
· 10 years ago
b197b8f
Use SkXfermode as public facing enum for GrPorterDuffXP
by egdaniel
· 10 years ago
d042358
One createTexture function, attempt to recycle scratch in createTexture.
by bsalomon
· 10 years ago
de358a9
BUG=skia:
by joshualitt
· 10 years ago
5444393
Apply prePathMatrix in SkGpuDevice as view matrix preconcat when possible
by bsalomon
· 10 years ago
afe3005
Require budget decision when creating a RenderTarget SkSurface.
by bsalomon
· 10 years ago
16b2789
Change to create device coord coordset
by joshualitt
· 10 years ago
5531d51
remove view matrix from context
by joshualitt
· 10 years ago
7b9e8a4
Apply the layer's image filter to the hoisted image
by robertphillips
· 10 years ago
9513143
Make all blending up to GrOptDrawState be handled by the xp/xp factory.
by egdaniel
· 10 years ago
8d95ffa
Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/)
by egdaniel
· 10 years ago
7c66342
Make all blending up to GrOptDrawState be handled by the xp/xp factory.
by egdaniel
· 10 years ago
63242d7
Fix SKPBench tiling so MPD and non-MPD match
by robertphillips
· 10 years ago
8eddfb5
Change clear() to respect the clip
by reed
· 10 years ago
e99d499
Fuse GrReplacements and GrLayerCache
by robertphillips
· 10 years ago
af641a1
Revert "Change clear() to respect the clip"
by reed
· 10 years ago
367e186
use drawRect when drawing a bitmap with anti-aliasing on a non-msaa target
by derekf
· 10 years ago
3729469
Change clear() to respect the clip
by reed
· 10 years ago
01d6e5f
Use variable length key (rather than accumulated matrix) as save layer hoisting key
by robertphillips
· 10 years ago
30d7841
Add support for hoisting layers in pictures drawn with a matrix
by robertphillips
· 10 years ago
ec8bb94
Fix error in Ganesh' tiled bitmap drawing
by robertphillips
· 10 years ago
2d97bc1
Disable LCD text explicitly in SkPictureImageFilter::onFilterImage()
by fmalita
· 10 years ago
b2db898
rename filterTextFlags to disableLCD
by reed
· 10 years ago
6987dca
Rename onCreateDevice -> onCreateCompatibleDevice
by fmalita
· 10 years ago
5adbf1b
Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of https://codereview.chromium.org/723743002/)
by reed
· 10 years ago
b122ee5
start to replace onCreateDevice with onCreateCompatibleDevice
by reed
· 10 years ago
8236591
Rename GrAccelData to SkLayerInfo and move it to src/core
by robertphillips
· 10 years ago
Next »