Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
706d21ffd03a0a446f7b997c801356abb891eaeb
706d21f
Hide new methods from non-Android.
by benjaminwagner
· 9 years ago
53add95
Disable color space test for old versions of libpng
by msarett
· 9 years ago
4675220
Archive SkRemote-related code. I want to start fresh.
by mtklein
· 9 years ago
8d988b3
Add support for 2x2 matrices
by cdalton
· 9 years ago
48810a0
SkPDF: s/SkAutoTUnref/sk_sp/g
by halcanary
· 9 years ago
28f45b9
Add "sample locations" feature to GrProcessor
by cdalton
· 9 years ago
b3b13b7
dm: log log
by mtklein
· 9 years ago
4418dba
Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated
by robertphillips
· 9 years ago
19de504
Add advance[XY]Fixed getters for Android.
by benjaminwagner
· 9 years ago
d7b2885
SkPDF Create working move constructor for inner classes
by halcanary
· 9 years ago
f9deeb6
Update android_make to support both --gcc and --clang options.
by djsollen
· 9 years ago
71aca54
add virtual ~Effect()
by mtklein
· 9 years ago
aecc018
Attempt to combine batches in forward direction before flush
by bsalomon
· 9 years ago
673748a
link with -rdynamic on Linux
by mtklein
· 9 years ago
d8d046c
Swarming bots: add build products whitelist
by borenet
· 9 years ago
c60fee0
Rework files and add test cases.
by herb
· 9 years ago
1590f3b
Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ )
by msarett
· 9 years ago
54887a6
Revert of Add BigRectGM. (patchset #2 id:20001 of https://codereview.chromium.org/1758113005/ )
by benjaminwagner
· 9 years ago
095d31c
Update Skia's YUV API
by msarett
· 9 years ago
a9101ee
Add BigRectGM.
by benjaminwagner
· 9 years ago
92080d5
Update SKP version
by update-skps
· 9 years ago
ad8bcfe
Use a smart pointer for SkColorSpace factories
by msarett
· 9 years ago
eaf086e
Add SkSpecialImage-based methods to SkImageFilter
by robertphillips
· 9 years ago
a5ab9ec
Add variants of the setters on SkPaint which take a sk_sp<effect>. At the same time, change the internal storage to be sk_sp<effect>.
by reed
· 9 years ago
fcad44b
SkPDF: AutoTUnref<T> changes in use
by halcanary
· 9 years ago
941da9d
Fix behavior of sk_sp::reset(T*) and add unittest.
by reed
· 9 years ago
992854d
Revert of add setter on SkPaint that takes sk_sp (patchset #1 id:1 of https://codereview.chromium.org/1769803002/ )
by reed
· 9 years ago
a917eba
add setter on SkPaint that takes sk_sp
by reed
· 9 years ago
ffa39e0
sk_sp: fix contravariant constructors
by halcanary
· 9 years ago
ec7c0ce
remove unneeded flag for annotations
by reed
· 9 years ago
f70b531
Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )"
by reed
· 9 years ago
e77875a
Fix stall in Vk clear
by jvanverth
· 9 years ago
e244322
Check libpng version before reading color space
by msarett
· 9 years ago
91fcb3e
SkPDF: PDFDevice use SkTArray<T> rather than SkTDArray<T*>
by halcanary
· 9 years ago
41dc3d6
Support building Vulkan on Linux.
by bsalomon
· 9 years ago
6a73821
Set SkColorSpace object for PNGs and parse ICC profiles
by msarett
· 9 years ago
9722019
Turn on gpu stats in debug builds.
by bsalomon
· 9 years ago
20adafa
disable linear pipeline for now (so bots don't crash)
by reed
· 9 years ago
fd95789
Ignore backspace when appending to the filter string in SampleApp. Fixes a bug on Windows where the initial Backspace gets appended, causing no slides to match.
by brianosman
· 9 years ago
d882901
Add support for new bitmapshader context (patchset #5 id:80001 of https://codereview.chromium.org/1757993002/ )"
by reed
· 9 years ago
7520fc4
Relocate the specialized linear gradient interval builder
by fmalita
· 9 years ago
d4f89e4
Swarming tasks: print start and end time
by borenet
· 9 years ago
e43f7e6
Fix SkiaServe gpu JSON to work with any reordering algorithm
by joshualitt
· 9 years ago
490d30f
break out the tile and matrix strategies
by herb
· 9 years ago
7b0b2ca
Make Cmake work with debug build
by halcanary
· 9 years ago
a0cee5f
remove align16 calls in skhader context sizes. will handle this elsewhere as needed
by reed
· 9 years ago
8b6394c
Add a cache of GrVkSamplers in GrVkResourceProvider.
by egdaniel
· 9 years ago
d331259
Revert of Don't allow nullptr in texels array params (unless using a transfer buffer). (patchset #3 id:60001 of https://codereview.chromium.org/1765633002/ )
by bsalomon
· 9 years ago
0032a30
Fix SkRadialGradient center discontinuity
by fmalita
· 9 years ago
8ee78f3
Don't allow nullptr in texels array params (unless using a transfer buffer).
by bsalomon
· 9 years ago
7c87cf4
Fix YUV horizontal and vertical sampling checks
by msarett
· 9 years ago
f1215a5
Swarming bots: setup for skipping download of build products
by borenet
· 9 years ago
68c63b3
Avoid drawing NVPR DIF text when text size is 0
by kkinnunen
· 9 years ago
56fb57a
disable assert for now
by reed
· 9 years ago
773ceda
Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )"
by reed
· 9 years ago
f98bc6d
Use installed vulkan SDK and remove checked in SDK
by bsalomon
· 9 years ago
de7bbab
Pull and build shaderc rather than use checked in lib/header
by bsalomon
· 9 years ago
e38bcaf
Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )
by halcanary
· 9 years ago
ce56026
Force tiles in SampleApp to integer boundaries.
by bungeman
· 9 years ago
d812fb4
enforce 16byte alignment in shader contexts
by reed
· 9 years ago
e79586b
Revert of respect sRGB when converting from sk to gr configs (patchset #1 id:1 of https://codereview.chromium.org/1756913003/ )
by brianosman
· 9 years ago
3fc3fea
cmake: Exclude vulkan directory.
by jcgregorio
· 9 years ago
bd72413
Remove dependency on SkJsonCanvas.h
by joshualitt
· 9 years ago
8621100
rewrite TArray test to not delete an SkSTArray via a SkTArray pointer.
by mtklein
· 9 years ago
cd660e1
Revert of add support for new bitmapshader context (patchset #5 id:80001 of https://codereview.chromium.org/1757993002/ )
by reed
· 9 years ago
19cef56
add support for new bitmapshader context
by reed
· 9 years ago
1610835
Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )
by reed
· 9 years ago
464d210
Remove unused tools and unused includes of SkImageDecoder
by msarett
· 9 years ago
0eda258
move annotations to canvas virtual
by reed
· 9 years ago
c6663dc
respect sRGB when converting from sk to gr configs
by reed
· 9 years ago
beab9e7
Add operator* and operator safe-bool to sk_sp.
by bungeman
· 9 years ago
f655e93
Revert of Implement support for using GL ES 3.0 with command buffer (patchset #6 id:100001 of https://codereview.chromium.org/1684413003/ )
by kkinnunen
· 9 years ago
d0e0885
Verify the full size returned by PIEX
by yujieqin
· 9 years ago
99354b8
Revert of Update DNG SDK version. (patchset #4 id:60001 of https://codereview.chromium.org/1748363004/ )
by yujieqin
· 9 years ago
5edf82e
[Reland] Fix SkTwoPointConicalGradient zero-radius handling
by fmalita
· 9 years ago
62c0f75
Update DNG SDK version.
by yujieqin
· 9 years ago
b5f0d40
Revert "Pull and build shaderc rather than use checked in lib/header"
by Eric Boren
· 9 years ago
ed854fb
Disable ignored / moot configs in DM.
by mtklein
· 9 years ago
7d4490e
Pull and build shaderc rather than use checked in lib/header
by bsalomon
· 9 years ago
ad514d0
Only modify abort behavior to avoid debugger dialog on windows for bot builds.
by bsalomon
· 9 years ago
e506ee6
Fix array in matrixconvolution shader
by egdaniel
· 9 years ago
78d6eb0
Pack float array uniforms into vec4 arrays
by jvanverth
· 9 years ago
03509ea
Use VkPipelineCaches during VkPipeline creation
by jvanverth
· 9 years ago
e2b0a0a
update SkSmallAllocator to force internal allocations to be 16-byte aligned
by reed
· 9 years ago
7c0b9fe
Temporarily disable ios compile bot
by stephana
· 9 years ago
9846ef2
Replace some nullptrs with VK_NULL_HANDLE
by jvanverth
· 9 years ago
73c4e64
Retract GrDrawTarget and GrPipelineBuilder a bit more
by robertphillips
· 9 years ago
a1e6b3b
Get Vk compiling post-MIP map changes
by bsalomon
· 9 years ago
05a5647
fission bitmapprocstate
by reed
· 9 years ago
391395d
Begin weaning GrClipMaskManager off of GrDrawTarget (take 2)
by robertphillips
· 9 years ago
855bd44
debugger: Only bind to the localhost address by default.
by jcgregorio
· 9 years ago
e27456a
4f gradient interval builder cleanup
by fmalita
· 9 years ago
8b8f36f
Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ )
by robertphillips
· 9 years ago
86c6075
Begin weaning GrClipMaskManager off of GrDrawTarget (take 2)
by robertphillips
· 9 years ago
46b301d
add /img/n/m endpoint to skiaserve
by joshualitt
· 9 years ago
89bd99b
sk_sp: remove explicit operator bool()
by halcanary
· 9 years ago
40ee60c
Partial revert of https://codereview.chromium.org/1738913002/ (Enable RAW codec for Windows)
by robertphillips
· 9 years ago
f55c364
Wire up stack traces again
by joshualitt
· 9 years ago
cb6cb38
sk_sp: Covariant Move Constructor and Move Assignment
by halcanary
· 9 years ago
c803ef1
Swarming bots: Add support for perf steps
by borenet
· 9 years ago
Next »