Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
e51c356ae4e074b9c286c50a4efce11205f7463c
/
src
/
gpu
/
SkGpuDevice.cpp
e51c356
pre-land special methods on device
by reed
· 8 years ago
54f30c1
Introduce GrColorSpaceXform, for gamut conversion on textures
by brianosman
· 8 years ago
6451a0c
Add makeSpecial calls to SkGpuDevice
by robertphillips
· 8 years ago
04d6218
Add copy (when needed) to SkGpuDevice::asSpecial
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
1433c67
Remove SkGrTexturePixelRef and SkGrRenderTargetPixelRef aliases for SkGrPixelRef
by bsalomon
· 8 years ago
dda5445
Remove GrLayerHoister
by robertphillips
· 8 years ago
a7d85ba
Add gm that tests shaded stroked rectangles.
by bsalomon
· 8 years ago
b109b8c
Lots of progress on switching to SkColorSpace rather than SkColorProfileType
by brianosman
· 8 years ago
ab82418
Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ )
by brianosman
· 8 years ago
6a61a87
Lots of progress on switching to SkColorSpace rather than SkColorProfileType
by brianosman
· 8 years ago
06ca8ec
sk_sp for Ganesh.
by bungeman
· 8 years ago
982eb7f
Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively.
by brianosman
· 8 years ago
f2204c9
Adjust tolerance for when Ganesh stroked-line-as-rect optimization kicks in
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
071457b
Add isUnifiedMultisampled entry point to GrDrawContext
by robertphillips
· 8 years ago
e576874
Retract GrRenderTarget a bit within SkGpuDevice
by robertphillips
· 8 years ago
846c051
Convert GrClip to an abstract base class
by cdalton
· 8 years ago
6663acf
Replace GrStrokeInfo with GrStyle.
by bsalomon
· 8 years ago
85d9667
Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ )
by bsalomon
· 8 years ago
33595bd
Replace GrStrokeInfo with GrStyle.
by bsalomon
· 8 years ago
74e9a4d
Reland of Disable layer hoisting for non-8888 canvases (patchset #1 id:1 of https://codereview.chromium.org/1961483002/ )
by robertphillips
· 8 years ago
524484b
Revert of Retract GrRenderTarget a bit within SkGpuDevice (patchset #2 id:20001 of https://codereview.chromium.org/1956473002/ )
by robertphillips
· 9 years ago
6b53b9d
Revert of Disable layer hoisting for non-8888 canvases (patchset #2 id:20001 of https://codereview.chromium.org/1957433002/ )
by robertphillips
· 9 years ago
4e30f27
Disable layer hoisting for non-8888 canvases
by robertphillips
· 9 years ago
d215a95
Retract GrRenderTarget a bit within SkGpuDevice
by robertphillips
· 9 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
1e7f5e7
remove 'deprecated' region from SkDraw
by reed
· 9 years ago
f35566e
Remove deprecated paths from image filter infrastructure.
by senorblanco
· 9 years ago
983294f
Skia Filter Quality and Scaling Metrics
by ericrk
· 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
6b08652
Several fixes for fp 16 rendering:
by brianosman
· 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
b461d34
Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate
by brianosman
· 9 years ago
898235c
SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode.
by brianosman
· 9 years ago
090b762
Temporary fix for --preAbandonGpuContext bug
by robertphillips
· 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
a635936
sRGB support in Ganesh. Several pieces:
by brianosman
· 9 years ago
c571c00
Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ )
by brianosman
· 9 years ago
9e3f1bf
sRGB support in Ganesh. Several pieces:
by brianosman
· 9 years ago
e1849d1
Allow SkGpuDevice::drawSprite to handle subset SkBitmaps
by robertphillips
· 9 years ago
18300a3
detach -> release
by mtklein
· 9 years ago
5671c5b
SkImage now has makeShader to return sk_sp
by reed
· 9 years ago
f70b531
Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )"
by reed
· 9 years ago
1610835
Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )
by reed
· 9 years ago
0eda258
move annotations to canvas virtual
by reed
· 9 years ago
0009589
Move drawDRRect back to GrDrawContext
by robertphillips
· 9 years ago
55f2d2d
Creating functions for uploading a mipmapped texture.
by cblume
· 9 years ago
82e26bf
Revert of Skia Filter Quality and Scaling Metrics (patchset #3 id:60001 of https://codereview.chromium.org/1686203002/ )
by ericrk
· 9 years ago
f57b3a6
Skia Filter Quality and Scaling Metrics
by ericrk
· 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
c85d9fb
GrAuditTrail can now be enabled/disabled at runtime
by ethannicholas
· 9 years ago
48e7846
Mark existing image filter entry points that will be going away with Deprecated
by robertphillips
· 9 years ago
8e84a1e
Delete GrTextContext
by joshualitt
· 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
369e937
Add Histogram Macros to Skia
by ericrk
· 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
d247e58
Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS (now unused).
by senorblanco
· 9 years ago
973ed24
fix SkGpuDevice::drawBitmapRect to always update clips
by lsalzman
· 9 years ago
1de87df
Refactor to use GrWrapTextureInBitmap more
by robertphillips
· 9 years ago
bc90735
GrAuditTrail hooks in GrContext + GrDrawContext
by joshualitt
· 9 years ago
086cee1
Add batch names and bounds to json debug information
by joshualitt
· 9 years ago
ce89400
Guard SkGpuDevice
by joshualitt
· 9 years ago
4e23cda
remove imagefilter::sizeconstraint
by reed
· 9 years ago
5651ee6
Change to wire up opnames in SkGpuDevice
by joshualitt
· 9 years ago
06dd0a8
Fix unref order in SkGpuDevice
by joshualitt
· 9 years ago
bb53948
Move path fallback for AA rect out of SkGpuDevice
by cdalton
· 9 years ago
e804292
Move all text stuff to its own folder
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
db64af3
Fix filter primitive bounds computations.
by senorblanco
· 9 years ago
1cf6f9b
Stop wrapping images backed by generators as bitmaps in SkGpuDevice (except when tiling)
by bsalomon
· 9 years ago
7bceedc
Retract GrRenderTarget a bit
by robertphillips
· 9 years ago
0e7029e
Clean up Ganesh path render a little bit
by robertphillips
· 9 years ago
11a7f7f
Remove SkDrawProcs
by herb
· 9 years ago
ff55b49
Sniff out rects, ovals & rrects in SkGpuDevice::drawPath
by robertphillips
· 9 years ago
514450c
Clarify when oval & rrects get devolved to paths in SkGpuDevice/GrDrawContext boundary
by robertphillips
· 9 years ago
edb3644
Avoid geometric ninepatch if rendertarget has MSAA
by joshualitt
· 9 years ago
c060460
Fix leak in drawBitmapNine
by egdaniel
· 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
Next »