Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
086eea93b1f8253420c233c33cdabc0e74b08091
/
src
/
core
086eea9
Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ )
by reed
· 9 years ago
5e56cfd
SK_DECLARE_STATIC_MUTEX -> static SkMutex
by mtklein
· 9 years ago
9bd3fc7
SkOncePtr -> SkOnce
by mtklein
· 9 years ago
f250938
Now we're on MSVC 2015, try using std::chrono for timing again.
by mtklein
· 9 years ago
0ccc62d
move colorshader into its own .cpp, add color4f variant
by reed
· 9 years ago
76948d4
Add Gr*Proxy classes
by robertphillips
· 9 years ago
427c281
Modernize SkMutex and SkSemaphore.
by mtklein
· 9 years ago
fad9856
Prototype code that turns any/every flattenable into JSON
by brianosman
· 9 years ago
02125d1
Create a single, unique pointer to sRGB color space
by msarett
· 9 years ago
4f16e63
Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ )
by robertphillips
· 9 years ago
50d3b57
return 4x4 matrix from SkColorSpace
by reed
· 9 years ago
92605b3
Add Gr*Proxy classes
by robertphillips
· 9 years ago
871a048
Add 8888 fast SrcOver mode.
by herb
· 9 years ago
89d09a1
Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ )
by robertphillips
· 9 years ago
444f1ba
Remove SkBitmapHeap and SkBitmapHeapReader. They're unused.
by brianosman
· 9 years ago
de5bf0c
Add Gr*Proxy classes
by robertphillips
· 9 years ago
c5091b5
Add a hook for CPU-optimized sRGB-sRGB srcover.
by mtklein
· 9 years ago
ffc2aea
Introduce SkGammas type to represent ICC gamma curves
by msarett
· 9 years ago
18f13f3
Remove (almost) unused read/writeFunctionPtr API.
by brianosman
· 9 years ago
59c12e3
remove non-static uses of SkOncePtr
by mtklein
· 9 years ago
57b4615
Remove unused encodedString API on SkWriteBuffer/SkReadBuffer
by brianosman
· 9 years ago
9516775
Enable generating SkImage with the same uniqueID in SkImageGenerator subclass
by aleksandar.stojiljkovic
· 9 years ago
7563a5a
remove SK_SUPPORT_LEGACY_IMAGEFILTER_CTM flag
by reed
· 9 years ago
4d9ff62
Remove SkWriter32::contiguousArray().
by mtklein
· 9 years ago
b4c899d
remove SkWriteBuffer::getWriter32().
by mtklein
· 9 years ago
2f12463
Fix warnings that were exposed when running with SK_DEBUG enable on an optimized release build.
by djsollen
· 9 years ago
a2ffa98
Revert of Introduce SkGammas type to represent ICC gamma curves (patchset #7 id:40002 of https://codereview.chromium.org/1928123002/ )
by msarett
· 9 years ago
7b2c6dd
Introduce SkGammas type to represent ICC gamma curves
by msarett
· 9 years ago
1b5dd88
remove SkWriteBuffer::reserve()
by mtklein
· 9 years ago
5668648
Unify implementations of stroking radius calculationsns
by bsalomon
· 9 years ago
24e9128
Add sk_sp to SkSurface_Gpu and SkGpuDevice
by robertphillips
· 9 years ago
efe46d2
Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER.
by djsollen
· 9 years ago
4df1656
Tighten up SkSpecialSurface factory functions
by robertphillips
· 9 years ago
175dd9b
Clean up test drawContext usage
by robertphillips
· 9 years ago
d4c741e
Refactor drawContext/RenderTarget creation
by robertphillips
· 9 years ago
23bd7e9
Delete unused code from SkColorSpace
by msarett
· 9 years ago
85def2e
Parse A2B0 tag on ICC profiles
by msarett
· 9 years ago
d77ac77
remove (now unused) SkDivBits
by reed
· 9 years ago
28d5bdd
Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (patchset #2 id:20001 of https://codereview.chromium.org/1927583002/ )
by reed
· 9 years ago
9fbee84
Revert of fix build by using ifdef instead of if for SK_DEBUG (patchset #1 id:1 of https://codereview.chromium.org/1924943003/ )
by reed
· 9 years ago
aa19a5f
Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 of https://codereview.chromium.org/1914883002/ )
by robertphillips
· 9 years ago
b849882
BUG=skia:
by reed
· 9 years ago
95416f4
Enable flattening of SkRecordedDrawable
by msarett
· 9 years ago
80f5ea0
skip unneeded header from writeFlattenable when building font-cache-key. Saves ~30% in size
by reed
· 9 years ago
48d6f88
Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER.
by djsollen
· 9 years ago
2f1c42e
Refactor drawContext/RenderTarget creation
by robertphillips
· 9 years ago
900c367
Image filters: de-nest SkImageFilter::Cache and Cache::Key.
by senorblanco
· 9 years ago
6c7e325
Bring sk_sp to GrDrawContext
by robertphillips
· 9 years ago
b4bb7d8
Add oblique as a slant.
by bungeman
· 9 years ago
569b021
Revert of Enable flattening of SkRecordedDrawable (patchset #8 id:140001 of https://codereview.chromium.org/1913843002/ )
by mtklein
· 9 years ago
d636950
Enable flattening of SkRecordedDrawable
by msarett
· 9 years ago
1e7f5e7
remove 'deprecated' region from SkDraw
by reed
· 9 years ago
92bd2e8
Add comments and sanity checks to parsing of ICC headers
by msarett
· 9 years ago
ed086ca
Revert of Remove gpu-specialization of SkSpecialImage (patchset #5 id:80001 of https://codereview.chromium.org/1918993002/ )
by robertphillips
· 9 years ago
0533d6e
Remove gpu-specialization of SkSpecialImage
by robertphillips
· 9 years ago
5d4943c
Add guards for edge cases.
by herb
· 9 years ago
86ae3d1
make context() virtual on device
by reed
· 9 years ago
c91fd34
Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurface
by robertphillips
· 9 years ago
1eca116
share code with drawSpriteWithFilter
by reed
· 9 years ago
484b3d0
SkDefaultColorProfile: Hide gDefaultProfileIsSRGB
by halcanary
· 9 years ago
1e90304
SkMD5: .update() -> .write()
by halcanary
· 9 years ago
d51bdae
SkStringPrintf and SkString::printf now are no longer limted by a static buffer
by halcanary
· 9 years ago
96a04f3
simplify handle-affine: subclass overrides just describe their leaf behavior
by reed
· 9 years ago
9f666a1
Whitespace change.
by herb
· 9 years ago
98ab040
Revert of Call SkGraphics::Init() automatically for Google3 processes. (patchset #1 id:1 of https://codereview.chromium.org/1906813002/ )
by benjaminwagner
· 9 years ago
bb34a8a
allow imagefilter to manage CTM decomposition
by reed
· 9 years ago
a3b3b23
Enable flattening/unflattening with custom unflatten procs
by msarett
· 9 years ago
99e2089
Optionally enable SkValidatingReadBuffer in SkPictureImageFilter
by robertphillips
· 9 years ago
272aa12
SkMD5: cleanup header and minor refactor
by halcanary
· 9 years ago
3361e62
Revert of SkStringPrintf and SkString::printf now are no longer limted by a static buffer (patchset #5 id:80001 of https://codereview.chromium.org/1403803002/ )
by halcanary
· 9 years ago
606cadd
SkStringPrintf and SkString::printf now are no longer limted by a static buffer
by halcanary
· 9 years ago
f557546
Remove some unnecessary #includes of SkImageFilter.h
by senorblanco
· 9 years ago
6351640
Fixes for SkRWBuffer
by scroggo
· 9 years ago
488165e
SkPDF: PDF/A runtime switch
by halcanary
· 9 years ago
eb85fd7
SkCpu w/o static initializer
by mtklein
· 9 years ago
730058f
gDefaultProfileIsSRGB symbol must exist in .so
by halcanary
· 9 years ago
b5d7468
Fix code regression to more precise call.
by herb
· 9 years ago
8680606
Call SkGraphics::Init() automatically for Google3 processes.
by mtklein
· 9 years ago
32eaa89
Image filters: remove SkBitmap-based cache.
by senorblanco
· 9 years ago
8c30a81
post apply non-scale transforms after imagefilters have run
by reed
· 9 years ago
9bc2235
Make all the codecs default profiles based on gTreatSkColorAsSRGB.
by herb
· 9 years ago
3e30227
Begin removing deprecated (and now, unused) ImageFilter code paths
by robertphillips
· 9 years ago
9ca06c4
Fix ImageFilter fuzzer issue
by robertphillips
· 9 years ago
5e3815b
Rein in the use of SkDevice.h
by robertphillips
· 9 years ago
4c13db2
Add explicit clip to SkSpecialSurface's SkCanvas
by robertphillips
· 9 years ago
244a653
skcpu: sse4.1 floor, f16c f16<->f32
by mtklein
· 9 years ago
4311f01
Move CPU feature detection to its own file.
by mtklein
· 9 years ago
05db63b
Remove static initializer for SkOpts::Init()
by mtklein
· 9 years ago
be991ef
Delete unused fNamedFactorySet from SkWriteBuffer
by msarett
· 9 years ago
bde57ed
Make SkImageFilter::Cache purging methods pure virtual
by robertphillips
· 9 years ago
b4b83dc
Pass through the profile info when creating a high-quality scaled offscreen.
by herb
· 9 years ago
f35566e
Remove deprecated paths from image filter infrastructure.
by senorblanco
· 9 years ago
983294f
Skia Filter Quality and Scaling Metrics
by ericrk
· 9 years ago
d9dd428
Modernize and trim down SkOnce.
by mtklein
· 9 years ago
cb232e8
Revert of Remove deprecated paths from image filter infrastructure. (patchset #2 id:20001 of https://codereview.chromium.org/1888243003/ )
by robertphillips
· 9 years ago
225db44
Outline SkImageFilter Make methods
by robertphillips
· 9 years ago
6fb3cd7
Remove deprecated paths from image filter infrastructure.
by senorblanco
· 9 years ago
9d453b0
Revert of move static arrays into impl, to avoid multiple copies (patchset #3 id:40001 of https://codereview.chromium.org/1889793007/ )
by reed
· 9 years ago
87a0c22
WIP: runtime switch for how to interpret SkColor -vs- srgb
by reed
· 9 years ago
6d7cd1f
move static arrays into impl, to avoid multiple copies
by reed
· 9 years ago
Next »