Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
089a780c3355129eefc942246534bc1f126b8ccb
/
src
089a780
Split GrResource into GrCacheable/GrGpuObject
by commit-bot@chromium.org
· 11 years ago
40f6e3a
add release-mode checks for null, at least for a while
by commit-bot@chromium.org
· 11 years ago
5aacfe9
Remove setLocalMatrix calls from picture shader GM.
by commit-bot@chromium.org
· 11 years ago
c09abe6
Revert of Remove setLocalMatrix calls from picture shader GM. (https://codereview.chromium.org/260863007/)
by commit-bot@chromium.org
· 11 years ago
74b8cb1
Remove setLocalMatrix calls from picture shader GM.
by commit-bot@chromium.org
· 11 years ago
608d637
Choose memset procs once.
by commit-bot@chromium.org
· 11 years ago
1111b61
Add literal picture recording mode, triggered by a compile time switch.
by commit-bot@chromium.org
· 11 years ago
f239d91
guard against self-assignment
by commit-bot@chromium.org
· 11 years ago
8c7372b
Fix for SkMatrixConvolutionImageFilter with large borders.
by senorblanco@chromium.org
· 11 years ago
53b614b
Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/)
by djsollen@google.com
· 11 years ago
b6e5e4c
Revert of Fix iOS build. (https://codereview.chromium.org/269663008/)
by commit-bot@chromium.org
· 11 years ago
bc4ae9e
Fix iOS build.
by bsalomon@google.com
· 11 years ago
f9deb8a
Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.
by commit-bot@chromium.org
· 11 years ago
6fcd1ef
Add flag for SkGpuSurface creation to enable distance fields.
by commit-bot@chromium.org
· 11 years ago
9a40803
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
9d5e3f1
Fix image decode thrashing when drawing a very large source image to a GPU canvas
by commit-bot@chromium.org
· 11 years ago
0206363
Remove dead code.
by commit-bot@chromium.org
· 11 years ago
058670b
Add support for kEmbeddedBitmapText_Flag to DirectWrite.
by bungeman@google.com
· 11 years ago
e901b6d
create struct to hold all the params passed around for shader::context
by commit-bot@chromium.org
· 11 years ago
e83b9b7
Remove SkDEBUGFAILs that are problematic for Chromium
by commit-bot@chromium.org
· 11 years ago
2e74f9d
remove code behind SK_SUPPORT_LEGACY_PROCXFERMODE
by reed@google.com
· 11 years ago
508022c
expose ConvertRadiusToSigma to aid clients in the API transition to sigma
by commit-bot@chromium.org
· 11 years ago
9195743
Add a fix for a spurious assert in SkMatrixConvolutionImageFilter.
by senorblanco@chromium.org
· 11 years ago
24f6e29
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
f3e5059
add default impl for context methods on shader
by commit-bot@chromium.org
· 11 years ago
45d1d1d
Rename SK_DEBUGBREAK to SK_ALWAYSBREAK
by commit-bot@chromium.org
· 11 years ago
62cf26f
Revert of Rename SK_DEBUGBREAK to SK_ALWAYSBREAK (https://codereview.chromium.org/263553012/)
by commit-bot@chromium.org
· 11 years ago
f0eeb7d
Rename SK_DEBUGBREAK to SK_ALWAYSBREAK
by commit-bot@chromium.org
· 11 years ago
8c4953c
Cleanup of SSE optimization files.
by commit-bot@chromium.org
· 11 years ago
88cb22b
Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
by commit-bot@chromium.org
· 11 years ago
91fc81c
fix cubic/line intersection; add skp tests
by commit-bot@chromium.org
· 11 years ago
b53dd6c
Remove the unused SkCachePreload_arm
by commit-bot@chromium.org
· 11 years ago
8dac8b1
Backfill unit tests for SkRecord
by commit-bot@chromium.org
· 11 years ago
eeaeafe
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
f4e67e3
Fail to create GrContext when we get a NULL for a GL/GLSL version string
by commit-bot@chromium.org
· 11 years ago
9add5dc
Move GrGLInterface function ptr setup into a common function for all OpenGL GrGLInterface factories (but not GLES yet).
by commit-bot@chromium.org
· 11 years ago
66ec1e4
Move setup of SkPictCopyInfo into SkPicture::clone
by commit-bot@chromium.org
· 11 years ago
5376325
ARM Skia NEON patches - 36 - Color32
by commit-bot@chromium.org
· 11 years ago
1ac99c8
Fixed issue found by clusterfuzz
by commit-bot@chromium.org
· 11 years ago
705b1ff
Don't bother doing the empty clip check in SkRecordDraw.
by commit-bot@chromium.org
· 11 years ago
0a5c233
Implement bounds traversals for tile and matrix convolution filters.
by senorblanco@chromium.org
· 11 years ago
daaafa6
add asAShadowBlur for android to drawlooper
by reed@google.com
· 11 years ago
6b127cd
fix leaks in blurrrect -- this should address the valgrind issues.
by commit-bot@chromium.org
· 11 years ago
a31eacb
Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag.
by commit-bot@chromium.org
· 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
0974a61
Simplify empty-clip check.
by commit-bot@chromium.org
· 11 years ago
06d4cda
Rename GR_GL_GET_PROC macros in mesa and unix GrGLInterface factories to be more consistent with other platforms.
by commit-bot@chromium.org
· 11 years ago
55aec08
revert humper changes
by commit-bot@chromium.org
· 11 years ago
e396455
move common blur types into central header
by commit-bot@chromium.org
· 11 years ago
2e0c32a
Start using type traits in src/record instead of macros.
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
4b9b456
Properly enable S32_D16_filter_DX_SSE2 optimization.
by commit-bot@chromium.org
· 11 years ago
9c9005a
Move SkShader::fLocalMatrix into SkShader constructor.
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
72b7bf8
Add missing include for r14397.
by bungeman@google.com
· 11 years ago
b6ad00b
Create SkGlyphCache globals with SkOnce.
by bungeman@google.com
· 11 years ago
c666197
Xfermode: SSE2 implementation of darken&lighten mode
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
270d445
Re-add SkPictureStateTree::Iterator::draw() SaveFlags.
by fmalita@google.com
· 11 years ago
98c4e52
Revert of Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. (https://codereview.chromium.org/246893005/)
by commit-bot@chromium.org
· 11 years ago
fe41b8f
one more tsan fix
by commit-bot@chromium.org
· 11 years ago
0bcb8ca
pathops debug globals use atomic increment
by commit-bot@chromium.org
· 11 years ago
8cb1daa
fix minor skp-found bugs
by commit-bot@chromium.org
· 11 years ago
e1ba93e
Xfermode: SSE2 implementation of colordodge&colorburn modes
by commit-bot@chromium.org
· 11 years ago
6419a5e
Xfermode: SSE2 implementation of softlight_modeproc
by commit-bot@chromium.org
· 11 years ago
05764d2
Xfermode: SSE2 implementation of difference_modeproc
by commit-bot@chromium.org
· 11 years ago
f669672
Use EXT_direct_state_access for path matrix manipulation
by commit-bot@chromium.org
· 11 years ago
0ea05d8
Xfermode: SSE2 implementation of hardlight mode
by commit-bot@chromium.org
· 11 years ago
b004b8e
Xfermode: SSE2 implementation of exclusion_modeproc
by commit-bot@chromium.org
· 11 years ago
7bf1015
Xfermode: SSE2 implementation of overlay_modeproc
by commit-bot@chromium.org
· 11 years ago
e2cb12a
First pass at GPU veto
by commit-bot@chromium.org
· 11 years ago
d70fa20
Deprecate SaveFlags use in the public SkCanvas API.
by commit-bot@chromium.org
· 11 years ago
d0306a1
Revert of Add nanosecond timer. (https://codereview.chromium.org/250243002/)
by commit-bot@chromium.org
· 11 years ago
74b43a9
Add nanosecond timer.
by commit-bot@chromium.org
· 11 years ago
e00ad68
Remove unused include.
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
1f64a21
Fix build: these asserts are always now true, which GCC warns about
by commit-bot@chromium.org
· 11 years ago
b45bd1f
fix int/size_t warnings in pipe
by commit-bot@chromium.org
· 11 years ago
76a3b2a
Remove support for inheriting the paint color from SkColorShader
by commit-bot@chromium.org
· 11 years ago
f0ae5e4
Proof of adoption in SkRecord::replace.
by commit-bot@chromium.org
· 11 years ago
732bd66
Rearrange SkRecord public API to fit better with cc/resources/picture
by commit-bot@chromium.org
· 11 years ago
b0430d0
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
c822bb3
Fix for r14341 Chrome build error
by robertphillips@google.com
· 11 years ago
a3cff85
remove unused functions
by commit-bot@chromium.org
· 11 years ago
cedbc73
fix x86 emulator for Android framework.
by commit-bot@chromium.org
· 11 years ago
8f831f2
First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture
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
c398f71
Revert of Properly enable S32_D16_filter_DX_SSE2 optimization. (https://codereview.chromium.org/239453010/)
by commit-bot@chromium.org
· 11 years ago
74e608c
Use default save() flags in SkBlurDrawLooper.
by commit-bot@chromium.org
· 11 years ago
0a6fe71
Use fixed function pipeline only when drawing paths
by commit-bot@chromium.org
· 11 years ago
8628fac
Properly enable S32_D16_filter_DX_SSE2 optimization.
by commit-bot@chromium.org
· 11 years ago
f117781
fix size_t/int warnings
by commit-bot@chromium.org
· 11 years ago
3adcc34
stop using deprecated bitmap::config for gpu
by commit-bot@chromium.org
· 11 years ago
87fcd95
Revert of Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/249643002/)
by commit-bot@chromium.org
· 11 years ago
6e5671d
Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/)
by commit-bot@chromium.org
· 11 years ago
6e332f7
Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)
by commit-bot@chromium.org
· 11 years ago
bc2f1dc
Extract most of the mutable state of SkShader into a separate Context object.
by commit-bot@chromium.org
· 11 years ago
e0d9ce8
Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)"
by reed@google.com
· 11 years ago
ede0c5c
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
8798ae3
Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag.
by commit-bot@chromium.org
· 11 years ago
Next »