Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
54bfb18dad355fab51b3129db74c965bc932b36d
/
src
/
gpu
54bfb18
Privately include our version of vulkan header file in all our src files.
by Greg Daniel
· 6 years ago
2b6e390
Use GrVertexWriter::writeQuad in ellipse ops
by Brian Osman
· 6 years ago
b336c39
Optimize trivial per-edge aa rect tessellation
by Michael Ludwig
· 6 years ago
e3caf2d
Use GrVertexColor in various oval ops
by Brian Osman
· 6 years ago
a6dddea
Disable sampler objects when using ES2 shading language on ES3 contexts.
by Brian Salomon
· 6 years ago
1da5cad
Make experimental_drawImageSet support per-quad alpha.
by Brian Salomon
· 6 years ago
2aaae01
Revert "Prefer GrAAConvexPathRenderer over ccpr"
by Brian Osman
· 6 years ago
c3eb9ac
Convert aa edge distances into attribute
by Michael Ludwig
· 6 years ago
cfec9d5
Use GrVertexWriter for GrAAStrokeRectOp
by Brian Osman
· 6 years ago
e3deee1
Use a smaller tolerance when chopping conics to quads
by Brian Osman
· 6 years ago
b4f37a6
Experimentally disable GrTextureOp chaining on Intel GPUs on Mac.
by Brian Salomon
· 6 years ago
574d616
Pass alpha rather than full colors to TextureOps made from image sets.
by Brian Salomon
· 6 years ago
8fa1625
Fix handling of dynamic state in GrAAFillRRectOp
by Chris Dalton
· 6 years ago
133944a
Add a dedicated Op for analytic round rects
by Chris Dalton
· 6 years ago
4065d45
Reland "Reland "Have a GrBackendFormat be stored on gpu proxies.""
by Greg Daniel
· 6 years ago
3d139a4
Use half floats for non-normalized color in GrTextureOp
by Brian Osman
· 6 years ago
5c8a6b3
Add helpers to deal with byte vs. half-float vertex colors
by Brian Osman
· 6 years ago
dfc738b
Revert "Reland "Remove use of integers for atlas indexing""
by Jim Van Verth
· 6 years ago
8f8995a
Add single thread assertions to GrResourceCache functions called by GrGpuResource
by Brian Salomon
· 6 years ago
3ae2cd5
Reland "Remove use of integers for atlas indexing"
by Jim Van Verth
· 6 years ago
b2920f3
Use GrVertexWriter in GrDashOp
by Brian Osman
· 6 years ago
7e9ea39
Have the SDF MaskFilter convert LCD16 to a distance field.
by Herbert Derby
· 6 years ago
c182b94
Use vertex writer for per-edge aa; remove templated tessellate function
by Michael Ludwig
· 6 years ago
0dd4302
Use GrVertexWriter in GrSmallPathRenderer
by Brian Osman
· 6 years ago
19ec80f
Discard ops that don't have a finite bounds.
by Brian Salomon
· 6 years ago
09181ef
Fix dst copy bounds for aa draw contained within clip.
by Brian Salomon
· 6 years ago
f7d5d74
Link SubRuns to Runs, and Runs to Blobs.
by Herb Derby
· 6 years ago
c00e470
Prefer GrAAConvexPathRenderer over ccpr
by Chris Dalton
· 6 years ago
68cfc5b
Revert "Remove use of integers for atlas indexing"
by Jim Van Verth
· 6 years ago
3a8f345
Remove use of integers for atlas indexing
by Jim Van Verth
· 6 years ago
4486d98
Use GrVertexWriter for GrRegionOp, add writeQuad()
by Brian Osman
· 6 years ago
4013913
Do CCPR hairline coverage scaling in floats, rather than bytes
by Brian Osman
· 6 years ago
c5df7cb
Fun with flags
by herb
· 6 years ago
a708618
sksl: Polyfill fma() when not present in GLSL
by Chris Dalton
· 6 years ago
2268ad2
Add flag to force purge resources from cache as soon as possible.
by Greg Daniel
· 6 years ago
c3064e7
Use GrVertexWriter in GrLatticeOp
by Brian Osman
· 6 years ago
588cec7
Reenable GrOp chaining.
by Brian Salomon
· 6 years ago
d7157b2
Revert "Reland "Have a GrBackendFormat be stored on gpu proxies.""
by Greg Daniel
· 6 years ago
2f9a5ea
Reland "Have a GrBackendFormat be stored on gpu proxies."
by Greg Daniel
· 6 years ago
f9aabff
Move new WriteVertexData utility to a GrVertexWriter helper struct
by Brian Osman
· 6 years ago
0921219
sksl: Support fwidth()
by Chris Dalton
· 6 years ago
275cffb
Avoid overflow in bufferOffset calculations
by Jim Van Verth
· 6 years ago
9d958b5
Update several more oval ops to use WriteVertexData
by Brian Osman
· 6 years ago
66af080
Remove obsolete SK_IGNORE_ defines
by Brian Osman
· 6 years ago
60b6bc3
Use WriteVertexData in GrTessellator, remove all DefaultGeoProc structs
by Brian Osman
· 6 years ago
f04fb3c
Change how GPs configure attributes
by Brian Osman
· 6 years ago
6dff60e
Clean up in, about, and around GrTextBlob::SubRun
by Herb Derby
· 6 years ago
96a1709
Move adding a glyph to a subRun from Run to SubRun
by Herb Derby
· 6 years ago
69ff895
Make SubRunInfo a subclass of GrTextBlob and rename to SubRun
by Herb Derby
· 6 years ago
9a390ac
Guard GrOp::dumpInfo with SK_DEBUG
by Brian Osman
· 6 years ago
5327536
Verify YUVA channel information and add premultiplied alpha
by Jim Van Verth
· 6 years ago
2bb343c
Remove runIndex as a concept for GrTextBlob
by Herb Derby
· 6 years ago
c341500
Reland "Move remove ptr args to MakeRecAndEffects"
by Herb Derby
· 6 years ago
1062963
Revert "Move remove ptr args to MakeRecAndEffects"
by Herb Derby
· 6 years ago
b07aba4
Move remove ptr args to MakeRecAndEffects
by Herb Derby
· 6 years ago
919c9e7
Revert "Have a GrBackendFormat be stored on gpu proxies."
by Greg Daniel
· 6 years ago
f542cab
Construct mipmaps for internal YUVA planes
by Jim Van Verth
· 6 years ago
dc214c2
Move (re)generation of the GrTextBlob from GrTextContext to the blob
by Herb Derby
· 6 years ago
51b1c12
Have a GrBackendFormat be stored on gpu proxies.
by Greg Daniel
· 6 years ago
9edbf42
Revert[4] "hide nested hinting enum"
by Mike Reed
· 6 years ago
7d8f82b
Added GrMeshDrawOp::WriteVertexData
by Brian Osman
· 6 years ago
8e12cc6
Reland "Revert "hide nested hinting enum""
by Mike Klein
· 6 years ago
f49563b
Revert "Revert "hide nested hinting enum""
by Mike Reed
· 6 years ago
6bd19df
Revert "hide nested hinting enum"
by Mike Reed
· 6 years ago
fbebece
hide nested hinting enum
by Mike Reed
· 6 years ago
d3ed301
remove SkScalarFastInvert
by Mike Klein
· 6 years ago
3674336
Reland "make enum santizer fatal"
by Mike Klein
· 6 years ago
f2b35e4
Revert "make enum santizer fatal"
by Mike Klein
· 6 years ago
166dbd3
make enum santizer fatal
by Mike Klein
· 6 years ago
00b2939
Remove some more GrColor references
by Brian Osman
· 6 years ago
5b2bda7
Fix FP / header inconsistency
by Brian Osman
· 6 years ago
422f95b
Revert "Revert "Use float colors for blend constant""
by Brian Osman
· 6 years ago
5a4f2a3
Revert "Use float colors for blend constant"
by Brian Osman
· 6 years ago
803a502
Fix persp_images with DDL correctly
by Jim Van Verth
· 6 years ago
5206547
Use float colors for blend constant
by Brian Osman
· 6 years ago
9a9baae
Use SkPMColor4f throughout clear APIs
by Brian Osman
· 6 years ago
7da4676
Temporarily disable support of mipmapped flattened YUVA image
by Jim Van Verth
· 6 years ago
32262da
Revert "ccpr: Unblacklist Sandy Bridge/Bay Trail on Mesa"
by Chris Dalton
· 6 years ago
a0f5935
Reorganize to extract GPU main drawing code
by Herbert Derby
· 6 years ago
30e0d7f
Draw YUVA images with multitexture
by Jim Van Verth
· 6 years ago
1edff30
SkPaint::Align is dead
by Mike Reed
· 6 years ago
0bfdb4a
remove SkUnpremultiplyRow()
by Mike Klein
· 6 years ago
e3f543c
Remove SkPM4f.h, fold contents into SkColorData.h
by Brian Osman
· 6 years ago
6c3879d
ccpr: Age out path cache entries
by Chris Dalton
· 6 years ago
ef77604
Switch to postConcat from preConcat
by Michael Ludwig
· 6 years ago
01ecf0f
Remove vertex-shader perspective divide
by Michael Ludwig
· 6 years ago
c647324
Expose aaType in simple mesh draw op helper
by Michael Ludwig
· 6 years ago
c106081
Send correct 3rd component for uvr vertex attribute
by Michael Ludwig
· 6 years ago
4e1f022
Disable blend explicitly when the color mask is false.
by Dongseong Hwang
· 6 years ago
4cc1ddb
Remove unused GrCubicEffect
by Brian Osman
· 6 years ago
ff0e840
clean up some odd SkRefCnt features
by Mike Klein
· 6 years ago
cf86085
Replace GrColor4h with SkPMColor4f
by Brian Osman
· 6 years ago
348a037
Change mechanism that lets GrRenderTargetContext caller get op list ID.
by Brian Salomon
· 6 years ago
9985a27
ccpr: Don't use cache entries as path listeners
by Chris Dalton
· 6 years ago
9bf8120
More YUV cleanup
by Jim Van Verth
· 6 years ago
936fe7d
Pass and return GrColor4h by const& when possible
by Brian Osman
· 6 years ago
1986f88
Remove unused GrOpList::numOps()
by Brian Salomon
· 6 years ago
408ef21
Revert "replace SkNVRefCnt with SkRefCnt"
by Mike Klein
· 6 years ago
20e909e
Pull out sksl emission logic for per-edge aa from GrTextureOp
by Michael Ludwig
· 6 years ago
e24b587
Replace use of SkYUVSizeInfo with SkYUVASizeInfo
by Jim Van Verth
· 6 years ago
Next »