Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
9d944236e8d9dba9d0de3ea885fd3fd103569944
9d94423
Fix simplification of switch statements with casts.
by John Stiles
· 5 years ago
18305c3
pass 'nested' bool to approximateOpCount
by Mike Reed
· 5 years ago
1a5b9b0
clean up SK_LATE_DITHER
by Mike Klein
· 5 years ago
338e57d
Added support for the 'inline' hint on SkSL functions
by Ethan Nicholas
· 5 years ago
7f1117e
remove sksl interpreter guards
by Mike Klein
· 5 years ago
17c5b70
Add as<SymbolSubclass> to downcast Symbols more safely.
by John Stiles
· 5 years ago
bc6fb27
SkSL CPP and H backends no longer emitted in non-dev builds
by Ethan Nicholas
· 5 years ago
4a56f4c
densify dump_record
by Mike Klein
· 5 years ago
356838b
Roll Chromium from 06c431ffe930 to ff3c275665f9 (515 revisions)
by skia-autoroll
· 5 years ago
da05723
Roll ANGLE from dceaabb18162 to 699bcde0b729 (17 revisions)
by skia-autoroll
· 5 years ago
b941277
Roll SwiftShader from 6f74415e2f74 to cbfd396756c6 (1 revision)
by skia-autoroll
· 5 years ago
6004bcb
Roll dawn from d95180deded1 to b54c82ed3948 (4 revisions)
by skia-autoroll
· 5 years ago
81eabce
SkCustomTypefaceBuilder to set SkFontStyle
by Ben Wagner
· 5 years ago
59a3c3b
SFML [1] backed for SkAudioPlayer/Linux
by Florin Malita
· 5 years ago
eb3fb90
Tweak viewer's shader panel
by Brian Osman
· 5 years ago
0e8149c
Add support for more basic types in SkSLCPPCodeGenerator.
by John Stiles
· 5 years ago
a5a97b4
Replace various C-style casts in SkSLCompiler with as<T>.
by John Stiles
· 5 years ago
afbf899
Mark helper functions as static to prevent external linkage.
by John Stiles
· 5 years ago
26f9850
Add as<StatementSubclass> to downcast Statements more safely.
by John Stiles
· 5 years ago
32cc384
Fix SkBitmap::allocPixels logging
by Ben Wagner
· 5 years ago
21706f1
Switch Skia's libjpeg-turbo used for testing to Chromium version
by Leon Scroggins III
· 5 years ago
81365af
Add as<ExpressionSubclass>() to downcast Expressions more safely.
by John Stiles
· 5 years ago
8e54a6e
Enhance assert to dump more information
by Robert Phillips
· 5 years ago
534d799
Fix constness of ExternalValue* inside ExternalValueReference.
by John Stiles
· 5 years ago
a8b1636
Stop discarding stencil buffers on tilers
by Chris Dalton
· 5 years ago
f9fb071
Roll ANGLE from a9b199b05c1f to dceaabb18162 (11 revisions)
by skia-autoroll
· 5 years ago
8b7bbb5
Roll SwiftShader from abe07b943855 to 6f74415e2f74 (2 revisions)
by skia-autoroll
· 5 years ago
e5be0fa
Roll Chromium from 39dd8685cfa7 to 06c431ffe930 (443 revisions)
by skia-autoroll
· 5 years ago
688e096
Roll dawn from 5e9b29fab92d to d95180deded1 (3 revisions)
by skia-autoroll
· 5 years ago
e9d783c
use pathbuilder
by Mike Reed
· 5 years ago
f5931f3
[infra] Update go to 1.15
by Kevin Lubick
· 5 years ago
b65dc4a
SkSL: Disallow swizzles that *only* contain '0' or '1' components
by Brian Osman
· 5 years ago
37e6f53
Remove some (presumably) unneeded calls to textureParamsModified in GrGLGpu
by Robert Phillips
· 5 years ago
ce1d885
Update the Gradient documentation.
by John Stiles
· 5 years ago
63d7ee3
SkSL now detects modifiers used in incorrect contexts
by Ethan Nicholas
· 5 years ago
5cfa719
Drop support for Wuffs v0.2
by Nigel Tao
· 5 years ago
fdbd50a
Simplify SkSL::String by removing unused parts.
by John Stiles
· 5 years ago
15a5403
Migrate to using SkPathBuilder
by Mike Reed
· 5 years ago
6704bc8
Better encapsulate the GrDrawOpAtlas w/in the GrSmallPathAtlasMgr
by Robert Phillips
· 5 years ago
866d289
Add android:exported values to all SkQP activities.
by Derek Sollenberger
· 5 years ago
c4245f4
Roll ANGLE from eb85c0213d43 to a9b199b05c1f (12 revisions)
by skia-autoroll
· 5 years ago
fc225ed
Roll Chromium from 00c099ff627a to 39dd8685cfa7 (521 revisions)
by skia-autoroll
· 5 years ago
d882e93
Roll dawn from d315022be5b7 to 5e9b29fab92d (3 revisions)
by skia-autoroll
· 5 years ago
7491e8b
inline routine small routines
by Herb Derby
· 5 years ago
a008b0f
Enable ClangTidy check readability-redundant-smartptr-get.
by John Stiles
· 5 years ago
c1c3c6d
Enable ClangTidy flag bugprone-suspicious-string-compare.
by John Stiles
· 5 years ago
d4a040e
Remove obsolete support for sk_InColor in GrSkSLFP
by Brian Osman
· 5 years ago
939cc7a
Some fixes for Flutter memory issues.
by Jim Van Verth
· 5 years ago
e0da379
Check for work completion before purging resources.
by Jim Van Verth
· 5 years ago
4e54367
Fix SkSL constant propagation within nested casts.
by John Stiles
· 5 years ago
43f49b4
static routines for direct map vertices
by Herb Derby
· 5 years ago
e2ba971
signal no clipping required
by Herb Derby
· 5 years ago
9a18b08
Add support for vulkan non coherent advanced blends.
by Greg Daniel
· 5 years ago
13ec544
Reland "move conditions for JIT into SkVM.h"
by Mike Klein
· 5 years ago
ed629c1
Support making a VkRenderPasses with self dependencies.
by Greg Daniel
· 5 years ago
8b07b9f
Revert "move conditions for JIT into SkVM.h"
by Mike Klein
· 5 years ago
03add80
Improve unit tests for switch-case and enum error handling.
by John Stiles
· 5 years ago
00bb722
missed minification bug
by Nathaniel Nifong
· 5 years ago
01d0161
byte code instructions can fit in a byte
by Mike Klein
· 5 years ago
5778078
clean up stray #undef
by Mike Klein
· 5 years ago
1247867
Remove ability to add waitOp to GrOpsTask.
by Greg Daniel
· 5 years ago
a496e3f
Fix MetalWindowContext::swapBuffers.
by Jim Van Verth
· 5 years ago
3e3db6c
Make switch case handling safer
by Brian Osman
· 5 years ago
fe0de30
Enable ClangTidy check modernize-use-nullptr.
by John Stiles
· 5 years ago
356bcb6
Remove SK_IMAGE_MAKE_COLOR_TYPE_AND_SPACE_USE_SOURCE_CONTEXT
by Adlai Holler
· 5 years ago
c27d535
benchmark for text vertex fill
by Herb Derby
· 5 years ago
020dc5a
Move init code from pipeline stage generator to GrSkSLFP
by Brian Osman
· 5 years ago
166cd52
move conditions for JIT into SkVM.h
by Mike Klein
· 5 years ago
17fd901
Check SKP file version, return error string to JS caller bug:skia:10579
by Nathaniel Nifong
· 5 years ago
2bfee21
Require a direct context to precompile a DDL's programs
by Robert Phillips
· 5 years ago
dfded1b
Describe the Skia 'onMethodName' pattern.
by John Stiles
· 5 years ago
c9c4e2e
Componentize SkAudioPlayer
by Florin Malita
· 5 years ago
48bdf6d
Use a scoped block for inlined return statements.
by John Stiles
· 5 years ago
70743df
Update iOS Skottie App for GrContext changes
by Robert Phillips
· 5 years ago
e219c7e
Require a direct context to precompile shaders in DM
by Robert Phillips
· 5 years ago
1cf2c8d
Enable ClangTidy flag modernize-use-override.
by John Stiles
· 5 years ago
c184cf3
Roll Chromium from ffe842956061 to 00c099ff627a (445 revisions)
by skia-autoroll
· 5 years ago
33dfc2b
Roll ANGLE from cc958e0e8703 to eb85c0213d43 (10 revisions)
by skia-autoroll
· 5 years ago
ebfb99b
Roll dawn from 4a486be696b4 to d315022be5b7 (7 revisions)
by skia-autoroll
· 5 years ago
b6ce6ba
Roll SwiftShader from cda86eff6461 to abe07b943855 (1 revision)
by skia-autoroll
· 5 years ago
283c230fa
Improve ASSERT_RETURN in SkScan_Path
by Ben Wagner
· 5 years ago
4914cbc
State lambda return types explicitly when multiple returns exist.
by John Stiles
· 5 years ago
311dd9d
Return the `T*` pointer back to the caller in SymbolTable::add.
by John Stiles
· 5 years ago
182ce66
Make asserts in EllipticalRRectOp::Make agree with calling code.
by Brian Salomon
· 5 years ago
5b27846
Dawn: rewrite of uniform uploads.
by Stephen White
· 5 years ago
3b356c5
Update more example code to GrDirectContext/GrRecordingContext pair
by Robert Phillips
· 5 years ago
9e77f20
more careful SkColorSpace hash collision detection
by Mike Klein
· 5 years ago
8c91c93
Refuse to inline SkSL with returns inside breakable constructs.
by John Stiles
· 5 years ago
963241f
Prohibit gpu to raster in SkSpecialImage
by Adlai Holler
· 5 years ago
61a55b0
Dawn: remove access to deprecated fields in BufferCopyView.
by Stephen White
· 5 years ago
dc36970
Handle invalid DDLRecorder case
by Robert Phillips
· 5 years ago
1d4b92d
Properly clean up va_list in SkSL::OutputStream
by Brian Osman
· 5 years ago
cc01311
[skottie] Add audio track support to viewer
by Florin Malita
· 5 years ago
3637440
Add missing static qualifier to enforce internal linkage.
by John Stiles
· 5 years ago
49a5a18
Add missing IR headers to the .gn file.
by John Stiles
· 5 years ago
a530e08
Better abort in SkBitmap::allocPixels
by Ben Wagner
· 5 years ago
af36652
Move non-gencode `onDumpInfo` methods to private section.
by John Stiles
· 5 years ago
326b989
Add platform image encoder for using NDK APIs
by Leon Scroggins III
· 5 years ago
8a8be22
audio player (for mac)
by Mike Reed
· 5 years ago
984d496
deserialize SkCanvas::SrcRectConstraint safely
by Mike Klein
· 5 years ago
Next »