index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
*
revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...
reed@google.com
2012-05-24
*
Change patheffect to take a (new) StrokeRec object, which encapsulates the fill
reed@google.com
2012-05-24
*
Removed SoftwarePathRenderer from GrContext's path renderer chain
robertphillips@google.com
2012-05-23
*
Plumbing to propagate save & restore from SkCanvas down to GrContext & lower
robertphillips@google.com
2012-05-23
*
Remove GrClipMaskManager's path renderer chain (in favor of GrContext's)
robertphillips@google.com
2012-05-22
*
Rename GrProgramStageFactory::stageKey to GrProgramStageFactory::glStageKey s...
bsalomon@google.com
2012-05-21
*
Tunnel name requests through factory, forcing custom effect and custom prog s...
bsalomon@google.com
2012-05-21
*
update dox for NewFromMalloc() to clarify ownership
reed@google.com
2012-05-21
*
Make static const var that is only used in an assert be defined in the debug ...
bsalomon@google.com
2012-05-21
*
Stop using GrDrawState to track GPU's blend state
bsalomon@google.com
2012-05-21
*
fix build?
bsalomon@google.com
2012-05-18
*
Some refactoring of GrCustomStage and friends
bsalomon@google.com
2012-05-18
*
Fix type errors and a few warnings for Visual Studio 2010 64-bit build.
tomhudson@google.com
2012-05-17
*
change SkChunkAlloc to grow its allocations geometrically (not linearly)
reed@google.com
2012-05-17
*
change SetTLSFontCacheLimit to be void, since it doesn't easily know the prev...
reed@google.com
2012-05-17
*
Allow font-cache to use thread_local_storage for a private cache
reed@google.com
2012-05-17
*
Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all
reed@google.com
2012-05-17
*
Add 'inline' to suppress unused warnings with Android NDK build.
bungeman@google.com
2012-05-16
*
computeFastStrokeBounds needs to pass kStroke_Style instead of kFill_Style (y...
reed@google.com
2012-05-16
*
pass the region-op to the clipstack for SkCanvas::clipRegion.
reed@google.com
2012-05-16
*
Fix new atomic declarations for Android.
bungeman@google.com
2012-05-16
*
WeakRefCnt
bungeman@google.com
2012-05-16
*
Iter::next takes a bool (defaults to true for now) if we want to consume dege...
reed@google.com
2012-05-16
*
can't make the compute-bounds methods private yet :(
reed@google.com
2012-05-16
*
perform quickReject in drawPoints (which is called by drawLine) just like we
reed@google.com
2012-05-16
*
speedup SkRect::isFinite() (almost 2x)
reed@google.com
2012-05-16
*
update dox for copy-constructor
reed@google.com
2012-05-16
*
add computeFastBounds to SkPathEffect, so we can attempt quickReject
reed@google.com
2012-05-15
*
update dox for measureText
reed@google.com
2012-05-15
*
remove null-check in SKPath::Iter::next() -- not needed, and slows us down a ...
reed@google.com
2012-05-15
*
Convert AAClipCache's GrRects to GrIRects
robertphillips@google.com
2012-05-15
*
Made clip mask cache use Scratch Texture system
robertphillips@google.com
2012-05-14
*
Remove support for vertex attribute matrices
bsalomon@google.com
2012-05-11
*
add dox for Shaders, and how the paint's alpha modulates the shader's colors.
reed@google.com
2012-05-11
*
Warn if return values from SkRect's Make* methods are ignored
robertphillips@google.com
2012-05-10
*
add SkPath::isLine(), similar to isRect()
reed@google.com
2012-05-10
*
move SkStrokePathEffect into hiding for now, as its functionality is rethought.
reed@google.com
2012-05-10
*
Added documentation of stage/TU allocation
robertphillips@google.com
2012-05-10
*
Move convolution from code in GrGLProgram to new GrConvolutionEffect
tomhudson@google.com
2012-05-10
*
allow SkAutoTUnref to be used syntactially as the object is refs
reed@google.com
2012-05-08
*
Comment improvements to GrGLInterface
bsalomon@google.com
2012-05-07
*
Move GL function prototype typdefs to a separate header
bsalomon@google.com
2012-05-07
*
remove unused ptr/len parameters from CreateTypeface
reed@google.com
2012-05-07
*
revert TLS change (until we impl windows backend)
reed@google.com
2012-05-07
*
allow thread-local font cache
reed@google.com
2012-05-07
*
move more stuff that should be private out from GrGLConfig.h
bsalomon@google.com
2012-05-07
*
Make GrGLDefines.h be a private header
bsalomon@google.com
2012-05-07
*
Move function decls and macros out of public headers that are meant for inter...
bsalomon@google.com
2012-05-07
*
Just use std qsort
reed@google.com
2012-05-07
*
make CanNormalize inline for the float build (big speedup for PathIter)
reed@google.com
2012-05-07
[next]