Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_skia
/
99a5ac0b67a14048a1db3f429878775854d29397
/
src
99a5ac0
Updated blur to use A8/R8 (instead of RGBA8) when available - this provides a performance gain for large blurs
by robertphillips@google.com
· 13 years ago
43e384b
Since we only have 1 proc for SA8_alpha_D32 (i.e. no opaque special-case) we
by reed@google.com
· 13 years ago
5efe0cb
Clean up more Visual Studio warnings, including apparent bug in Arithmetic mode.
by tomhudson@google.com
· 13 years ago
8637a36
Minor Windows compiler complaint fixes
by robertphillips@google.com
· 13 years ago
7558925
Fix miscellaneous compiler warnings from Visual Studio 2010.
by tomhudson@google.com
· 13 years ago
56dd630
Clamp dilate and erode radius to image width and height.
by senorblanco@chromium.org
· 13 years ago
0e5104c
misc fixes
by bsalomon@google.com
· 13 years ago
1b3ac8b
Don't use the usage flag to determine whether an SkGpuDevice needs to be cleared. Fixes regression in testimagefilters introduced by r3565. Also add baselines for testimagefilters gm on windows.
by bsalomon@google.com
· 13 years ago
9575fb8
Stroked text should check inverse return. http://codereview.appspot.com/5986067/
by bungeman@google.com
· 13 years ago
1195925
Add MSAA option to SampleApp
by bsalomon@google.com
· 13 years ago
09042b8
Fixing Windows compiler complaints
by robertphillips@google.com
· 13 years ago
419400b
remove extra parameter ctm in skPaint2GrPaintShader()
by bsalomon@google.com
· 13 years ago
6995068
Initial version of R8 support
by robertphillips@google.com
· 13 years ago
d998cbd
XPS filter and rasterize hairlines. http://codereview.appspot.com/5987050/
by bungeman@google.com
· 13 years ago
b0a7ace
Renaming SkCanvas::fLayerCount to fSaveLayerCount for readability
by junov@chromium.org
· 13 years ago
dd743fe
Initial split up of Debug Interface into separate files
by robertphillips@google.com
· 13 years ago
59b7400
Remove unused android code in JPEG decoder.
by djsollen@google.com
· 13 years ago
92edd31
add macro DEFER_PATHS to proper checks
by bsalomon@google.com
· 13 years ago
aad7e27
Fixing blurred shadows of hairline paths when rendered on the GPU
by junov@chromium.org
· 13 years ago
cf3c7fe
Fixing blurred shadows on hairline paths when rendering to XPS device
by junov@chromium.org
· 13 years ago
3286989
Remove old D3D9 stuff
by bsalomon@google.com
· 13 years ago
2ac4ef5
Fixing the drawing of blurred shodows for hairline paths with software rendering
by junov@chromium.org
· 13 years ago
8108c47
Unix SampleApp attach/detach fixup and style fixup
by bsalomon@google.com
· 13 years ago
ed16483
Fix GL attach/detach in Mac SampleApp
by bsalomon@google.com
· 13 years ago
3c4d032
Revert 3857 (which was committed from wrong tree)
by bsalomon@google.com
· 13 years ago
5f017a4
Fix GL attach/detach in Mac SampleApp
by bsalomon@google.com
· 13 years ago
730ca3b
Fix NULL as SkColor warning on clang.
by bsalomon@google.com
· 13 years ago
2858b31
Fix line endings in src/view/win (and set the eol style property)
by bsalomon@google.com
· 13 years ago
d5b05ef
Patching Mac files missed in first delivery
by robertphillips@google.com
· 13 years ago
b442a6d
Redelivering r3555 to re-add run-time switching between ANGLE and native opengl
by robertphillips@google.com
· 13 years ago
d5c8fe6
Removed ANGLE namespace requirement
by robertphillips@google.com
· 13 years ago
5582e63
Compare scalars to scalars (fixes fixed point).
by bungeman@google.com
· 13 years ago
8cf3226
Temp fix for very large text sizes. http://codereview.appspot.com/5970065/
by bungeman@google.com
· 13 years ago
bbbe9ed
rm obsolete build-flag SK_IGNORE_HAIRLINE_CLIP_FIX
by reed@google.com
· 13 years ago
06cd732
Reland 3563
by bsalomon@google.com
· 13 years ago
18bbb8b
Revet 3563 due to mac bot failure
by bsalomon@google.com
· 13 years ago
423d6d9
Improve save layer handling in SkGpuDevice
by bsalomon@google.com
· 13 years ago
193395c
Unify text flushing with other deferred drawing
by bsalomon@google.com
· 13 years ago
b4725b4
Add assert to catch circular drawing higher up the call stack.
by bsalomon@google.com
· 13 years ago
8a812c2
check for integer-nan (0x8000...) and don't draw those as antihairlines
by reed@google.com
· 13 years ago
873ea0c
Make fewer copies when using GrDrawTarget::AutoStateRestore
by bsalomon@google.com
· 13 years ago
bd8d7ad
Reverting r3555
by robertphillips@google.com
· 13 years ago
53e96a1
Added run-time switching between OpenGL & ANGLE in SampleApp
by robertphillips@google.com
· 13 years ago
10e04bf
Reland 3507
by bsalomon@google.com
· 13 years ago
b9014f4
Remove deprecated names from Gr (WK is no longer using them)
by bsalomon@google.com
· 13 years ago
4cccc6b
Fix deadlock in Android's font deserializer.
by djsollen@google.com
· 13 years ago
ba800e2
Alphabetize gl function pointer typedefs / decls. Wrap pointers to auto-NULL them.
by bsalomon@google.com
· 13 years ago
e79c815
Don't look at current vertex layout when vertex source hasn't been set
by bsalomon@google.com
· 13 years ago
257fc5b
Remove unused static functions from SampleApp and effects
by djsollen@google.com
· 13 years ago
e6488ad
partial revert of r3541 to removed accidentally uploaded file
by djsollen@google.com
· 13 years ago
bff29d5
Landing arm patch from contributor.
by djsollen@google.com
· 13 years ago
5492424
Cleanup code related to SkFlattenable::flatten()
by djsollen@google.com
· 13 years ago
5b819c1
Revert 3507
by bsalomon@google.com
· 13 years ago
9af25f3
Fix coverity defects in FontHost_FreeType
by vandebo@chromium.org
· 13 years ago
9985476
Move SkColorMatrix to effects.
by bungeman@google.com
· 13 years ago
6390c72
Fix Coverity reports. (Mostly use of uninitialised values.)
by vandebo@chromium.org
· 13 years ago
5370cd9
Consolidate PixelRef flattables with the standard impl
by djsollen@google.com
· 13 years ago
a728e35
Fix a bunch of Coverity defects - class members not initialized in the constructor.
by vandebo@chromium.org
· 13 years ago
78ff6b4
Moved mac, unix, win and mesa directories under src/gpu/gl
by robertphillips@google.com
· 13 years ago
3d29b63
Remove unused classes from the build.
by djsollen@google.com
· 13 years ago
4fd99ea
Fix comparison of GrPaint::fCoverage (which is a byte not a uint32_t)
by bsalomon@google.com
· 13 years ago
d91f370
Moved Debug GL interface to src/gpu/gl/debug in preparation for splitting it up.
by robertphillips@google.com
· 13 years ago
fa1dd11
Revert r3523 and r2522
by vandebo@chromium.org
· 13 years ago
f0f562a
Fix build break.
by vandebo@chromium.org
· 13 years ago
354fd0e
Fix Coverity reports. (Mostly use of uninitialised values.)
by vandebo@chromium.org
· 13 years ago
d3b9fbb
Code changes for ANGLE GL interface. .gyp file changes will be delivered later.
by robertphillips@google.com
· 13 years ago
42aea28
handle null-device correctly in setDevice
by reed@google.com
· 13 years ago
19224c3
Fix a memory leak in SkAAClip::translate().
by tomhudson@google.com
· 13 years ago
95cd7bd
Make printf in GrContext about partial pixel coverage be debug-only
by bsalomon@google.com
· 13 years ago
8500322
disable GPU blur on small paths
by bsalomon@google.com
· 13 years ago
3672b58
Removed redundant typedef from GrDebugGL class
by robertphillips@google.com
· 13 years ago
a5d2203
Use a single GrDrawState in GrContext for direct and buffered drawing
by bsalomon@google.com
· 13 years ago
a5d056a
Reland 3503 with fix
by bsalomon@google.com
· 13 years ago
9fe287b
add debuggin matrix-proc to validate its output before calling the samplers
by reed@google.com
· 13 years ago
290e536
Revert 3503
by bsalomon@google.com
· 13 years ago
67bddc4
Make GrDrawState object used by GrDrawTarget be settable; set in GrInOrderDrawBuffer playback
by bsalomon@google.com
· 13 years ago
6e08bfe
[PDF] Really fix font metric array initialization.
by vandebo@chromium.org
· 13 years ago
2e3d144
Make GrDrawState ref counted. (Small step towards a perf improvement.)
by bsalomon@google.com
· 13 years ago
ba0cc3e
Extended debug GL interface to include textures.
by robertphillips@google.com
· 13 years ago
ba28d03
Create macro for registering classes for deserialization
by djsollen@google.com
· 13 years ago
d43b0a8
Make use of the functions in the flattenable reader/writer
by djsollen@google.com
· 13 years ago
8fe84b5
Add SkMatrix::cheapEqualTo, use in Gr code
by bsalomon@google.com
· 13 years ago
22f42b7
[GPU] when paint has patheffect, it should fallback to path render
by bsalomon@google.com
· 13 years ago
41b46be
Fix android build
by djsollen@google.com
· 13 years ago
a2ca41e
Cleanup Macros arround static initializers for SkFlattenable.
by djsollen@google.com
· 13 years ago
ec51cb8
Improved codec link-forcing system by adding Encoder/Decoder creation entry points
by robertphillips@google.com
· 13 years ago
34f1026
Glyph advances from generateAdvance do not always match generateMetrics results.
by bungeman@google.com
· 13 years ago
eebd62a
Update GetAdvancedTypefaceMetrics API in usually-unbuilt files.
by tomhudson@google.com
· 13 years ago
8926b16
apply imagefilter to all draw calls
by reed@google.com
· 13 years ago
c3a0d2e
[PDF] Fix font metric array initialization.
by vandebo@chromium.org
· 13 years ago
6db75fc
Initialize margin, which was being used uninitialized in compute_bounds()
by tomhudson@google.com
· 13 years ago
5e41b37
Remove circular dependency of views and animator.
by bungeman@google.com
· 13 years ago
6f86c3e
fix clang compilation warning
by bsalomon@google.com
· 13 years ago
7d6c8f9
[PDF] Move most of the headers to be private.
by vandebo@chromium.org
· 13 years ago
7c95942
Extended debug GL interface to include tracking of render buffers
by robertphillips@google.com
· 13 years ago
f85abda
Remove mutual dependency of gr and skgr. http://codereview.appspot.com/5879043/
by bungeman@google.com
· 13 years ago
c62923d
Move unix_test_app/main.cpp to src/views/unix/skia_unix.cpp
by epoger@google.com
· 13 years ago
24878f7
Reset Ganesh TextureDomain after use.
by tomhudson@google.com
· 13 years ago
ec1a7fa
Move SkBitSet to utils.
by vandebo@chromium.org
· 13 years ago
cbd76ae
Utils must not depend on Views. http://codereview.appspot.com/5867051/
by bungeman@google.com
· 13 years ago
Next »