Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
cdeeb095a629b0db9f0ddff09516f2b78255c047
/
src
/
images
b61e206
Add tests (and fix!) for known bad ICO files.
by scroggo
· 10 years ago
13f701a
Allow index sources to be unpremul.
by scroggo
· 10 years ago
b752f9f
Don't read random data in ICO check.
by scroggo
· 10 years ago
df78d0a
This return_false is now only used on Android. Squelch a warning.
by mtklein
· 10 years ago
2a12080
Qualify the return value of SkImageDecoder::decode
by scroggo
· 10 years ago
d157b6a
Clean up some warnings about unused code.
by mtklein
· 10 years ago
93b255b
Make SkImageDecoder_libpng be compilable with Chromium libpng
by kkinnunen
· 10 years ago
b227e37
JPEG YUV Decoding
by sugoi
· 10 years ago
3ac569b
Revert of JPEG YUV Decoding (patchset #5 id:180001 of https://codereview.chromium.org/399683007/)
by rmistry
· 10 years ago
8e6c3b9
JPEG YUV Decoding
by sugoi
· 10 years ago
c5e15a1
remove alphatype from colortable
by reed
· 10 years ago
9594da1
use SkData::NewUninitialized
by reed
· 10 years ago
33a3050
SkData can allocate room for its contents in the same block
by reed
· 10 years ago
49f085d
"NULL !=" = NULL
by bsalomon
· 10 years ago
e5ea500
Hide fields in SkImageInfo
by reed
· 10 years ago
8482504
make allocPixels throw on failure
by reed
· 10 years ago
748783d
Ensure that we don't reference decoders that we don't build
by djsollen
· 10 years ago
6a9c7b1
Prevent malformed ICO files from recursively decoding
by djsollen
· 10 years ago
97b4947
Fix overflow when comparing two ints by promoting the sum to 64-bits.
by djsollen
· 10 years ago
bbe7a2a
eliminate code related to SkBitmap::Config
by reed
· 10 years ago
95b1b3d
Add astcbitmap to gm slides.
by krajcevski
· 10 years ago
7b62448
Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/)
by krajcevski
· 10 years ago
2fc0582
- Add astcbitmap to gm slides
by krajcevski
· 10 years ago
86bc124
Add support for compressed alpha ktx files
by krajcevski
· 10 years ago
40a1e11
Add support for all compressed formats in KTX file format
by krajcevski
· 10 years ago
e90c900
Add ETC1 format to SkTextureCompressor
by krajcevski
· 10 years ago
5049557
Revert of Add ETC1 format to SkTextureCompressor (https://codereview.chromium.org/432143002/)
by krajcevski
· 10 years ago
5d8b1b4
Add ETC1 format to SkTextureCompressor
by krajcevski
· 10 years ago
fc7063b
Fix image decoder memory overwrite bug.
by scroggo
· 10 years ago
936b734
ios fixes
by caryclark
· 11 years ago
57ad493
Handle bad ICO data better.
by scroggo
· 11 years ago
be08ace
add setPreserveSrcDepth to replace PrefTable API for android
by reed
· 11 years ago
56a6b6b
fix WBMP image will get null color table when draw in RGB565 Canvas
by Derek Sollenberger
· 11 years ago
c2dcf4a
Check pixelRef before attempting to ktx encode.
by scroggo
· 11 years ago
2fd0d14
Adjust the alpha type for pixelRefs.
by scroggo
· 11 years ago
67ec1f8
Switch SkPDFStream's internal storage from SkStream to SkData
by halcanary
· 11 years ago
c3b3266
hide SkBitmap::Config entirely (behind a flag)
by reed
· 11 years ago
0689d7b
stop using SkBitmap::Config
by reed
· 11 years ago
bfefc7c
hide Config in SkImageDecoder -- use SkColorType instead
by reed
· 11 years ago
2f785a2
remove GetDeviceConfig/SetDeviceConfig
by reed
· 11 years ago
5926b86
hide SkImageDecoder::Chooser
by reed
· 11 years ago
3b570c6
Do a better job of enforcing the semantics of the setRequireUnpremultipliedColors flag
by krajcevski
· 11 years ago
6c22573
hide SkBitmap::setConfig
by reed
· 11 years ago
407d7c9
Add sampler options to SkScaledBitmapSampler
by krajcevski
· 11 years ago
c250d2e
Initial KTX encoder
by krajcevski
· 11 years ago
479bb60
Remove SkImageRef and related functionality.
by Hal Canary
· 11 years ago
99ffe24
Initial KTX file decoder
by krajcevski
· 11 years ago
a3264e5
Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)"
by commit-bot@chromium.org
· 11 years ago
d0f824c
Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)
by commit-bot@chromium.org
· 11 years ago
986d681
setConfig -> setInfo
by commit-bot@chromium.org
· 11 years ago
5744bbe
move SkImageGenerator.cpp from src/images to src/core
by reed@google.com
· 11 years ago
00f8d6c
Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)"
by commit-bot@chromium.org
· 11 years ago
924205a
Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)
by commit-bot@chromium.org
· 11 years ago
b263985
add colortable support to imagegenerator
by commit-bot@chromium.org
· 11 years ago
29239a0
Move SkDecodingImageGenerator.h to include/
by commit-bot@chromium.org
· 11 years ago
4c45064
Change the PKM decoder to adhere to sampler size
by commit-bot@chromium.org
· 11 years ago
7693dbf
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
8cf81e0
Simple PKM image decoder.
by robertphillips@google.com
· 11 years ago
3d8bf23
Fast path for blurred round rects -- blur a small 9patch rect on the CPU
by commit-bot@chromium.org
· 11 years ago
55aec08
revert humper changes
by commit-bot@chromium.org
· 11 years ago
24e91ba
Fast path for blurred round rects -- blur a small 9patch rect on the CPU
by commit-bot@chromium.org
· 11 years ago
c76a4b2
Revert of Fast path for blurred round rects -- blur a small 9patch rect on the CPU (https://codereview.chromium.org/248613004/)
by commit-bot@chromium.org
· 11 years ago
5729387
Fast path for blurred round rects -- blur a small 9patch rect on the CPU
by commit-bot@chromium.org
· 11 years ago
915b972
Reland "Properly set alpha type in webp decode."
by commit-bot@chromium.org
· 11 years ago
dcbc360
add one-channel output support to webp encoder
by commit-bot@chromium.org
· 11 years ago
28fcae2
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/)
by commit-bot@chromium.org
· 11 years ago
96edc24
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/)
by commit-bot@chromium.org
· 11 years ago
d923288
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/)
by commit-bot@chromium.org
· 11 years ago
757ebd2
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/)
by commit-bot@chromium.org
· 11 years ago
149e9a1
Rename kPMColor_SkColorType to kN32_SkColorType.
by commit-bot@chromium.org
· 11 years ago
1ae492f
Add option to SkDecodingImageGenerator to require unpremul.
by commit-bot@chromium.org
· 11 years ago
1f2d357
Change SkDecodingImageGenerator to hide implementation details.
by commit-bot@chromium.org
· 11 years ago
d591b75
Revert of Properly set alpha type in webp decode. (https://codereview.chromium.org/223893002/)
by commit-bot@chromium.org
· 11 years ago
a455965
Properly set alpha type in webp decode.
by commit-bot@chromium.org
· 11 years ago
5007aab
Upstream changes from Android
by commit-bot@chromium.org
· 11 years ago
86cbf99
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
8a2ad3c
add new copyTo version to SkBitmap, which takes SkColorType
by commit-bot@chromium.org
· 11 years ago
0a097ea
Fix bug in deferred decoding where we don't properly pass the unpremul option to the codec.
by commit-bot@chromium.org
· 11 years ago
446cf71
Fix issue in image decoders where the bitmap config was not properly set.
by djsollen@google.com
· 11 years ago
61e96cd
SkBitmap now really stores SkImageInfo -- config is just a ruse
by commit-bot@chromium.org
· 11 years ago
1195a28
Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse"
by mike@reedtribe.org
· 11 years ago
c911485
fix warnings
by mike@reedtribe.org
· 11 years ago
169a0ed
SkBitmap now really stores SkImageInfo -- config is just a ruse
by mike@reedtribe.org
· 11 years ago
8b0e8ac
Refactor read and write buffers.
by commit-bot@chromium.org
· 11 years ago
9ebcac5
add installPixels
by reed@google.com
· 11 years ago
d0419b1
Revert "Revert "Revert "Revert of https://codereview.chromium.org/110593003/"""
by reed@google.com
· 11 years ago
ba82bd1
Revert "Revert "Revert of https://codereview.chromium.org/110593003/""
by reed@google.com
· 11 years ago
9271389
Revert "Revert of https://codereview.chromium.org/110593003/"
by reed@google.com
· 11 years ago
27f8902
Revert of https://codereview.chromium.org/110593003/
by commit-bot@chromium.org
· 11 years ago
f1ce052
Add onNewLockPixels, that returns rowbytes and relies on info in pixelref
by reed@google.com
· 11 years ago
3d50ea1
Add Options to SkDecodingImageGenerator, simplify API.
by halcanary@google.com
· 11 years ago
57212f9
Revert "Revert of https://codereview.chromium.org/113823003/"
by reed@google.com
· 11 years ago
4ad4ae9
Revert of https://codereview.chromium.org/113823003/
by commit-bot@chromium.org
· 11 years ago
a306d93
remove Sk64 from public API, and start to remove usage internally
by reed@google.com
· 11 years ago
dedd44a
Fix Red/Blue decoding problem in WebP.
by halcanary@google.com
· 11 years ago
3a8ebd9
Sanitize bitmaps produced by libgif
by halcanary@google.com
· 11 years ago
1ad518b
Revert of https://codereview.chromium.org/93703004/
by commit-bot@chromium.org
· 11 years ago
d665dc4
Add Options to SkDecodingImageGenerator, simplify API.
by halcanary@google.com
· 11 years ago
ef74fa1
Fixed more fuzzer issues
by commit-bot@chromium.org
· 11 years ago
bf79023
Update all callsites to use info for pixelrefs
by reed@google.com
· 11 years ago
Next »