Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
8f480d91eea1421c1f9d7251699b710fd0cf2197
/
src
/
gpu
/
ops
/
GrTextureOp.cpp
594b64c
Revert "Revert "Make GrTextureOp disable coverage AA when rect falls on integers.""
by Brian Salomon
· 6 years ago
36be574
Revert "Make GrTextureOp disable coverage AA when rect falls on integers."
by Brian Salomon
· 6 years ago
ca439a0
Make GrTextureOp disable coverage AA when rect falls on integers.
by Brian Salomon
· 6 years ago
d8eb7b6
Reland "Turn off domain in GrTextureOp when src rect contains entire proxy"
by Brian Salomon
· 6 years ago
16b1eab
Reland "Workaround constexpr bug in MSVC 2015 in GrTextureOp"
by Brian Salomon
· 6 years ago
b80ffee
Reland "Add support for SkCanvas::kStrict_SrcRectConstraint to GrTextureOp."
by Brian Salomon
· 6 years ago
633f20e
Revert "Add support for SkCanvas::kStrict_SrcRectConstraint to GrTextureOp."
by Stephen White
· 6 years ago
024317f
Revert "Workaround constexpr bug in MSVC 2015 in GrTextureOp"
by Stephen White
· 6 years ago
95ef524
Revert "Turn off domain in GrTextureOp when src rect contains entire proxy"
by Stephen White
· 6 years ago
869433f
Turn off domain in GrTextureOp when src rect contains entire proxy
by Brian Salomon
· 6 years ago
9eff78e
Workaround constexpr bug in MSVC 2015 in GrTextureOp
by Brian Salomon
· 6 years ago
a0047bc
Add support for SkCanvas::kStrict_SrcRectConstraint to GrTextureOp.
by Brian Salomon
· 6 years ago
17031a7
Use layered templates for optional vertex attributes in GrTextureOp.
by Brian Salomon
· 6 years ago
86c4001
GrTextureOp: Rename template params "V" instead of "Vertex".
by Brian Salomon
· 6 years ago
be3c1d2
Add perspective support to GrTextureOp.
by Brian Salomon
· 6 years ago
30e1a5e
Use inheritance to define TextureGeometryProcesor vertex structs
by Brian Salomon
· 6 years ago
6872e94
Modifications to GrTextureOp outsetting, edge equation code.
by Brian Salomon
· 6 years ago
a33b67c
Rewrite GrQuad to use separate arrays of x and y values to be Sk4f friendly.
by Brian Salomon
· 6 years ago
2a4f983
Remove GrSurfaceOrigin from GrSurfaceDesc.
by Brian Salomon
· 7 years ago
7d982c6
Make edge equations be flat interpolated in GrTextureOp
by Brian Salomon
· 7 years ago
7b04631
ccpr: Don't use flat interpolation when it is slow
by Chris Dalton
· 7 years ago
dba65f9
Add a workaround for inaccurate interpolants on Adreno 3xx.
by Brian Salomon
· 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
b5ef1f9
Make GrTextureOp capable of edge antialiasing.
by Brian Salomon
· 7 years ago
1afd4cd
Add GrProxyProvider
by Robert Phillips
· 7 years ago
04460cc
Make GrGLSLPrimitiveProcessor::emitTransforms take local coords as GrShaderVar.
by Brian Salomon
· 7 years ago
bbf0575
Reland "Set multitexturing threshold for NVIDIA"
by Brian Salomon
· 7 years ago
762d5e7
Revert "Revert "Use a dst size threshold for multitexturing images.""
by Brian Salomon
· 7 years ago
be85ef2
Revert "Use a dst size threshold for multitexturing images."
by Brian Salomon
· 7 years ago
48ed004
Revert "Set multitexturing threshold for NVIDIA"
by Brian Salomon
· 7 years ago
b4ec104
Set multitexturing threshold for NVIDIA
by Brian Salomon
· 7 years ago
edfa0d2
Use a dst size threshold for multitexturing images.
by Brian Salomon
· 7 years ago
2b6f614
Fix GrTextureOp to check the correct cap for multitexturing
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
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
fa2d604
Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans.
by Brian Salomon
· 7 years ago
fdde34e
Remove precision from GrGLSLVaryingHandler
by Chris Dalton
· 7 years ago
d28a79d
Make GrResourceProvider more sk_spified
by Brian Salomon
· 7 years ago
0b4d8aa
Add benchmark for comparing multitexturing to non-multitexturing image draws.
by Brian Salomon
· 7 years ago
abff956
initClassID no longer auto-allocates ids
by Ethan Nicholas
· 7 years ago
fa7ee24
changed vertex attribute precisions to be actual types
by Ethan Nicholas
· 7 years ago
8aa4569
switched SkSL's temporary 'highfloat' type back to 'float'
by Ethan Nicholas
· 7 years ago
9a725dd
Use shader based blending to clamp kPlus mode w/F16
by Brian Osman
· 7 years ago
f7b8820
re-land of new SkSL precisions
by Ethan Nicholas
· 7 years ago
27185a9
Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half."""
by Ethan Nicholas
· 7 years ago
05d5a13
Revert "Revert "Switched highp float to highfloat and mediump float to half.""
by Ethan Nicholas
· 7 years ago
4127456
Disable flat interpolation in TextureOp on Qualcomm
by Brian Salomon
· 7 years ago
f1748f5
Change visitProxies signature
by Robert Phillips
· 7 years ago
b493eeb
Add method to iterate over a GrOp's GrSurfaceProxies
by Robert Phillips
· 7 years ago
3261eb2
Remove repeated conditional in TextureOp.
by Brian Salomon
· 7 years ago
336ce7b
Revert "Revert "Make TextureOp use multitexturing to batch draws of different SkImages.""
by Brian Salomon
· 7 years ago
4e95a88
Revert "Make TextureOp use multitexturing to batch draws of different SkImages."
by Robert Phillips
· 7 years ago
2e50d0f
Make TextureOp use multitexturing to batch draws of different SkImages.
by Brian Salomon
· 7 years ago
2bbdcc4
Rework GrSamplerParams to be more compact and use its own wrap mode enum.
by Brian Salomon
· 7 years ago
977b54c
Use high precision for TextureOp texture coord varying
by Brian Salomon
· 7 years ago
3416969
Revert "Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible""""
by Brian Salomon
· 7 years ago
a184ac7
Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"""
by Brian Salomon
· 7 years ago
20af6d1
Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible""
by Brian Salomon
· 7 years ago
ceef4fb
Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"
by Brian Salomon
· 7 years ago
3fd2955
Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible
by Brian Salomon
· 7 years ago