Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
36aa176d0d32f9cea3d1998fac3c295d31e1d596
/
src
/
gpu
/
SkGpuDevice.h
514baff
Rename GrTextureParams to GrSamplerParams
by Brian Salomon
· 8 years ago
9fab7e9
Remove accessRenderTarget call in SkGpuDevice ctor
by Robert Phillips
· 8 years ago
144caf5
src/gpu: s/SkAutoTUnref/sk_sp/g
by Hal Canary
· 8 years ago
faba371
remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM
by Mike Reed
· 8 years ago
7d954ad
remove xfermode from public api
by Mike Reed
· 8 years ago
1105224
Rename GrDrawContext to GrRenderTargetContext
by Brian Osman
· 8 years ago
cc319b9
GPU implementation of drawRegion()
by msarett
· 8 years ago
dcb406c
Remove virtual from overrides in SkGpuDevice.h
by bsalomon
· 8 years ago
4f3a0ca
GPU implementation of drawArc.
by bsalomon
· 8 years ago
589a39e
store info in basedevice, change getter to non-virtual const&
by reed
· 8 years ago
10e3d9b
Batched implementation of drawLattice() for GPU
by msarett
· 8 years ago
7fc0858
Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180001 of https://codereview.chromium.org/2255963002/ )
by msarett
· 8 years ago
93242c4
Batched implementation of drawLattice() for GPU
by msarett
· 8 years ago
e553b64
Fix tile bitmap code in SkGpuDevice to compute correct local coords.
by bsalomon
· 8 years ago
c6f411e
Merge GrClipMaskManager into GrClipStackClip
by csmartdalton
· 8 years ago
15c42ca
Remove SkSurface::MakeRenderTargetDirect
by robertphillips
· 8 years ago
714712b
Remove GrRenderTarget member variable from SkGpuDevice
by robertphillips
· 8 years ago
7e92276
Reduce usage of MakeRenderTargetDirect
by robertphillips
· 8 years ago
2c9e200
remove fClipStack and attach/deattach-from-canvas
by reed
· 8 years ago
396fcdb
Cleanup of code that converts from GPU-backed resources to SkImageInfo
by brianosman
· 8 years ago
dfe4f2e
Add SkColorSpace to GrDrawContext
by brianosman
· 8 years ago
1f3923e
Deprecate SkDevice::accessBitmap method
by robertphillips
· 8 years ago
cf5c846
remove dead methods now that we use specials exclusively for imagefilters
by reed
· 8 years ago
ea70c4b
Remove SkDevice::accessRenderTarget virtual
by robertphillips
· 8 years ago
e51c356
pre-land special methods on device
by reed
· 8 years ago
6451a0c
Add makeSpecial calls to SkGpuDevice
by robertphillips
· 8 years ago
1b5f968
Add SkGpuDevice::asSpecial entry point
by robertphillips
· 8 years ago
970587b
Remove GrWrapTextureInBitmap call in SkGpuDevice::drawSpriteWithFilter
by robertphillips
· 8 years ago
dda5445
Remove GrLayerHoister
by robertphillips
· 8 years ago
0851d2d
Handle stroked single line special case in Ganesh
by robertphillips
· 8 years ago
ca6eafc
(Mostly) Retract GrRenderTarget from SkGpuDevice
by robertphillips
· 8 years ago
846c051
Convert GrClip to an abstract base class
by cdalton
· 8 years ago
24e9128
Add sk_sp to SkSurface_Gpu and SkGpuDevice
by robertphillips
· 9 years ago
175dd9b
Clean up test drawContext usage
by robertphillips
· 9 years ago
900c367
Image filters: de-nest SkImageFilter::Cache and Cache::Key.
by senorblanco
· 9 years ago
6c7e325
Bring sk_sp to GrDrawContext
by robertphillips
· 9 years ago
86ae3d1
make context() virtual on device
by reed
· 9 years ago
f35566e
Remove deprecated paths from image filter infrastructure.
by senorblanco
· 9 years ago
cb232e8
Revert of Remove deprecated paths from image filter infrastructure. (patchset #2 id:20001 of https://codereview.chromium.org/1888243003/ )
by robertphillips
· 9 years ago
6fb3cd7
Remove deprecated paths from image filter infrastructure.
by senorblanco
· 9 years ago
7e68ab7
Remove GrTextureStorageAllocator. This was added from Chromium but never used and not expected to be used.
by bsalomon
· 9 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
2302de9
Switch new SkImageFilter internal methods over to sk_sp
by robertphillips
· 9 years ago
1579e3c
Switch SkBlurImageFilter over to new onFilterImage interface
by robertphillips
· 9 years ago
e8f3062
switch surface to sk_sp
by reed
· 9 years ago
9c79d7e
Revert of Switch SkBlurImageFilter over to new onFilterImage interface (patchset #15 id:270001 of https://codereview.chromium.org/1785643003/ )
by robertphillips
· 9 years ago
3c935bc
Switch SkBlurImageFilter over to new onFilterImage interface
by robertphillips
· 9 years ago
d770610
Mv DRRect drawing code from GrDrawContext into SkGpuDevice
by robertphillips
· 9 years ago
5ec26ae
Move Budgeted enum out of SkSurface, use in GrTextureProvider
by bsalomon
· 9 years ago
bd500f0
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ )
by bsalomon
· 9 years ago
57599fe
Move Budgeted enum out of SkSurface, use in GrTextureProvider
by bsalomon
· 9 years ago
9a1ed5d
skia: Add support for CHROMIUM_image backed textures.
by erikchen
· 9 years ago
64e7533
Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19 id:380001 of https://codereview.chromium.org/1623653002/ )
by caryclark
· 9 years ago
b8d6e08
skia: Add support for CHROMIUM_image backed textures.
by erikchen
· 9 years ago
f1036b2
Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17 id:340001 of https://codereview.chromium.org/1623653002/ )
by bsalomon
· 9 years ago
7fec91c
skia: Add support for CHROMIUM_image backed textures.
by erikchen
· 9 years ago
e63ffef
Remove deferred clear from SkGpuDevice
by bsalomon
· 9 years ago
e7d7f90
Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14 id:260001 of https://codereview.chromium.org/1623653002/ )
by jcgregorio
· 9 years ago
92098e6
skia: Add support for CHROMIUM_image backed textures.
by erikchen
· 9 years ago
06dd0a8
Fix unref order in SkGpuDevice
by joshualitt
· 9 years ago
f1ecd21
Make "alpha only" be a property of GrTextureProducer
by bsalomon
· 9 years ago
2bbd0c6
Rewrite drawBitmap/ImageNine on top of GrTextureProducer
by bsalomon
· 9 years ago
0671b96
Move texture drawing utility method to SkGpuDevice
by jvanverth
· 9 years ago
11a7f7f
Remove SkDrawProcs
by herb
· 9 years ago
33a5fce
Initial implementation of GPU no filter NinePatch
by joshualitt
· 9 years ago
b1b0199
Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer
by bsalomon
· 9 years ago
c55271f
Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws
by bsalomon
· 9 years ago
13ccbf8
use (temp) gpu-imagefilter-cache for applyFilter
by reed
· 9 years ago
85d9178
Use SkImageCacherator in SkImages
by reed
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
562fe47
remove all guards for changes to drawBitmapRect / drawImageRect
by reed
· 9 years ago
a5517e2
add src-rect-constraint to drawImageRect
by reed
· 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
7b05ff1
Rename all things "leaky" in SkDevice
by robertphillips
· 9 years ago
fcf7829
remove 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
41e010c
Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi
by reed
· 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
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
b7ed856
Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #22 id:420001 of https://codereview.chromium.org/1112523006/)
by reed
· 9 years ago
c92c129
Sketch splitting SkPicture into an interface and SkBigPicture.
by mtklein
· 9 years ago
a85d4d0
Make drawImage a virtual on SkDevice
by reed
· 9 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
· 9 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
· 9 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
f603fb3
make drawImage a virtual on SkDevice
by reed
· 10 years ago
dbd3593
Rename GrBitmapTextContextB to GrAtlasTextContext
by joshualitt
· 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
Next »