Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
90cb9b325ce81f18a787a29ca33588b0c2468393
/
include
ffe39bd
Fix type errors and a few warnings for Visual Studio 2010 64-bit build.
by tomhudson@google.com
· 13 years ago
ebd2496
change SkChunkAlloc to grow its allocations geometrically (not linearly)
by reed@google.com
· 13 years ago
803c67d
change SetTLSFontCacheLimit to be void, since it doesn't easily know the prev value
by reed@google.com
· 13 years ago
6172d67
Allow font-cache to use thread_local_storage for a private cache
by reed@google.com
· 13 years ago
ff0da4f
Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all
by reed@google.com
· 13 years ago
5269566
Add 'inline' to suppress unused warnings with Android NDK build.
by bungeman@google.com
· 13 years ago
73a0258
computeFastStrokeBounds needs to pass kStroke_Style instead of kFill_Style (ya think?)
by reed@google.com
· 13 years ago
115d931
pass the region-op to the clipstack for SkCanvas::clipRegion.
by reed@google.com
· 13 years ago
20a0477
Fix new atomic declarations for Android.
by bungeman@google.com
· 13 years ago
a02bc15
WeakRefCnt http://codereview.appspot.com/5649046/
by bungeman@google.com
· 13 years ago
4a3b714
Iter::next takes a bool (defaults to true for now) if we want to consume degenerates.
by reed@google.com
· 13 years ago
d5f2079
can't make the compute-bounds methods private yet :(
by reed@google.com
· 13 years ago
a584aed
perform quickReject in drawPoints (which is called by drawLine) just like we
by reed@google.com
· 13 years ago
7b463ac
speedup SkRect::isFinite() (almost 2x)
by reed@google.com
· 13 years ago
5dd510f
update dox for copy-constructor
by reed@google.com
· 13 years ago
e4f10a7
add computeFastBounds to SkPathEffect, so we can attempt quickReject
by reed@google.com
· 13 years ago
97ecd1d
update dox for measureText
by reed@google.com
· 13 years ago
9e25dbf
remove null-check in SKPath::Iter::next() -- not needed, and slows us down a little
by reed@google.com
· 13 years ago
6623fcd
Convert AAClipCache's GrRects to GrIRects
by robertphillips@google.com
· 13 years ago
f105b10
Made clip mask cache use Scratch Texture system
by robertphillips@google.com
· 13 years ago
341767c
Remove support for vertex attribute matrices
by bsalomon@google.com
· 13 years ago
880dc47
add dox for Shaders, and how the paint's alpha modulates the shader's colors.
by reed@google.com
· 13 years ago
5d64068
Warn if return values from SkRect's Make* methods are ignored
by robertphillips@google.com
· 13 years ago
7e6c4d1
add SkPath::isLine(), similar to isRect()
by reed@google.com
· 13 years ago
75a0972
move SkStrokePathEffect into hiding for now, as its functionality is rethought.
by reed@google.com
· 13 years ago
bf5cad4
Added documentation of stage/TU allocation
by robertphillips@google.com
· 13 years ago
d8f856c
Move convolution from code in GrGLProgram to new GrConvolutionEffect
by tomhudson@google.com
· 13 years ago
f51018d
allow SkAutoTUnref to be used syntactially as the object is refs
by reed@google.com
· 13 years ago
cc61b17
Comment improvements to GrGLInterface
by bsalomon@google.com
· 13 years ago
637d5e9
Move GL function prototype typdefs to a separate header
by bsalomon@google.com
· 13 years ago
0389d93
remove unused ptr/len parameters from CreateTypeface
by reed@google.com
· 13 years ago
82d447d
revert TLS change (until we impl windows backend)
by reed@google.com
· 13 years ago
09dcf75
allow thread-local font cache Review URL: https://codereview.appspot.com/6101053
by reed@google.com
· 13 years ago
2717d56
move more stuff that should be private out from GrGLConfig.h
by bsalomon@google.com
· 13 years ago
91bcc94
Make GrGLDefines.h be a private header
by bsalomon@google.com
· 13 years ago
9c1f1ac
Move function decls and macros out of public headers that are meant for internal use.
by bsalomon@google.com
· 13 years ago
c7a67cb
Just use std qsort Review URL: https://codereview.appspot.com/6195052
by reed@google.com
· 13 years ago
e3987da
make CanNormalize inline for the float build (big speedup for PathIter)
by reed@google.com
· 13 years ago
99c114e
We were numerically overflowing our 16bit coordinates that we communicate
by reed@google.com
· 13 years ago
58b8d4a
recreate http://codereview.appspot.com/6131051/ in svn instead of git
by epoger@google.com
· 13 years ago
9c36a76
store x-interval-count per scanline, so we can skip lines in O(1)
by reed@google.com
· 13 years ago
f0a062b
Add device to top level N-way canvas.
by djsollen@google.com
· 13 years ago
af7e694
record yspancount and intervalcount in regions
by reed@google.com
· 13 years ago
b88bbd2
Make GrSamplerState::operator==() use GrCustomStage::isEquivalent() rather
by tomhudson@google.com
· 13 years ago
02b1ea2
Add comparison and assignment operators to GrSamplerState.
by tomhudson@google.com
· 13 years ago
443e5a5
Re-adding red texture support (by rolling back r3800)
by robertphillips@google.com
· 13 years ago
0048469
Roll back http://code.google.com/p/skia/source/detail?r=3622 to deal with http://crbug.com/125596 ('M20 windows renderer stability maze')
by epoger@google.com
· 13 years ago
8790fc6
add comment on return-value for SkTSearch
by reed@google.com
· 13 years ago
7d4aee3
Variant of SkRegion::op (called Oper) that either writes the result into a 3rd
by reed@google.com
· 13 years ago
76b7fcc
Some cleanup of GrResource
by bsalomon@google.com
· 13 years ago
c4ae974
Add SkString.contains() Review URL: https://codereview.appspot.com/6130046
by epoger@google.com
· 13 years ago
8d033a1
Remove GrPath typedef
by bsalomon@google.com
· 13 years ago
20bf4ca
Clean up DashPathEffect modulo math from r3761
by epoger@google.com
· 13 years ago
93c9660
draw circle paths directly via GPU
by bsalomon@google.com
· 13 years ago
0f191f3
Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op)
by robertphillips@google.com
· 13 years ago
e49aca9
add optional storage parameter to SkWriter32
by reed@google.com
· 13 years ago
064e50d
allow SkMutex* as an alternative arg to SkAutoMutexAcquire constructor
by reed@google.com
· 13 years ago
eb9a9bf
cleanups in prep for tls cache
by reed@google.com
· 13 years ago
07eecdc
Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStage
by tomhudson@google.com
· 13 years ago
d6195f9
add x() and y() aliases for fLeft and fTop (matching SkIRect)
by reed@google.com
· 13 years ago
b3400ba
Fix undefined GLint in Mac builds
by bsalomon@google.com
· 13 years ago
7361f54
Make GM able to run MSAA modes and multiple GPU configs in a single run.
by bsalomon@google.com
· 13 years ago
e788430
Added glBlendEquation to GL interface
by robertphillips@google.com
· 13 years ago
6aa2965
Track oval in SkPath
by bsalomon@google.com
· 13 years ago
f11508d
expose font-table APIs to SkTypeface
by reed@google.com
· 13 years ago
f3488eb
Revert r3705 for fixed pt failures.
by bsalomon@google.com
· 13 years ago
c047d41
track oval in SkPath
by bsalomon@google.com
· 13 years ago
8a189b0
Add coverage AA support for SampleApp root layers (windows only)
by bsalomon@google.com
· 13 years ago
95bfded
Add cast to support 64 bit.
by caryclark@google.com
· 13 years ago
fffb2f1
Add SK_SYSTEM_ZLIB define.
by justinlin@google.com
· 13 years ago
66ef614
Fix 64-bit build on Mac
by epoger@google.com
· 13 years ago
fa1d291
Propagated AA flags through Ganesh's clip stack (in preparation for GL AA clipping)
by robertphillips@google.com
· 13 years ago
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
Next »