Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
4ba62b5ff3696be287b6235cee399971e7c23e1f
/
src
3f59379
expand unit tests, fix extract
by Mike Klein
· 5 years ago
81756e4
test and fix that we cover the right inputs
by Mike Klein
· 5 years ago
d3cc16c
eliminate the need for a tmp ymm register
by Mike Klein
· 5 years ago
b464002
remove moot comment
by Mike Klein
· 5 years ago
208363e
Minor optimization to serialization of SkPictures with many subpictures.
by Nathaniel Nifong
· 5 years ago
a47ab49
A few fixes to recent gpu Copy Op changes.
by Greg Daniel
· 5 years ago
0b5ffce
refine perf dumps a little
by Mike Klein
· 5 years ago
217522c
Add SkRasterPipeline support for more load/store formats and GrSwizzle.
by Brian Salomon
· 5 years ago
e713a3c
Make fAdvance{X|Y} private.
by Herb Derby
· 5 years ago
7760112
better perf support for JIT code
by Mike Klein
· 5 years ago
613ad38
add basic JIT using xbyak
by Mike Klein
· 5 years ago
cc5dc01
Make fForceBW private.
by Herb Derby
· 5 years ago
19e8a71
Fix ASAN issue with CreateTestingOnlyMtlTextureInfo
by Jim Van Verth
· 5 years ago
df586b7
Use float literal with std::fill of floats
by Brian Salomon
· 5 years ago
3e5b017
Don't use MSAA config if can't resolve
by Jim Van Verth
· 5 years ago
2d170c3
Remove all NexusPlayer bots and driver workarounds
by Brian Osman
· 5 years ago
53bd4c5
fixed an skslc crash with uninitialized globals
by Ethan Nicholas
· 5 years ago
d188c18
fixed SkSL handling of negated literal vectors
by Ethan Nicholas
· 5 years ago
6488077
Support more YUV texture formats for Metal
by Jim Van Verth
· 5 years ago
024bd00
Initial implementation of SkSurface::asyncRescaleAndReadPixelsYUV420.
by Brian Salomon
· 5 years ago
3d4cac5
Remove IO refs from GrSurfaceProxy only
by Robert Phillips
· 5 years ago
5f5680c
Enable gl_FragCoord workaround on NexusPlayer, and re-enable analytic clipping
by Brian Osman
· 5 years ago
c159f94
Minor cleanups to GrMtlGpuRTCommandBuffer
by Jim Van Verth
· 5 years ago
6d71f49
fixed a spot where skslc would crash instead of report a parse error
by Ethan Nicholas
· 5 years ago
4cf5fd9
SkSL vector divide by zero now properly reports an error
by Ethan Nicholas
· 5 years ago
cb1adb4
Add srcData version of createBackendTexture API
by Robert Phillips
· 5 years ago
8429422
Change GrCFResource to sk_cf_obj and move to include/ports.
by Jim Van Verth
· 5 years ago
40d9c51
Fix font creation lost style on Mac
by Mike Reed
· 5 years ago
fc894d4
More classes no longer inherit from SkNoncopyable
by Hal Canary
· 5 years ago
22ea7e9
add Builder::dump()
by Mike Klein
· 5 years ago
0ea4cf9
clarify behavior in SkTypeface::serialize() a little
by Mike Klein
· 5 years ago
c66373d
tweak mul/mad_unorm8
by Mike Klein
· 5 years ago
d1d869d
Make GL & Vk backends create uninitialized backend textures
by Robert Phillips
· 5 years ago
9b7f143
GrTessellator: fix for intersections returning non-finite points.
by Stephen White
· 5 years ago
4e3b011
tighten up SkSL parser depth testing
by Ethan Nicholas
· 5 years ago
a630732
revise extract instruction
by Mike Klein
· 5 years ago
feba68a
skslc now errors on out-of-range shifts
by Ethan Nicholas
· 5 years ago
8016441
Interpreter: Refactor interface and lifetime management
by Brian Osman
· 5 years ago
b0632fa
fold through SKSL_USE_STD_STRING
by Mike Klein
· 5 years ago
28a5a43
Revise GrDataUtils to be more self-contained (take 3)
by Robert Phillips
· 5 years ago
46cfbc6
Reland "Reland "Remove support for copyAsDraw in gpu copySurface.""
by Greg Daniel
· 5 years ago
33a6f7c
Remove advance only mode from SkGlyph.
by Herb Derby
· 5 years ago
fe18de5
Experimental: Add R_16 and RG_1616 to Ganesh (take 2)
by Robert Phillips
· 5 years ago
25132b6
Remove unused caps: UnsignedSupport and ImageLoadStoreSupport
by Brian Osman
· 5 years ago
1e2d4a1
Fix line numbering problem when reporting SkSL compile errors
by Brian Osman
· 5 years ago
8231031
Small fixes to C API. Add SK_API and fix function signature mismatch.
by Stan Iliev
· 5 years ago
ac71827
Make FindOrCreateStrikeWithNoDeviceExclusive analog for SkStrikeSpec
by Herb Derby
· 5 years ago
aee5714
Manual revert of "Revise GrDataUtils to be more self-contained"
by Greg Daniel
· 5 years ago
d8a7408
remove unused metal variable
by Greg Daniel
· 5 years ago
992df57
Revert "Experimental: Add R_16 and RG_1616 to Ganesh"
by Greg Daniel
· 5 years ago
9e3169b
Remove version from copy shaders.
by Greg Daniel
· 5 years ago
36a54c1
Rename SkStrikeSpecStorage -> SkStrikeSpec
by Herb Derby
· 5 years ago
11697dc
Move Glyph Intercept code from SkStrike to SkGlyph
by Herb Derby
· 5 years ago
4c6f9b7
Revert "Reland "Remove support for copyAsDraw in gpu copySurface.""
by Greg Daniel
· 5 years ago
b0c7ad1
Reland "Fix vulkan async transfer from call to not submit command buffer to early."
by Greg Daniel
· 5 years ago
bd986b1
Revert "Fix vulkan async transfer from call to not submit command buffer to early."
by Greg Daniel
· 5 years ago
4b432fa
run rewrite_includes.py
by Mike Klein
· 5 years ago
10e259e
Fix vulkan async transfer from call to not submit command buffer to early.
by Greg Daniel
· 5 years ago
fc99416
Major rearchitecture of SkSL parsing, focused on improving performance.
by Ethan Nicholas
· 5 years ago
84ea049
Reland "Remove support for copyAsDraw in gpu copySurface."
by Greg Daniel
· 5 years ago
a797cc9
Fix GrBackendRenderTarget and GrBackendTexture operator=
by Ben Wagner
· 5 years ago
93d0146
Experimental: Add R_16 and RG_1616 to Ganesh
by Robert Phillips
· 5 years ago
6421783
Use DirectWrite for default font.
by Ben Wagner
· 5 years ago
0f80902
Add GrQuadUtils namespace to hold ResolveAAType function
by Michael Ludwig
· 5 years ago
6b43c30
add mad_unorm8 instruction
by Mike Klein
· 5 years ago
e422761
use u32 in mul_unorm8
by Mike Klein
· 5 years ago
f1df397
tidy up register allocation
by Mike Klein
· 5 years ago
5b5403e
ccpr: Preserve fill rules for cached paths
by Chris Dalton
· 5 years ago
c5167c0
Revert "Remove support for copyAsDraw in gpu copySurface."
by Greg Daniel
· 5 years ago
d1bc240
Use 1e-4 rather than 1e-5 as "nonZeroAlpha" in various shader code.
by Brian Salomon
· 5 years ago
6565506
Remove support for copyAsDraw in gpu copySurface.
by Greg Daniel
· 5 years ago
754bad3
hoist loop-invariant code out of the loop
by Mike Klein
· 5 years ago
27a7431
SkPDF: clean up image shader code
by Hal Canary
· 5 years ago
68ba117
GrShaderCaps always stores config texture swizzles.
by Brian Salomon
· 5 years ago
6386efa
Remove unused "DropsTileOnZeroDivide" caps bit
by Brian Osman
· 5 years ago
95253bd
Fix SkSL standalone compile errors
by Brian Osman
· 5 years ago
de4c58c
Combine GrPerspQuad and GrQuad
by Michael Ludwig
· 5 years ago
6eb8c24
Move readSurfacePixels and writePixelSurface into GrSurfaceContext.
by Greg Daniel
· 5 years ago
c2d9a31
Revert "print 1/K floats as fractions"
by Mike Klein
· 5 years ago
c70ed90
Revise GrDataUtils to be more self-contained
by Robert Phillips
· 5 years ago
e2826ab
Add API to invalidate GL texture parameters from GrBackendTexture.
by Brian Salomon
· 5 years ago
346f82c
print 1/K floats as fractions
by Mike Klein
· 5 years ago
eb1fe8f
move peepholes where they're relevant
by Mike Klein
· 5 years ago
cf0daac
allow two immediates
by Mike Klein
· 5 years ago
4bdd36f
Make color initialization version of createBackendTexture public
by Robert Phillips
· 5 years ago
d17e05a
Extract GrQuadList into separate header
by Michael Ludwig
· 5 years ago
3c00d3d
dump register and instruction count
by Mike Klein
· 5 years ago
9656dce
add extract instruction
by Mike Klein
· 5 years ago
1665aaa
add pack instruction
by Mike Klein
· 5 years ago
d7d04dc
add mul_unorm8 instruction
by Mike Klein
· 5 years ago
baf6478
Convert over more sites to SkStrikeSpecStorage, and remove unused calls
by Herb Derby
· 6 years ago
663afe5
Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/
by Michael Ludwig
· 5 years ago
32c526b
Interpreter: Minor cleanup of opcodes
by Brian Osman
· 5 years ago
1281851
add a x*y+0 -> x*y peephole
by Mike Klein
· 5 years ago
30e918d
Revert "Use DirectWrite for default font."
by Ben Wagner
· 5 years ago
68c50d0
sketch an skvm
by Mike Klein
· 5 years ago
80f10d2
Turn on glClear workaround for nvidia macs
by Michael Ludwig
· 5 years ago
27eb525
Expand testing of color initialized backend textures to include mip levels
by Robert Phillips
· 5 years ago
900dda8
Do correct colorspace xform in asyncRescaleAndReadPixels in GPU impl.
by Brian Salomon
· 5 years ago
d249e8c
One ShouldDrawAsPath to rule them all!
by Herb Derby
· 5 years ago
Next »