Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
4cbf8e3dce10ef0d06e5ef95ea88b084bbad2553
/
include
b6b0252
Add dump() to SkClipStack to help with debugging.
by bsalomon
· 10 years ago
9f1c241
Remove SkPicture::kUsePathBoundsForClip_RecordingFlag
by robertphillips
· 10 years ago
e2f2b98
No longer limit SkPictureRecorder::partialReplay to Android
by robertphillips
· 10 years ago
643b8bd
First pass at splitting out SkPictureRecord from SkPicture
by robertphillips
· 10 years ago
b77c7ef
Clean up Skia for Clang's -Wtautological-undefined-compare
by Mike Klein
· 10 years ago
0951fe1
Fixing another clusterfuzz issue
by sugoi
· 10 years ago
f9dae78
Remove GrIsPow2 in favor of SkIsPow2.
by tfarina
· 10 years ago
a8928b7
Add SkBarriers_tsan.h.
by mtklein
· 10 years ago
c250d2e
Initial KTX encoder
by krajcevski
· 10 years ago
c3b589a
SkClipStack::Element tweaks.
by fmalita
· 10 years ago
ddd014e
remove SkBitmap::allocConfigPixels and update dox
by reed
· 10 years ago
58edea8
Use the correct homophone of 'there'.
by scroggo
· 10 years ago
479bb60
Remove SkImageRef and related functionality.
by Hal Canary
· 10 years ago
90b8caf
Revert of Move Dashing filterPath to a dashing utils file (https://codereview.chromium.org/314623004/)
by egdaniel
· 10 years ago
576dcdc
Move Dashing filterPath to a dashing utils file
by egdaniel
· 10 years ago
9b14f26
Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)
by robertphillips
· 10 years ago
65044bf
Return NULL when building empty LayerRasterizer.
by scroggo
· 10 years ago
99ffe24
Initial KTX file decoder
by krajcevski
· 10 years ago
3a2682a
SK_CPU_ARM --> SK_CPU_ARM32
by mtklein
· 10 years ago
868074b
remove SkBounder -- unused and unloved
by reed
· 10 years ago
dcf9ab1
Remove legacy picture recording
by robertphillips
· 10 years ago
5c404c5
add makeOffset and makeInset to SkRect
by reed
· 10 years ago
c77392e
use colortype instead of config
by reed
· 10 years ago
f9f1547
Remove unitmappers header.
by scroggo
· 10 years ago
1b81877
Clean up SkOnce:
by mtklein
· 10 years ago
d537341
Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h)
by robertphillips
· 10 years ago
78358bf
Port most uses of SkOnce to SkLazyPtr.
by mtklein
· 10 years ago
9c0e629
Initial work to get ETC1 data up to the GPU
by krajcevski
· 10 years ago
901e96d
Add Sample slide for Rectanizers
by robertphillips
· 10 years ago
a6a8f00
hide SkDevice::config()
by reed
· 10 years ago
ed4dc2a
remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE
by commit-bot@chromium.org
· 10 years ago
f71e8fd
Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/)
by commit-bot@chromium.org
· 10 years ago
56f7cca
Port most uses of SkOnce to SkLazyPtr.
by commit-bot@chromium.org
· 10 years ago
a1ff26a
Add a way for the gpu veto to report back the reason why it said no
by commit-bot@chromium.org
· 10 years ago
92a8916
fix casting issue with or operator
by commit-bot@chromium.org
· 10 years ago
f6351a0
Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/)
by commit-bot@chromium.org
· 10 years ago
5a70945
Port most uses of SkOnce to SkLazyPtr.
by commit-bot@chromium.org
· 10 years ago
2a5cd60
Add an OR operator overload for SaveFlags to avoid extra static casts.
by commit-bot@chromium.org
· 10 years ago
999cfd1
Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chromium.org/302783002/)
by commit-bot@chromium.org
· 10 years ago
910702b
Implement SkPictureImageFilter bounds computation.
by senorblanco@chromium.org
· 10 years ago
af091a1
Initial work to get ETC1 data up to the GPU
by commit-bot@chromium.org
· 10 years ago
7ae034d
Test font created from paint
by commit-bot@chromium.org
· 10 years ago
6e7ddaa
Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in checks in a few places to make sure that we weren't using these pixel configurations in places that we shouldn't be.
by commit-bot@chromium.org
· 10 years ago
a3264e5
Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)"
by commit-bot@chromium.org
· 10 years ago
559a883
Fix the rendering error of SkDraw::drawVertices in gpu path for solid color.
by commit-bot@chromium.org
· 10 years ago
d0f824c
Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)
by commit-bot@chromium.org
· 10 years ago
986d681
setConfig -> setInfo
by commit-bot@chromium.org
· 10 years ago
97de357
SkLazyPtr, mk. 2
by commit-bot@chromium.org
· 10 years ago
f9bd04f
Constify the arguments to createTexture
by commit-bot@chromium.org
· 10 years ago
448e2a3
Add SkBarriers to ports.
by commit-bot@chromium.org
· 10 years ago
68d20ec
legacy refEncodedData() returns data, not bool
by reed@google.com
· 10 years ago
cba7378
replace config() with colorType()
by commit-bot@chromium.org
· 10 years ago
00f8d6c
Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)"
by commit-bot@chromium.org
· 10 years ago
2246e32
Make SkPictureRecorder::partialReplay const
by commit-bot@chromium.org
· 10 years ago
86b0de4
Revert "Remove SkThread.h from public API."
by commit-bot@chromium.org
· 10 years ago
b1aec17
Remove SkThread.h from public API.
by commit-bot@chromium.org
· 10 years ago
7e2b0f3
Add SkPurgeGlobalDiscardableMemoryPool, needed to replace SkImageRef
by commit-bot@chromium.org
· 10 years ago
924205a
Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)
by commit-bot@chromium.org
· 10 years ago
b263985
add colortable support to imagegenerator
by commit-bot@chromium.org
· 10 years ago
6d3eaea
add replay entry point to SkPictureRecorder for Android
by commit-bot@chromium.org
· 10 years ago
466f5f3
remove SkBitmap::asImageInfo
by commit-bot@chromium.org
· 10 years ago
42dc813
Revert of Revert of Add compressed texture capabilities for GPU devices
by commit-bot@chromium.org
· 10 years ago
8bfcd72
Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/)
by commit-bot@chromium.org
· 10 years ago
420b2ff
Add compressed texture capabilities for GPU devices
by commit-bot@chromium.org
· 10 years ago
64f6d15
Use SkAtomics_sync on Android
by commit-bot@chromium.org
· 10 years ago
81da061
Implement sk_atomic_conditional_inc with sk_atomic_cas.
by commit-bot@chromium.org
· 10 years ago
29239a0
Move SkDecodingImageGenerator.h to include/
by commit-bot@chromium.org
· 10 years ago
2d970b5
hide discardable factory from public imagegenerator api
by commit-bot@chromium.org
· 10 years ago
851155c
remove SK_SUPPORT_LEGACY_BITMAPFLATTEN code
by commit-bot@chromium.org
· 10 years ago
53c63a5
remove SK_SUPPORT_LEGACY_BUILDMIPMAP
by commit-bot@chromium.org
· 10 years ago
3c134a9
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 10 years ago
5e565d1
Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/)
by commit-bot@chromium.org
· 10 years ago
2dcd243
Add compressed texture capabilities for GPU devices
by commit-bot@chromium.org
· 10 years ago
f21991b
Revert of Modify sample buffer size for larger displays. (https://codereview.chromium.org/240433002/)
by commit-bot@chromium.org
· 10 years ago
0533146
Modify sample buffer size for larger displays.
by commit-bot@chromium.org
· 10 years ago
968edca
stop calling SkBitmap::flatten
by commit-bot@chromium.org
· 10 years ago
7693dbf
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 10 years ago
39123f4
temporarily add back in the factores that took a unitmapper
by commit-bot@chromium.org
· 10 years ago
de5553a
re-expose hasLocalMatrix for now (can't hurt) -- unblocks blink
by commit-bot@chromium.org
· 10 years ago
8cf81e0
Simple PKM image decoder.
by robertphillips@google.com
· 10 years ago
83f23d8
Remove unused (by clients) SkUnitMapper
by commit-bot@chromium.org
· 10 years ago
3339ac5
Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/)
by commit-bot@chromium.org
· 10 years ago
4b8f802
Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/)
by commit-bot@chromium.org
· 10 years ago
b03be0b
Revert "Modify sample buffer size for larger displays."
by reed@google.com
· 10 years ago
eeef0cc
Revert of Revert ""Revert of eliminate config param -- it was always self's config (https://codereview.chromi… (https://codereview.chromium.org/291163005/)
by commit-bot@chromium.org
· 10 years ago
af159a5
Modify sample buffer size for larger displays.
by commit-bot@chromium.org
· 10 years ago
f0ea77a
SSE2 implementation of memcpy32
by commit-bot@chromium.org
· 10 years ago
29de433
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 10 years ago
97133ad
Changed JSON formatting more, workaround bug where SkStringPrintf causes encoding issues
by commit-bot@chromium.org
· 10 years ago
7ed173b
formalize named picture versions
by commit-bot@chromium.org
· 10 years ago
731b28d
Revert ""Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)"""
by commit-bot@chromium.org
· 10 years ago
311a3cd
Add function to get both min and max scale factors from matrix
by commit-bot@chromium.org
· 10 years ago
1878651
Rename SkMatrix::get(Max|Min)Stretch to get(Min|Max)Scale
by commit-bot@chromium.org
· 10 years ago
941ff78
Remove legacy constructor for blur draw looper.
by commit-bot@chromium.org
· 10 years ago
555e74f
"Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)""
by reed@google.com
· 10 years ago
3595f88
Pass in GrContext instead of SkGpuDevice for dashing and Sk2GrPaint conversion
by commit-bot@chromium.org
· 10 years ago
a369e36
Revert "Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)"
by commit-bot@chromium.org
· 10 years ago
99bd7d8
Try out SkMatrix::Concat.
by commit-bot@chromium.org
· 10 years ago
7b17152
gradient api sans (deprecated) unitmapper
by commit-bot@chromium.org
· 10 years ago
628ed0b
Add Dashing gpu effect for simple dashed lines
by commit-bot@chromium.org
· 10 years ago
Next »