Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
b63a70373aa9cdafb306b7b31e8847f93faa26ef
/
src
efe259b
add apply method to drawlooper
by Mike Reed
· 6 years ago
a7ad120
Fix an error check re: sample variables
by Chris Dalton
· 6 years ago
6c1e233
add some ideas as TODOs
by Mike Klein
· 6 years ago
c3318f0
ccpr: Add an MSAA atlas mode
by Chris Dalton
· 6 years ago
4a13119
always fma in mad_f32()
by Mike Klein
· 6 years ago
99b2a33
Update Dawn backend to Skia ToT: GrRenderTarget, onCreateTexture.
by Stephen White
· 6 years ago
e8a766b
Move GrProtected off GrSurfaceDesc and pass separately.
by Brian Salomon
· 6 years ago
673e87c
[svgcanvas] Consolidate constant-Y text positions
by Florin Malita
· 6 years ago
1326749
add sli.4s, use it in pack sometimes
by Mike Klein
· 6 years ago
9e2218a
restore aarch64 JIT
by Mike Klein
· 6 years ago
7fbb363
Disable MSAA on older Intel GPUs w/Vulkan
by Brian Osman
· 6 years ago
aa861a1
Change SkMatrix::decomposeScale to use preScale
by Michael Ludwig
· 6 years ago
237dbb4
small cleanups
by Mike Klein
· 6 years ago
cdb40c9
Revert "Add Ganesh support for LUM16F"
by Robert Phillips
· 6 years ago
2f6c8af
Add Ganesh support for LUM16F
by Robert Phillips
· 6 years ago
0c8582e
fixed internal error when parsing invalid SkSL code
by Ethan Nicholas
· 6 years ago
abc9653
[SkSVGCanvas] Add flag for converting text to paths
by Florin Malita
· 6 years ago
f465df2
assign tmp and dst only as needed
by Mike Klein
· 6 years ago
5e6e87a
Remove deprecated Wuffs io_buffer::reader calls
by Nigel Tao
· 6 years ago
37607d4
Reland "more JIT refactoring"
by Mike Klein
· 6 years ago
d864d1d
Revert "more JIT refactoring"
by Mike Klein
· 6 years ago
558b639
more JIT refactoring
by Mike Klein
· 6 years ago
869a3e8
Reland "Interpreter: Bounds check array access, add bool return from run"
by Brian Osman
· 6 years ago
4456a0d
Store protectedness on GrVkImageInfo.
by Brian Salomon
· 6 years ago
00fb724
Move read swizzle from GL ConfigInfo to FormatInfo.
by Greg Daniel
· 6 years ago
ebad094
Dawn: update to latest caps & gpu changes.
by Stephen White
· 6 years ago
634c941
add inverse() intrinsic function to sksl
by Mike Reed
· 6 years ago
62bccda
move death back into Builder::Instruction
by Mike Klein
· 6 years ago
52c1bf1
Interpreter: Fix code-gen for postfix ++/-- used only for side effect
by Brian Osman
· 6 years ago
985741a
First draft of Dawn backend: clears are working.
by Stephen White
· 6 years ago
3e6aa9f
Revert "Interpreter: Bounds check array access, add bool return from run"
by Brian Osman
· 6 years ago
9724582
return self from matrix setters to allow chaining
by Mike Reed
· 6 years ago
1e03b6b1
simplify GrCaps::initDstCopyDesc and provide default impl for non-GL subclasses.
by Brian Salomon
· 6 years ago
f42de9e
Interpreter: Bounds check array access, add bool return from run
by Brian Osman
· 6 years ago
c7dced5
Revert "Remove simple GrGpu::createTexture helper"
by Brian Salomon
· 6 years ago
83cfe4f
Remove simple GrGpu::createTexture helper
by Brian Salomon
· 6 years ago
dd39980
Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType"
by Robert Phillips
· 6 years ago
82bd511
Use explicit alignment for 8-byte types
by Adrienne Walker
· 6 years ago
43c6da2
First pass at ImageFilter DAG visualizer sample
by Michael Ludwig
· 6 years ago
275157f
refactor Program building
by Mike Klein
· 6 years ago
c6dc5cf
Move FormatType from ConfigInfo to FormatInfo.
by Greg Daniel
· 6 years ago
161ec32
Revamp pixelformat table for Metal
by Robert Phillips
· 6 years ago
9725638
Make rest of GrGpu::wrapBackend* methods take a GrColorType
by Robert Phillips
· 6 years ago
c2fb3b4
split deaths() out of other analysis
by Mike Klein
· 6 years ago
fd98628
search for 'main' explicitly
by Mike Reed
· 6 years ago
fad9fbc
Revert "First draft of Dawn backend: clears are working."
by Greg Daniel
· 6 years ago
009ad25
Remove RG32F color type and pixel config.
by Greg Daniel
· 6 years ago
019458d
change colorfilter signature back to just inout color
by Mike Reed
· 6 years ago
6cebea4
First draft of Dawn backend: clears are working.
by Stephen White
· 6 years ago
8c31f2b
use same signature for shader/colorfilters in sksl
by Mike Reed
· 6 years ago
0f78174
add support for ctype=SkPMColor4f to GrSkSLFP
by Ethan Nicholas
· 6 years ago
9bb268b
Move verified color attachment flag to FormatInfo.
by Greg Daniel
· 6 years ago
f2c2ba9
Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable.
by Brian Salomon
· 6 years ago
6432909
Move renderable flag and valid samplecounts in GrGLCaps to FormatInfo.
by Greg Daniel
· 6 years ago
a9ec10c
Add comment regarding gl BGRA format and renderability.
by Greg Daniel
· 6 years ago
e574f1e
[reland] SkMetaData: move from src/ to tools/
by Hal Canary
· 6 years ago
08ba113
test (and fix?) SkVM JIT on arm64 Android bots
by Mike Klein
· 6 years ago
9977efa
test both JIT and interpreter
by Mike Klein
· 6 years ago
7b1bebf
Fix creating gpu texture from raster image.
by Greg Daniel
· 6 years ago
56aa337
proactive JITting
by Mike Klein
· 6 years ago
2616efd
pin down arg() stride (a.k.a. type) info sooner
by Mike Klein
· 6 years ago
9d8cac8
Check for failed proxy creation in SkDeferredDisplayListRecorder::init
by Brian Salomon
· 6 years ago
947efe2
makeDeferredSurfaceContext -> makeDeferredTextureContext and makeDeferredRenderTargetContext.
by Brian Salomon
· 6 years ago
2ce4b7e
Revert "Changes to gl BGRA renderbuffer format support."
by Greg Daniel
· 6 years ago
ef79fa8
Generate identical shader keys for X and Y blurs when there is no domain
by Brian Osman
· 6 years ago
8372e4b
Changes to gl BGRA renderbuffer format support.
by Greg Daniel
· 6 years ago
a3e2996
Rework how initial clearing of texture works.
by Brian Salomon
· 6 years ago
e44bfee
Remove GrGLGpu/GrGLCaps readPixelsSupported.
by Brian Salomon
· 6 years ago
6aecd5e
Rework transfer pixels tests to be more robust.
by Brian Salomon
· 6 years ago
c7ec9e2
Fix standalone SkSL build
by Brian Osman
· 6 years ago
0902c98
Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2)
by Robert Phillips
· 6 years ago
fe88bf6
Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls"
by Greg Daniel
· 6 years ago
12e7585
Revert "SkMetaData: move from src/ to tools/"
by Greg Daniel
· 6 years ago
24b6766
Reland "Move base and various sized formats off of GrGLCaps ConfigInfo."
by Greg Daniel
· 6 years ago
5572737
Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls
by Robert Phillips
· 6 years ago
9d844d8
SkMetaData: move from src/ to tools/
by Hal Canary
· 6 years ago
aa2ca3f
Interpreter: Compute max stack depth needed
by Brian Osman
· 6 years ago
6a5317a
ccpr: Don't do coverage count transformations on literal coverage atlases
by Chris Dalton
· 6 years ago
f355a1e
Revert "Move base and various sized formats off of GrGLCaps ConfigInfo."
by Greg Daniel
· 6 years ago
85c375b
Move base and various sized formats off of GrGLCaps ConfigInfo.
by Greg Daniel
· 6 years ago
a495d6d
Simplify code in GrResourceProvider now that GrSurfaceContext writePixels takes GrColorType
by Brian Salomon
· 6 years ago
35b97c3
handle x86 tail in JIT code too
by Mike Klein
· 6 years ago
86a645c
fix bug for add/sub with r8-r15
by Mike Klein
· 6 years ago
ea79574
Revert "Use saveLayer-determined CT in SkGpuDevice::onCreateDevice"
by Florin Malita
· 6 years ago
8c5c54c
Use saveLayer-determined CT in SkGpuDevice::onCreateDevice
by Florin Malita
· 6 years ago
1f3548c
add savelayer flag to promote the later to half-float
by Mike Reed
· 6 years ago
57b0b09
handle any N in aarch64 JIT code
by Mike Klein
· 6 years ago
4a47da7
Interpreter: Disallow return statements inside loops or conditionals
by Brian Osman
· 6 years ago
65c10b5
make all instructions take two-way labels
by Mike Klein
· 6 years ago
bae6169
Revert "Revert "reimpl parts of arctTo using doubles to handle shallow angles""
by Mike Reed
· 6 years ago
5043f1f
More GrGLFormat.
by Brian Salomon
· 6 years ago
b99fd5d
initialize fPhase
by Mike Klein
· 6 years ago
98ac0f9
GrGLGpu: Fix typo in 'if' check
by Greg Kaiser
· 6 years ago
980d03b
Reland "Update Wuffs version"
by Leon Scroggins
· 6 years ago
ce7b88c
bidirectional Labels
by Mike Klein
· 6 years ago
bc525d6
Revert "reimpl parts of arctTo using doubles to handle shallow angles"
by Florin Malita
· 6 years ago
1ec1704
reimpl parts of arctTo using doubles to handle shallow angles
by Mike Reed
· 6 years ago
d361e64
Enable MSAA for Metal.
by Jim Van Verth
· 6 years ago
f6da146
Move compatible stencil tracking from GrGLCaps::fConfigTable to ::fFormatTable.
by Brian Salomon
· 6 years ago
658d499
New approach to fixing Vulkan MSAA.
by Jim Van Verth
· 6 years ago
Next »