Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
0b26c158769beea0393462c8d4aa86c74ccf6261
/
include
90bf427
proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657
by mike@reedtribe.org
· 13 years ago
90c07ea
replace getTotalClipStack() with replayClips()+ClipVisitor
by reed@google.com
· 13 years ago
f3edf9f
add SK_WARN_UNUSED_RESULT warning to SkPathMeasure methods that might leave
by reed@google.com
· 13 years ago
a707f60
mark getTotalClip as deprecated
by reed@google.com
· 13 years ago
2b2ede3
Decouple the SkFlattenable from SkReader32/SkWriter32.
by djsollen@google.com
· 13 years ago
9b5ca29
allow the tolerance to be zero for nearlyzero
by reed@google.com
· 13 years ago
c9668ec
Add support for GL_NV_framebuffer_multisample_coverage
by bsalomon@google.com
· 13 years ago
94fa43c
Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZero
by epoger@google.com
· 13 years ago
c967795
Make it possible to share a comparison func with both SkTSearch and SkQSort
by bsalomon@google.com
· 13 years ago
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
0e5104c
misc fixes
by bsalomon@google.com
· 13 years ago
363a4c2
Warn when ignoring result of SkMatrix::invert.
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
6995068
Initial version of R8 support
by robertphillips@google.com
· 13 years ago
b0a7ace
Renaming SkCanvas::fLayerCount to fSaveLayerCount for readability
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
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
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
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
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
ba800e2
Alphabetize gl function pointer typedefs / decls. Wrap pointers to auto-NULL them.
by bsalomon@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
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
802eee9
Move SkTextBox.h from utils to views.
by bungeman@google.com
· 13 years ago
d3b9fbb
Code changes for ANGLE GL interface. .gyp file changes will be delivered later.
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
ba28d03
Create macro for registering classes for deserialization
by djsollen@google.com
· 13 years ago
fdf6eb7
fix compilation bug in fixed pt
by bsalomon@google.com
· 13 years ago
8fe84b5
Add SkMatrix::cheapEqualTo, use in Gr code
by bsalomon@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
8926b16
apply imagefilter to all draw calls
by reed@google.com
· 13 years ago
5e41b37
Remove circular dependency of views and animator.
by bungeman@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
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
76d6de0
Revert "[PDF] Move most of the headers to be private."
by vandebo@chromium.org
· 13 years ago
bd960c7
[PDF] Move most of the headers to be private.
by vandebo@chromium.org
· 13 years ago
6970557
Re-attempting Linux debug GL interface compiler complaint fix.
by robertphillips@google.com
· 13 years ago
008c498
Revert "[PDF] Move most of the headers to be private."
by vandebo@chromium.org
· 13 years ago
f7f9aa8
[PDF] Move most of the headers to be private.
by vandebo@chromium.org
· 13 years ago
e63793a
Upstream changes from Android repository.
by djsollen@google.com
· 13 years ago
56d3a23
Cast the result of SK_OFFSETOF to size_t to match offsetof() and avoid narrowing conversion errors
by reed@google.com
· 13 years ago
5994451
Move SkClampRange into src/effects, where it isn't being advertised as
by tomhudson@google.com
· 13 years ago
166e653
Fix scaling issue when drawing text on a path.
by djsollen@google.com
· 13 years ago
0b53d59
add optional updateMatrixClip param to getTopDevice(). Chrome should set this
by reed@google.com
· 13 years ago
0da3719
Added debug GL Interface. This interface tracks various GL objects in order to find leaks & invalid accesses.
by robertphillips@google.com
· 13 years ago
8dd90a9
(SSE2) acceleration for rectangular opaque erases.
by tomhudson@google.com
· 13 years ago
dddf6f6
Skip unnecessary copies in GrPaint operator ==
by bsalomon@google.com
· 13 years ago
80e1459
add IRect variant of getBounds()
by reed@google.com
· 13 years ago
0beaba5
decal mode babystep
by reed@google.com
· 13 years ago
f4a9c82
Split GrTextContext into baseclass and subclass
by bsalomon@google.com
· 13 years ago
fb2d3c6
forward declare SkRect
by reed@google.com
· 13 years ago
86b2e43
add getBounds() helper
by reed@google.com
· 13 years ago
ff02960
Add CreateFallbackForScript to SkTypeface for Android.
by djsollen@google.com
· 13 years ago
601d312
Expand SkMatrix type mask from uint8 to uint32, aligning the struct
by tomhudson@google.com
· 13 years ago
49794c0
make commonBitmap un-virtual. That was a leftover from previous subclassing
by reed@google.com
· 13 years ago
68bc6f7
add kUTF32_TextEncoding
by reed@google.com
· 13 years ago
610f716
Fix four memory leaks uncovered by valgrinding gm tests.
by vandebo@chromium.org
· 13 years ago
6adf797
add SkFourByteInterp256 variant, when the caller has already scaled the last
by reed@google.com
· 13 years ago
188838c
[PDF] Fix memory hungry inefficiency in pdf resource tracking.
by vandebo@chromium.org
· 13 years ago
4bc0a9d
use higher precision (64bit) fixed-point for matrix proc
by reed@google.com
· 13 years ago
3b4dd90
Refactor Gaussian blur and morphology from SkGpuDevice into GrContext.
by senorblanco@chromium.org
· 13 years ago
84405e0
make skpaint2grpaint functions be local to skgpudevice.cpp
by bsalomon@google.com
· 13 years ago
178b8e0
Add SK_OVERRIDE where appropriate.
by tomhudson@google.com
· 13 years ago
9b1517e
minor improvement, remove some conditionals in GrAAConvexPathRenderer
by bsalomon@google.com
· 13 years ago
c2099d2
simplify GrPathRenderer interface
by bsalomon@google.com
· 13 years ago
05054f1
Erode and dilate image filter effects, CPU and GPU implementations.
by senorblanco@chromium.org
· 13 years ago
c1dd888
Better workaround for osx / nv bug
by bsalomon@google.com
· 13 years ago
b4a4ab1
Remove offscreen supersampler.
by bsalomon@google.com
· 13 years ago
10d2d4d
move the post cleanup of the rec until after we wack it for maskfilter
by reed@google.com
· 13 years ago
48a4cbc
add experimental files to encapsulate device-level font settings
by reed@google.com
· 13 years ago
5ffd5ba
Workaround for chrome on mac buffer object performance issue.
by bsalomon@google.com
· 13 years ago
aefdd06
move SKPaint's defaults (that might be configurable) into a header
by reed@google.com
· 13 years ago
5e5a095
reverting r3268 because of test failures
by junov@chromium.org
· 13 years ago
feba689
SkDeferredCanvas, performance: small refactor to remove unnecessary conditional branches on all canvas API calls
by junov@chromium.org
· 13 years ago
92d2a29
reapply r3259 (that was reverted) with fix.
by djsollen@google.com
· 13 years ago
a907ac3
Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state
by junov@chromium.org
· 13 years ago
3cc0d8a
reverting r3259 because of gm/test failure.
by djsollen@google.com
· 13 years ago
42bbef7
Enable quickRejectY in SkCanvas to be inlined.
by djsollen@google.com
· 13 years ago
0b5b0ce
reverting r3257 because of gm failure.
by junov@chromium.org
· 13 years ago
421bcc3
Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state
by junov@chromium.org
· 13 years ago
ddd0ed5
Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not that Chrome's font host has been updated.
by bungeman@google.com
· 13 years ago
61c2204
add SkCreateDataProviderFromStream to SkCGUtils
by reed@google.com
· 13 years ago
Next »