Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
33e2fad1fee82f244dd4a5f66fe4ec2868c36d76
/
src
0cb1589
add srcover_bgra_8888
by Mike Klein
· 7 years ago
be0bd92
more easy lowp shader stages
by Mike Klein
· 7 years ago
f47069c
Create mipped texture proxys for PictureImageGenerator
by Greg Daniel
· 7 years ago
6337653
Avoid double-dithering of legacy/gpu gradients
by Florin Malita
· 7 years ago
cc30577
preliminary SkSL Metal backend
by Ethan Nicholas
· 7 years ago
027815f
Respect if texture proxy will have mips or not when computing size
by Greg Daniel
· 7 years ago
794cdb2
make enabling LOWP stages simpler
by Mike Klein
· 7 years ago
e252f08
Add hint to SkSurface::MakeRenderTarget that we will use mips
by Greg Daniel
· 7 years ago
d99d157
Use SK_SUPPORT_LEGACY_AA_CHOICE to stage some changes
by Yuqian Li
· 7 years ago
261b8aa
Revert "Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator""
by Greg Daniel
· 7 years ago
1cb4171
Remove color space xform support from SkSL
by Brian Osman
· 7 years ago
e25d119
Remove dead SK_SUPPORT_LEGACY_PICTURESHADER_ROUNDING code
by Florin Malita
· 7 years ago
b350f1c
Be considerate of GPUs lacking npot support when testing GrSimpleTextureEffect
by Robert Phillips
· 7 years ago
2b2936e
Make GrRectBlurEffect use bilerp
by Robert Phillips
· 7 years ago
f04ff76
translate+scale -> scale+translate
by Mike Klein
· 7 years ago
955ed3d
start on lowp shaders
by Mike Klein
· 7 years ago
329d504
remove off64_t in SkHeifCodec
by Mike Klein
· 7 years ago
328a33f
Use uint16_t instead of SkIPoint16 when clipping texCoords for text.
by Jim Van Verth
· 7 years ago
36f182f
add SkStubHeifDecoderAPI.h
by Mike Klein
· 7 years ago
6d6d603
make matrix serialization private
by Cary Clark
· 7 years ago
fe3e858
Add clamped/unclamped xform to GrColorSpaceXform
by Brian Osman
· 7 years ago
dbfecd0
Re-land unit test for clear bug (w/ AMD work-arounds)
by Robert Phillips
· 7 years ago
9480d82
make skmatrix getmapproc private
by Cary Clark
· 7 years ago
b68defa
Fix ASAN issue with clipped text.
by Jim Van Verth
· 7 years ago
58c3cce
Clip text geometrically when possible.
by Jim Van Verth
· 7 years ago
d43f7b6
Simplify GrGradientEffect color handling
by Brian Osman
· 7 years ago
a4aa133
Remove color space xform from alpha threshold FP
by Brian Osman
· 7 years ago
5f379a8
Avoid 2PtConical gradient flipping
by Florin Malita
· 7 years ago
7477d96
Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator"
by Greg Daniel
· 7 years ago
b8ad00b
Support creation/use of mipped proxy in GrBackendTextureImageGenerator
by Greg Daniel
· 7 years ago
32a0a63
speculative fix for Android roll
by Mike Klein
· 7 years ago
0341f16
replace gInited with SkOnce
by Mike Klein
· 7 years ago
eac0301
fix mapRect to always return the same as rectStaysRect
by Mike Reed
· 7 years ago
7a0248f
Compute inverse gamma table at compile time.
by Ben Wagner
· 7 years ago
62cbb67
Fix dirty rect used when updating GrRenderTarget after clearing as draw in GrGLGpu.
by Brian Salomon
· 7 years ago
b6ab10f
Move SkCodec::Origin into its own file
by Leon Scroggins III
· 7 years ago
2240be9
Remove color space xform from GrTextureDomain & GrSimpleTextureEffect
by Brian Osman
· 7 years ago
29ebe7a
SkPDF: TextSize > 0;
by Hal Canary
· 7 years ago
021e5c7
Revert "Add an Option for orientation on JPEG encodes"
by Ben Wagner
· 7 years ago
5411a60
Add an Option for orientation on JPEG encodes
by Leon Scroggins III
· 7 years ago
0cc4824
Reland the combined 3 pass image blur with a fix to the bounds calculation
by Herb Derby
· 7 years ago
85f8536
Feed seed_shader() iota through a context pointer.
by Mike Klein
· 7 years ago
e4442cb
convert mapHomogeneousPoints to SkPoint3
by Cary Clark
· 7 years ago
b437913
rename (x,y) to (dx,dy)
by Mike Klein
· 7 years ago
5e34167
Convert more code to use color space xform FP
by Brian Osman
· 7 years ago
bd2c653e
Convert several effects to use color space xform FP
by Brian Osman
· 7 years ago
c4f93ca
Add GrColorSpaceXformEffect
by Brian Osman
· 7 years ago
43938b8
add fuzzer timeout escape
by Cary Clark
· 7 years ago
43f8bf0
Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions.
by Brian Salomon
· 7 years ago
57caa66
Revert "Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans.""
by Brian Salomon
· 7 years ago
59f8f15
Revert "Use combined three pass code for image blur."
by Herb Derby
· 7 years ago
e148bf7
fix for SkSL lexer crash on non-ASCII input
by Ethan Nicholas
· 7 years ago
c24f5a3
Fix left shift ASAN problem
by Yuqian Li
· 7 years ago
62563de
Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans."
by Brian Salomon
· 7 years ago
d4faecd
set SkJumper_kMaxStride to 16
by Mike Klein
· 7 years ago
a2ac30d
Enable CCPR for volatile paths
by Chris Dalton
· 7 years ago
152f51d
Remove unused variable
by Benjamin Kramer
· 7 years ago
4379869
Revert[4] "apply codec origin in generator"
by Mike Reed
· 7 years ago
fa2d604
Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans.
by Brian Salomon
· 7 years ago
8580d51
Add sk_InstanceID
by Chris Dalton
· 7 years ago
d80870f
fix typo
by Cary Clark
· 7 years ago
d4a0fc7
Use combined three pass code for image blur.
by Herb Derby
· 7 years ago
dd34014
Revert "Revert "Revert "apply codec origin in generator"""
by Mike Reed
· 7 years ago
7bbbf62
Fix GrContext::writePixels bug
by Robert Phillips
· 7 years ago
fdde34e
Remove precision from GrGLSLVaryingHandler
by Chris Dalton
· 7 years ago
09eeefb
Remove uses of sk_sp when passing around GrVkPipelineState
by Greg Daniel
· 7 years ago
6a3dbee
Refactor CCPR coverage shaders for a vertex impl
by Chris Dalton
· 7 years ago
cc7a2f6
CCPR: Blacklist all of Intel except on Mac
by Chris Dalton
· 7 years ago
82269ab
Revert "Revert "apply codec origin in generator""
by Mike Reed
· 7 years ago
363dd98
Revert "apply codec origin in generator"
by Ben Wagner
· 7 years ago
d49e946
Remove unnecessary includes of GrColorSpaceXform.h
by Brian Osman
· 7 years ago
fa15877
apply codec origin in generator
by Mike Reed
· 7 years ago
d28a79d
Make GrResourceProvider more sk_spified
by Brian Salomon
· 7 years ago
1bd76c4
Cleanup references to AHardwareBuffer to match NDK declarations.
by Derek Sollenberger
· 7 years ago
8239946
converted GrRectBlurEffect to SkSL
by Ethan Nicholas
· 7 years ago
d982d05
regenerated SkSL files to fix CheckGeneratedFiles
by Ethan Nicholas
· 7 years ago
71ff4b9
remove unused SkMatrix setIDiv
by Cary Clark
· 7 years ago
d6365e5
Revert "Refactor CCPR coverage shaders for a vertex impl"
by Eric Boren
· 7 years ago
e501033
Refactor CCPR coverage shaders for a vertex impl
by Chris Dalton
· 7 years ago
5b6e627
SkSL workaround for appendf 1024 byte restriction
by Ethan Nicholas
· 7 years ago
3727136
Implemenet onStealBackendTexture in GrMtlTexture
by Brian Salomon
· 7 years ago
ce4a389
remove dead code -- older than min picture version
by Mike Reed
· 7 years ago
d40b3b0
Make SkTypeface::Style and FromOldStyle private.
by Ben Wagner
· 7 years ago
2563ff9
Add support for allocating mips inside of ColorSpaceXormImageGenerator
by Greg Daniel
· 7 years ago
3bd0fec
remove dead code for getSize, getSafeSize, etc.
by Mike Reed
· 7 years ago
ea878b9
Back out new SkColorSpaceXform pipeline.
by Mike Klein
· 7 years ago
f0cb7a0
Revert "move SkMatrix anonymous affine enum to private"
by Mike Reed
· 7 years ago
914a36b
MakeBackendTextureFromSkImage
by Eric Karl
· 7 years ago
708ec81
move SkMatrix anonymous affine enum to private
by Cary Clark
· 7 years ago
2e67dea
Handle coverage for hairline lines with sub pixel lengths correctly on GPU
by Greg Daniel
· 7 years ago
a65f2f0
check unpremul scale directly against infinity
by Mike Klein
· 7 years ago
177e695
Add flag on GrBackendTexture to say whether texture is mipped or not
by Greg Daniel
· 7 years ago
18e5cbb
Fix Metal build
by Greg Daniel
· 7 years ago
0fc4d2d
Use enum to track MipMapsStatus throughout Texture creation
by Greg Daniel
· 7 years ago
5124593
Fix assert in GrSmallPathRenderer tickled by GLProgramsTest
by Jim Van Verth
· 7 years ago
1ba5b6b
Plumb more SkPaintFilterCanvas virtuals
by Florin Malita
· 7 years ago
20d479c
abort SkRRect::transform() before dst->scaleRadii() asserts
by Mike Klein
· 7 years ago
5698c8a
Batch better in GrSmallPathRenderer and add perspective support.
by Jim Van Verth
· 7 years ago
7f9b215
Force all Intel GPUs to use draws instead of clears on Macs
by Robert Phillips
· 7 years ago
0b4d8aa
Add benchmark for comparing multitexturing to non-multitexturing image draws.
by Brian Salomon
· 7 years ago
Next »