Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
78c8f30d6167b4bf40937c6a8814cd448e2228a6
/
third_party
ec6ae52
Use system Vulkan headers except when no building with vulkan support
by Greg Daniel
· 8 years ago
c819e66
Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h
by Greg Daniel
· 8 years ago
5238f99
Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h"
by Greg Daniel
· 8 years ago
3a3bc42
Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h
by Greg Daniel
· 8 years ago
df07ddd
Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h"
by Greg Daniel
· 8 years ago
edbb7d8
Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h
by Greg Daniel
· 8 years ago
249b8e3
Switch SkCodec to int for counts and indices
by Leon Scroggins III
· 8 years ago
a4db9be
Correct GIF frame dependencies and track alpha
by Leon Scroggins III
· 8 years ago
2d61e71
Simplify subset computation in SkGifImageReader
by Leon Scroggins III
· 8 years ago
46a45ba
Revert "Manual revert: Add support for writing ICC profiles to webp encoder"
by Matt Sarett
· 8 years ago
4293a1e
Manual revert: Add support for writing ICC profiles to webp encoder
by Matt Sarett
· 8 years ago
3dbef9f
Revert "Revert "Add support for writing ICC profiles to webp encoder""
by Matt Sarett
· 8 years ago
e87d778
Revert "Add support for writing ICC profiles to webp encoder"
by Jim Van Verth
· 8 years ago
0c9d0b4
Add support for writing ICC profiles to webp encoder
by Matt Sarett
· 8 years ago
ec3bdbb
Turn on x86-specific code when building zlib.
by Mike Klein
· 8 years ago
dc3c336
fixed missing dependency in spirv-tools/BUILD.gn
by Ethan Nicholas
· 8 years ago
a6ae1f7
wired up SPIR-V validator
by Ethan Nicholas
· 8 years ago
462c4bd
Roll freetype.
by Ben Wagner
· 8 years ago
3150ec6
Added support for building for tvOS
by Matthew Leibowitz
· 8 years ago
b733320
Delete yasm config files
by Matt Sarett
· 8 years ago
e459afd
Strengthen is_official_build, update docs.
by Mike Klein
· 8 years ago
fc49734
Add SkTypeface::getVariationDesignPosition.
by Ben Wagner
· 8 years ago
9704329
Revert "Add SkTypeface::getVariationDesignPosition."
by Ben Wagner
· 8 years ago
0f3d0c3
Add SkTypeface::getVariationDesignPosition.
by bungeman
· 8 years ago
7d07d46
Revert "Add SkTypeface::getVariationDesignPosition."
by Ben Wagner
· 8 years ago
87e7f82
Add SkTypeface::getVariationDesignPosition.
by Ben Wagner
· 8 years ago
3bf12c6
Remove third_party/ktx from Skia.
by Herb Derby
· 8 years ago
1e532d3
Update libwebp to 0.6.0
by scroggo
· 8 years ago
9119de6
Update libjpeg-turbo to 1.5.1, enable arithmetic decoding
by Matt Sarett
· 8 years ago
79086b9
Integrate the ImGui library with viewer
by Brian Osman
· 8 years ago
5881e82
Remove dep from ktx to SkTextureCompressor.
by Herb Derby
· 8 years ago
6d75d11
harfbuzz 1.3.0 → 1.4.2
by Hal Canary
· 8 years ago
94151da
Remove unused files in third_party/libsdl.
by Mike Klein
· 8 years ago
e4ba105
GIF: Only report a frame after knowing dependency
by Leon Scroggins III
· 8 years ago
6ccd2ca
Generate Android build targets for dm and nanobench
by Leon Scroggins III
· 8 years ago
ab23acf
Revert "Update libwebp to 0.6.0-pre"
by Ethan Nicholas
· 8 years ago
e2f6ffb
Update libwebp to 0.6.0-pre
by Leon Scroggins III
· 8 years ago
95e3c05
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
by Hal Canary
· 8 years ago
c456b73
Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"
by Kevin Lubick
· 8 years ago
a5494f1
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
by Hal Canary
· 8 years ago
21d742d
Get latest ANGLE as of January 6, 2017
by Brian Osman
· 8 years ago
c0a7a08
remove xbyak experiment
by Mike Klein
· 8 years ago
a55ffa2
Roll FreeType past 2.7.1.
by Ben Wagner
· 8 years ago
7f71d88
SkXbyak basics
by Mike Klein
· 8 years ago
b0b625b
GIF: Better check for frame dependency
by Leon Scroggins III
· 8 years ago
d5c5ed5
Make SkGIFLZWBlock modifiable so it is assignable
by Chris Blume
· 8 years ago
932efed
GIF: Avoid copying/storing data when possible
by Leon Scroggins III
· 8 years ago
427da6f
Revert "Remove all KTX support"
by Leon Scroggins
· 8 years ago
ada12ab
Remove all KTX support
by Leon Scroggins III
· 8 years ago
4993b95
Do not create SkGifCodec if true size is not known
by Leon Scroggins III
· 8 years ago
ee6c368
Roll third_party/externals/freetype 4d3f7ca8cedb..ffd8f622360
by Ben Wagner
· 8 years ago
45565b6
GIF: Internal cleanup - remove color map parameter
by Leon Scroggins III
· 8 years ago
a4d861a
third_party/ktx: put WriteBitmapToKTX back
by Hal Canary
· 8 years ago
1fcc404
SkEncodeImage: no more link-time registration
by Hal Canary
· 8 years ago
4fea663
Apple's Clang can't assemble jsimd_arm_...
by Mike Klein
· 8 years ago
e7bd81d
GN: turn on easy libjpeg-turbo SIMD backends (ARMv7 and ARMv8)
by Mike Klein
· 8 years ago
38af943
GN: build Lua tools when skia_use_lua.
by Mike Klein
· 8 years ago
d23341b
GN: turn on libpng SSE2 filters
by Mike Klein
· 8 years ago
4ef986d
Write transparent pixels more often in SkGifImageReader
by Matt Sarett
· 8 years ago
a9e9bfc
Delete qcms
by Matt Sarett
· 8 years ago
10d665d
Allow most third_party targets to use system libraries if asked.
by Mike Klein
· 8 years ago
e71b1a1
Report repetition count in SkCodec
by scroggo
· 8 years ago
f84ad64
Reland "Build SkRawCodec in GN"
by scroggo
· 8 years ago
2f7068a
Treat a GIF with no color table as transparent
by scroggo
· 8 years ago
2ce4763
Revert "Build SkRawCodec in GN"
by Leon Scroggins
· 8 years ago
04b1f46
Build SkRawCodec in GN
by Leon Scroggins III
· 8 years ago
6fe16d3
Remove SkMovie and giflib
by scroggo
· 8 years ago
53f63b6
Fix decoding GIF to 565
by scroggo
· 8 years ago
1285f41
Write transparent pixels more often (SkGifCodec)
by scroggo
· 8 years ago
3cfdf6c
Fix some Windows warnings
by Jim Van Verth
· 8 years ago
f9acbe2
Fix more namespace conflicts in SkGifImageReader
by scroggo
· 8 years ago
b1094bc
Move third_party/gif's license into its own file
by scroggo
· 8 years ago
3d3a65c
Rename GIFImageReader to SkGifImageReader
by scroggo
· 8 years ago
19b9153
Add support for multiple frames in SkCodec
by scroggo
· 8 years ago
4e56a91
Add Android viewer to GN
by Jim Van Verth
· 8 years ago
43c2526
Viewer on Mac.
by Mike Klein
· 8 years ago
a2c2fdd
GN: ANGLE build completes now on Windows
by Mike Klein
· 8 years ago
1a8d675
GN: get Angle compiling on Windows.
by Mike Klein
· 8 years ago
c7165c2
GN/Win: warnings and warn-as-error
by Mike Klein
· 8 years ago
2148052
GN/Win: everything links on my machine.
by Mike Klein
· 8 years ago
4b167fc
GN/Win: everything but skiaserve links.
by Mike Klein
· 8 years ago
3eb7121
More steps toward GN/Windows.
by Mike Klein
· 8 years ago
0f61faa
GN: windows compiles locally.
by Mike Klein
· 8 years ago
2b7394b
Fix obvious bug in KTX encoder.
by benjaminwagner
· 8 years ago
d68f9b0
GN: ANGLE
by mtklein
· 8 years ago
ecbc526
GN: build skiaserve
by mtklein
· 8 years ago
b6318bf
Compile the skia library for windows using gn.
by herb
· 8 years ago
2b3c2a3
GN: add sanitize arg
by mtklein
· 8 years ago
005327b
BUG=skia:5602 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2302913002
by hcm
· 8 years ago
41a8f32
Update FreeType dependency from 2.6.1 to 2.6.5.
by bungeman
· 8 years ago
349cece
GN: mac host and armv7 target
by mtklein
· 8 years ago
7d6fb2c
GN: Android
by mtklein
· 8 years ago
0a8efd7
GN: _turbo -> -turbo to match Fuchsia
by mtklein
· 8 years ago
3896eff
GN: make libjpeg_turbo target Chrome-compatible
by mtklein
· 8 years ago
1ba1d37
Get Mac viewer working with SDL
by jvanverth
· 8 years ago
7a1f45f
spin off easy stuff from Herb's windows GN CL
by mtklein
· 8 years ago
19a9720
GN: build sfntly, icu, harfbuzz
by halcanary
· 8 years ago
ffae30d
Convert SkAutoTUnref<SkData> to sk_sp<SkData>.
by bungeman
· 8 years ago
7c1ae7a
GN: add some missing SkCodec defines
by mtklein
· 8 years ago
2b6870c
GN: nanobench
by mtklein
· 8 years ago
Next »