Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
3b428cbf8a2f4b8d4fad7f2708e67cf954ba7bf1
/
src
3b428cb
Set empty device clip when an image filter has zero bounds
by Xianzhu Wang
· 7 years ago
4c11945
Respect repetition count in SkAnimatedImage
by Leon Scroggins III
· 7 years ago
f35fd8d
Move more internal methods from GrContext to GrContextPriv (take 3)
by Robert Phillips
· 7 years ago
dba65f9
Add a workaround for inaccurate interpolants on Adreno 3xx.
by Brian Salomon
· 7 years ago
8ad91a9
remove unused SkRasterizer
by Mike Reed
· 7 years ago
3bc266b
Revert "Revert "simplify GrFPArgs, isolating localmatrix""
by Mike Reed
· 7 years ago
bfadcf0
Revert "Revert "use GrFPArgs for maskfilters""
by Mike Reed
· 7 years ago
2914555
Revert "Move more internal methods from GrContext to GrContextPriv (take 2)"
by Leon Scroggins
· 7 years ago
4f7f197
Revert "use GrFPArgs for maskfilters"
by Mike Reed
· 7 years ago
3d628fe
Revert "simplify GrFPArgs, isolating localmatrix"
by Mike Reed
· 7 years ago
faca00d
ccpr: Unblacklist Mali
by Chris Dalton
· 7 years ago
36591e5
Better handle context-loss in MakeBackendTextureFromSkImage
by Eric Karl
· 7 years ago
81fe2a1
remove some old old pict ops
by Mike Reed
· 7 years ago
b76c717
simplify GrFPArgs, isolating localmatrix
by Mike Reed
· 7 years ago
ad6660a
Use equal_range for factory lookups
by Vladimir Levin
· 7 years ago
a99b393
use GrFPArgs for maskfilters
by Mike Reed
· 7 years ago
c22e50b
Move more internal methods from GrContext to GrContextPriv (take 2)
by Robert Phillips
· 7 years ago
4d12051
Add explicit abandoned flag to the GrProxyProvider
by Robert Phillips
· 7 years ago
2826627
drawimage + maskfilter bug fix
by Mike Reed
· 7 years ago
88260b5
Split GrContext into Normal/DDL flavors
by Robert Phillips
· 7 years ago
9cec1bc
check for crazy bounds from fuzzer
by Mike Reed
· 7 years ago
07320e4
Revert "Move more internal methods from GrContext to GrContextPriv"
by Hal Canary
· 7 years ago
f440cec
Move more internal methods from GrContext to GrContextPriv
by Robert Phillips
· 7 years ago
e582600
make rrect's more self-consistent, check drawable index
by Mike Reed
· 7 years ago
2cc7d13
Stop defining SK_CODEC_PRINTF in debug
by Leon Scroggins III
· 7 years ago
0a94e4c
ccpr: Blacklist vertex shaders on ANGLE/Skylake
by Chris Dalton
· 7 years ago
e3429e6
rename inner AsFPArgs to stand-alone GrFPArgs
by Mike Reed
· 7 years ago
59a1df2
Delete SkColorSpaceXformImageGenerator and SkImagePriv::SkMakeImageInColorSpace
by Greg Daniel
· 7 years ago
cfe83d1
Add more asserts about MSAA render buffers and FBO 0
by Brian Osman
· 7 years ago
b1b80f7
Remove tonal color from DrawShadow internals
by Jim Van Verth
· 7 years ago
a9c8a05
Be more explicit checking for render targets with MSAA render buffers
by Brian Osman
· 7 years ago
5a0f345
remove code from old picture serial guard
by Mike Reed
· 7 years ago
f625860
Fix handling of red support for GalliumLLVM renderer
by Robert Phillips
· 7 years ago
6e87eee
add shadermaskfilter
by Mike Reed
· 7 years ago
e97e792
validate paint setters in readbuffer
by Mike Reed
· 7 years ago
9ca2784
Extract a GrCCPathParser class that is decoupled from atlas ops
by Chris Dalton
· 7 years ago
a583b81
SkSL now supports ternary lvalues
by Ethan Nicholas
· 7 years ago
7b6ea19
detect fixed overflow in drawPoints
by Mike Reed
· 7 years ago
09a57b9
check for inconsistent counts in drawTextRSXform
by Mike Reed
· 7 years ago
40a29d7
Move GrOpFlushState out of GrDrawingManager and onto the stack
by Robert Phillips
· 7 years ago
a7f7ee9
turn assert into check for text
by Mike Reed
· 7 years ago
b6ba82c
sk_in array is now sized correctly in SPIR-V output
by Ethan Nicholas
· 7 years ago
d8b01ad
Remove old command buffer ES3 tex storage limitation
by Brian Salomon
· 7 years ago
e609e81
Remove GrGLCaps::fTextureRedSupport
by Brian Salomon
· 7 years ago
8f6c2ab
cleaned up SkSL constant handling
by Ethan Nicholas
· 7 years ago
adbe132
Remove GrSurfaceProxy::MakeWrapped (take 2)
by Robert Phillips
· 7 years ago
fe266c2
use safemath::mull for buffer sizes
by Mike Reed
· 7 years ago
e201ebc
Revert "Remove GrSurfaceProxy::MakeWrapped"
by Robert Phillips
· 7 years ago
b1b7f701
Add Android ImageDecoder features to SkAnimatedImage
by Leon Scroggins III
· 7 years ago
9d8abc5
fixed type error in RTAdjust application
by Ethan Nicholas
· 7 years ago
2ac5868
Remove GrSurfaceProxy::MakeWrapped
by Robert Phillips
· 7 years ago
8008df1
handle large rects, rename helper
by Mike Reed
· 7 years ago
33a8656
Reuse the CPU 2pt conical code in the GPU backend
by Yuqian Li
· 7 years ago
777707b
Move GrSurfaceProxy::MakeLazy to GrProxyProvider::createLazy
by Robert Phillips
· 7 years ago
9ee5ab7
Disable explicit resource allocation in Ganesh
by Robert Phillips
· 7 years ago
e728f67
Update to GrBackendTexutreImageGenerator to support lazy texture proxies
by Greg Daniel
· 7 years ago
c65b65d
Support scaled color emojis for SDF fallback
by Jim Van Verth
· 7 years ago
94a6ce8
Add ability for lazy proxy callback to free captured resources
by Greg Daniel
· 7 years ago
4e6cf91
Add macro to disable using GrTextureOp for AA in Chrome
by Brian Salomon
· 7 years ago
2796430
move SkWriter32.h to src
by Mike Reed
· 7 years ago
07a722c
Add SkAndroidCodec::computeSampledSize
by Leon Scroggins III
· 7 years ago
539c6f5
validate offsetToRestore
by Mike Reed
· 7 years ago
6be756b
Move resourceProvider accessor to GrContextPriv (take 2)
by Robert Phillips
· 7 years ago
c183d16
it is not an error to have no flattenable
by Mike Reed
· 7 years ago
d3b743a
Remove legacy 2pt conical gradient
by Yuqian Li
· 7 years ago
0ec7dc7
detect if the computed rgn bounds is too big
by Mike Reed
· 7 years ago
42ee284
Use SkAndroidCodec in SkAnimatedImage
by Leon Scroggins III
· 7 years ago
23e0cf2
relax path bounds check
by Mike Reed
· 7 years ago
be46e24
Revert "Move resourceProvider accessor to GrContextPriv"
by Hal Canary
· 7 years ago
fe3da02
Add a method to convert SkCodec::Result to a string
by Leon Scroggins III
· 7 years ago
d5e4d85
Fix file loading from bundles on iOS
by Brian Osman
· 7 years ago
be1099f
request SPIR-V InputAttachment capability when needed
by Ethan Nicholas
· 7 years ago
1f9ed85
Move resourceProvider accessor to GrContextPriv
by Robert Phillips
· 7 years ago
20df20c
Fix FPs
by Robert Phillips
· 7 years ago
f9bec20
Fix --preAbandonGpuContext bots
by Robert Phillips
· 7 years ago
cf3a617
Remove color space restrictions from GrBackendTextureImageGenerator
by Brian Osman
· 7 years ago
cd3261a
Revert "Revert "Added SkSL workaround for devices which cannot safely access gl_FragCoord""
by Brian Osman
· 7 years ago
485b8c6
Don't apply coverage aa on image edges when target has msaa.
by Brian Salomon
· 7 years ago
0bd24dc
Funnel most proxy creation through GrProxyProvider
by Robert Phillips
· 7 years ago
42adc79
Revert "Revert "Revert "Revert "Snap alpha for small rects""""
by Yuqian Li
· 7 years ago
ff25cdf
Revert "relax path bounds check so we can draw larger paths"
by Mike Reed
· 7 years ago
befff65
Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs."
by Greg Daniel
· 7 years ago
9d6929c
Revert "Added SkSL workaround for devices which cannot safely access gl_FragCoord"
by Brian Osman
· 7 years ago
966db9e
Force BackendTextureImageGenerator to work on only 1 consumer context
by Greg Daniel
· 7 years ago
7a10b33
Add an SkDrawable for animated images (e.g. GIF)
by Leon Scroggins III
· 7 years ago
65fa8ca
Updating lazy proxys to support the case where we know a lot more info about the texture.
by Greg Daniel
· 7 years ago
e233026
relax path bounds check so we can draw larger paths
by Mike Reed
· 7 years ago
7cdabed
Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs.
by Brian Salomon
· 7 years ago
1001f84
Added SkSL workaround for devices which cannot safely access gl_FragCoord
by Brian Osman
· 7 years ago
f4c1316
Begin support for large color emoji glyphs
by Jim Van Verth
· 7 years ago
4f34fca
GrTessellator: eliminate some redundant computation.
by Stephen White
· 7 years ago
cff9ab7
Bitmap: clearing pixelref keeps rowbytes
by Hal Canary
· 7 years ago
98e38e2
Revert "Revert "fix legacy makeRasterImage()""
by Mike Klein
· 7 years ago
ea560af
Revert "Revert "Revert "Snap alpha for small rects"""
by Ethan Nicholas
· 7 years ago
ef29e42
Revert "fix legacy makeRasterImage()"
by Mike Klein
· 7 years ago
54f20e0
Fix invalid switch in FuzzCanvas
by Kevin Lubick
· 7 years ago
3299d04
Avoid nullptr deference when deserializing SkPicture
by Kevin Lubick
· 7 years ago
15150a6
Revert "Revert "Snap alpha for small rects""
by Yuqian Li
· 7 years ago
b5ef1f9
Make GrTextureOp capable of edge antialiasing.
by Brian Salomon
· 7 years ago
8fd7955
Enable the GL_EXT_geometry_shader extension where necessary
by Chris Dalton
· 7 years ago
Next »