Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_skia
/
c1cc1d85ab6e2f8783feb559315d144b6e921fcf
c1cc1d8
bazel baby steps
by Mike Klein
· 5 years ago
d836f84
Generate SkSL golden output files from test inputs during the build.
by John Stiles
· 5 years ago
915a38c
Enable the inlining pass during optimization.
by John Stiles
· 5 years ago
493f89e
[fuzz] Standardize, document, and backport fuzzing defines.
by Kevin Lubick
· 5 years ago
081bc32
Roll Chromium from d14e6a0b90c2 to 2ab7a04e4589 (486 revisions)
by skia-autoroll
· 5 years ago
3b0d5d4
Roll ANGLE from 0c8f66c7169c to 183a454b9d54 (14 revisions)
by skia-autoroll
· 5 years ago
7a588f8
Roll SwiftShader from 41974f57973e to dc552fcef1fe (1 revision)
by skia-autoroll
· 5 years ago
81a7629
Roll dawn from 948b3a05550b to dbd34449af20 (2 revisions)
by skia-autoroll
· 5 years ago
b711737
Update SKP version
by skia-recreate-skps
· 5 years ago
186866c
expose clear way to create default mips
by Mike Reed
· 5 years ago
582c5a9
Fix assert on tessellated stroke join type
by Chris Dalton
· 5 years ago
9eb848a
Give SwitchCase it's own Statement::Kind value
by Brian Osman
· 5 years ago
e4383b8
Add SkFILEStream constructor which takes a size.
by Ben Wagner
· 5 years ago
bb60c21
Refactor SkFILEStream for clarity.
by Ben Wagner
· 5 years ago
d2be5c5
Fix warning in Flutter.
by John Stiles
· 5 years ago
83ba930
Support dangling type references in the IR generator's inliner
by Brian Osman
· 5 years ago
de3d441
Always make atlas texture index varying a float
by Brian Salomon
· 5 years ago
b6b7fff
Reland "Removing ICU dependencies from skparagraph BUILD.gn file"
by Julia Lavrova
· 5 years ago
dd12d9d
DEPS: update libwebp to v1.1.0-28-g55a080e5
by James Zern
· 5 years ago
30d3022
Moved SkSL type into IRNode, now accessed via a method
by Ethan Nicholas
· 5 years ago
9344262
Reland "Add InlineCandidateAnalyzer to locate candidate functions for inlining."
by John Stiles
· 5 years ago
759880a
Pass non-temporary Program::Settings to convertProgram.
by John Stiles
· 5 years ago
98df291
Reduce the amount of forced dedicated allocations we do in Vulkan.
by Greg Daniel
· 5 years ago
f1003a7
Port to ANGLE's GN files
by Jamie Madill
· 5 years ago
ab50104
Revert "Add InlineCandidateAnalyzer to locate candidate functions for inlining."
by John Stiles
· 5 years ago
a003e81
Fix inline code generation when literals appear in the argument list.
by John Stiles
· 5 years ago
66b45a7
[skottie] Add support for invert/YIQ
by Florin Malita
· 5 years ago
d358cbe
Add support for plumbing GrDstSampleType through Ops and Pipeline creation.
by Greg Daniel
· 5 years ago
4748c17
[skottie] Initial Displacement Map effect
by Florin Malita
· 5 years ago
1d88152
Fixed an SkSL optimizer error around constant propagation
by Ethan Nicholas
· 5 years ago
b862131
organize deps so that modules/audioplayer is listed as a dep for samples
by Jorge Betancourt
· 5 years ago
6518d77
Disambiguate '.' from '::' in the SkSL parser
by Brian Osman
· 5 years ago
bbe6995
Roll dawn from 87f25134a8c1 to 948b3a05550b (3 revisions)
by skia-autoroll
· 5 years ago
4806956
Roll ANGLE from 29b1f07f4ab2 to 0c8f66c7169c (15 revisions)
by skia-autoroll
· 5 years ago
3435101
Roll SwiftShader from b24900a1aa39 to 41974f57973e (1 revision)
by skia-autoroll
· 5 years ago
0cad688
Roll Chromium from b68279c2c191 to d14e6a0b90c2 (413 revisions)
by skia-autoroll
· 5 years ago
9d6f955
Chop tessellated strokes in the vertex shader
by Chris Dalton
· 5 years ago
0f64e0d
An attempt to make font resolution more predictable.
by Julia Lavrova
· 5 years ago
401a009
Clean up SkSL operator utility functions
by Brian Osman
· 5 years ago
ff9dc82
Add InlineCandidateAnalyzer to locate candidate functions for inlining.
by John Stiles
· 5 years ago
c4cb3a6
Refactoring determine_binary_type to fix some bugs
by Brian Osman
· 5 years ago
457cad1
Mark FreeType bitmap font bounds as unknown.
by Ben Wagner
· 5 years ago
991b09d
Prevent inlining of recursive calls.
by John Stiles
· 5 years ago
734f8e3
combine origin and drawing matrix for drawGlyphRunList
by Herb Derby
· 5 years ago
0b6bf1c
Roll dawn from 0a1061da0c7f to 87f25134a8c1 (7 revisions)
by skia-autoroll
· 5 years ago
18f6a54
Revert "Temporary hack to force text texture index varying to be float."
by Brian Salomon
· 5 years ago
fb5e0eb
[canvaskit] Pass in paints via reference
by Kevin Lubick
· 5 years ago
3d41d50
Roll SwiftShader from 5f71fdf34b76 to b24900a1aa39 (2 revisions)
by skia-autoroll
· 5 years ago
d524410
Roll ANGLE from 41c93c550b07 to 29b1f07f4ab2 (9 revisions)
by skia-autoroll
· 5 years ago
917a2d7
Roll Chromium from 02f4f19d6283 to b68279c2c191 (442 revisions)
by skia-autoroll
· 5 years ago
5eea6ae
SkSL: Fail harder when trying to return a value from a void function
by Brian Osman
· 5 years ago
d807039
SkSL: Disallow 'void' except as a function return type
by Brian Osman
· 5 years ago
1d0ee96
remove initialOrigin - no longer needed
by Herb Derby
· 5 years ago
98c1f82
Add a new statement type 'InlineMarker' to indicate inlined functions.
by John Stiles
· 5 years ago
db16c48
Fix use-after-free when variable declarations become unreachable
by Brian Osman
· 5 years ago
c2ae19c
Add more flat line cases to trickycubicstrokes
by Chris Dalton
· 5 years ago
038ba44
Temporary hack to force text texture index varying to be float.
by Brian Salomon
· 5 years ago
c95d3a1
SkSL: Catch any dangling Type or Function references before optimization
by Brian Osman
· 5 years ago
73a6bff
Run the optimizer until we stop finding improvements.
by John Stiles
· 5 years ago
9fd0394
[infra] Target Android10 for GalaxyS9
by Weston Tracey
· 5 years ago
646d6c5
add oboe version 1.4.3 to third_party dependencies for Android's skottie audio player
by Jorge Betancourt
· 5 years ago
215d2b0
impl SkMulDiv255Round with SkMul16ShiftRound
by Mike Klein
· 5 years ago
a0d6dc7
Revert "Perf bot experiment, disable GLSL integers on ANGLE ES3"
by Brian Salomon
· 5 years ago
21bebc6
Roll dawn from 880013579381 to 0a1061da0c7f (14 revisions)
by skia-autoroll
· 5 years ago
0cc193a
Return a 'made-changes' flag from control-flow optimization.
by John Stiles
· 5 years ago
81606b5
remove unused (and bit-rotting) Lua support
by Mike Reed
· 5 years ago
2b1b2b2
Add a short description for concat and setmatrix saying whether it's a translate or something else
by Nathaniel Nifong
· 5 years ago
7597706
Roll third_party/externals/spirv-cross/ 7778792ae..bdbef7b1f (19 commits)
by Corentin Wallez
· 5 years ago
1313d1a
Make enum symbol tables standalone (no parent table)
by Brian Osman
· 5 years ago
d849a75
use pathbuilder
by Mike Reed
· 5 years ago
81c6d6e
move canReuse to sub runs
by Herb Derby
· 5 years ago
f9d5940
Use exp2 instead of ldexp/shifts in the middle out cubic shader
by Chris Dalton
· 5 years ago
209d12c
Roll Chromium from e96bb06cb4d5 to 02f4f19d6283 (359 revisions)
by skia-autoroll
· 5 years ago
ccf8a3b
Roll ANGLE from 07d44b97cf65 to 41c93c550b07 (9 revisions)
by skia-autoroll
· 5 years ago
445c8eb
Roll SwiftShader from 10121443c16d to 5f71fdf34b76 (2 revisions)
by skia-autoroll
· 5 years ago
b8ae7fa
Reland "Use Microsoft's ComPtr to wrap D3D12 objects."
by Jim Van Verth
· 5 years ago
04b9443
Fix SkRRect::ConservativeIntersect when inputs share corner
by Michael Ludwig
· 5 years ago
9bfe92a
Fixing a bug (reusing wrong formatting state)
by Julia Lavrova
· 5 years ago
cf1a4f5
Fix sksl spirv subpassLoad.
by Greg Daniel
· 5 years ago
27e7f77
Perf bot experiment, disable GLSL integers on ANGLE ES3
by Brian Salomon
· 5 years ago
26c24ed
SkArenaAlloc aligned under-allocation
by Florin Malita
· 5 years ago
bbbc28e
Revert "Use Microsoft's ComPtr to wrap D3D12 objects."
by Jim Van Verth
· 5 years ago
f32fec1
Add support for input attachment descriptors.
by Greg Daniel
· 5 years ago
8609a24
Harden MetalCodeGenerator::writeFields
by Brian Osman
· 5 years ago
c0d3495
Return to save/translate/restore for drawing via SkPicture
by Julia Lavrova
· 5 years ago
b6030fb
Direct paint by default; remove save/translate/restore
by Julia Lavrova
· 5 years ago
0ef0491
Use Microsoft's ComPtr to wrap D3D12 objects.
by Jim Van Verth
· 5 years ago
9e5a60c
Don't set BASE/MAX mip map level on PowerVR.
by Brian Salomon
· 5 years ago
2ff24c6
[infra] Fix Git package for Housekeeper-PerCommit-InfraTests_Win
by Eric Boren
· 5 years ago
d2b695a
Close disabled warning pragmas
by Jim Van Verth
· 5 years ago
e659214
Revamped handling of SkSL node kinds
by Ethan Nicholas
· 5 years ago
a9b45b6
Re-enable use of sampler objects on ANGLE.
by Brian Salomon
· 5 years ago
6eadf13
Change Inliner signature in preparation for analyzer pass.
by John Stiles
· 5 years ago
c665507
SK_API on SkYUVAPixmaps::SupportedDataTypes.
by Brian Salomon
· 5 years ago
7328d17
Fix Dawn's path to spirv-cross.
by Corentin Wallez
· 5 years ago
2b3b35f
Handle function reference expressions in the inliner
by Brian Osman
· 5 years ago
cd54c83
Roll ANGLE from 72f6b99c29f2 to 07d44b97cf65 (6 revisions)
by skia-autoroll
· 5 years ago
3900145
Roll Chromium from fd16dd07f3d1 to e96bb06cb4d5 (177 revisions)
by skia-autoroll
· 5 years ago
611a521
Roll ANGLE from 4a41204d8175 to 72f6b99c29f2 (7 revisions)
by skia-autoroll
· 5 years ago
0ff3870
Roll Chromium from 7a93e0299dbc to fd16dd07f3d1 (142 revisions)
by skia-autoroll
· 5 years ago
Next »