aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
...
* Allow font-cache to use thread_local_storage for a private cacheGravatar reed@google.com2012-05-17
* Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes allGravatar reed@google.com2012-05-17
* Add 'inline' to suppress unused warnings with Android NDK build.Gravatar bungeman@google.com2012-05-16
* computeFastStrokeBounds needs to pass kStroke_Style instead of kFill_Style (y...Gravatar reed@google.com2012-05-16
* pass the region-op to the clipstack for SkCanvas::clipRegion.Gravatar reed@google.com2012-05-16
* Fix new atomic declarations for Android.Gravatar bungeman@google.com2012-05-16
* WeakRefCntGravatar bungeman@google.com2012-05-16
* Iter::next takes a bool (defaults to true for now) if we want to consume dege...Gravatar reed@google.com2012-05-16
* can't make the compute-bounds methods private yet :(Gravatar reed@google.com2012-05-16
* perform quickReject in drawPoints (which is called by drawLine) just like weGravatar reed@google.com2012-05-16
* speedup SkRect::isFinite() (almost 2x)Gravatar reed@google.com2012-05-16
* update dox for copy-constructorGravatar reed@google.com2012-05-16
* add computeFastBounds to SkPathEffect, so we can attempt quickRejectGravatar reed@google.com2012-05-15
* update dox for measureTextGravatar reed@google.com2012-05-15
* remove null-check in SKPath::Iter::next() -- not needed, and slows us down a ...Gravatar reed@google.com2012-05-15
* Convert AAClipCache's GrRects to GrIRectsGravatar robertphillips@google.com2012-05-15
* Made clip mask cache use Scratch Texture systemGravatar robertphillips@google.com2012-05-14
* Remove support for vertex attribute matricesGravatar bsalomon@google.com2012-05-11
* add dox for Shaders, and how the paint's alpha modulates the shader's colors.Gravatar reed@google.com2012-05-11
* Warn if return values from SkRect's Make* methods are ignoredGravatar robertphillips@google.com2012-05-10
* add SkPath::isLine(), similar to isRect()Gravatar reed@google.com2012-05-10
* move SkStrokePathEffect into hiding for now, as its functionality is rethought.Gravatar reed@google.com2012-05-10
* Added documentation of stage/TU allocationGravatar robertphillips@google.com2012-05-10
* Move convolution from code in GrGLProgram to new GrConvolutionEffectGravatar tomhudson@google.com2012-05-10
* allow SkAutoTUnref to be used syntactially as the object is refsGravatar reed@google.com2012-05-08
* Comment improvements to GrGLInterfaceGravatar bsalomon@google.com2012-05-07
* Move GL function prototype typdefs to a separate headerGravatar bsalomon@google.com2012-05-07
* remove unused ptr/len parameters from CreateTypefaceGravatar reed@google.com2012-05-07
* revert TLS change (until we impl windows backend)Gravatar reed@google.com2012-05-07
* allow thread-local font cacheGravatar reed@google.com2012-05-07
* move more stuff that should be private out from GrGLConfig.hGravatar bsalomon@google.com2012-05-07
* Make GrGLDefines.h be a private headerGravatar bsalomon@google.com2012-05-07
* Move function decls and macros out of public headers that are meant for inter...Gravatar bsalomon@google.com2012-05-07
* Just use std qsortGravatar reed@google.com2012-05-07
* make CanNormalize inline for the float build (big speedup for PathIter)Gravatar reed@google.com2012-05-07
* We were numerically overflowing our 16bit coordinates that we communicateGravatar reed@google.com2012-05-03
* recreate http://codereview.appspot.com/6131051/ in svn instead of gitGravatar epoger@google.com2012-05-03
* store x-interval-count per scanline, so we can skip lines in O(1)Gravatar reed@google.com2012-05-02
* Add device to top level N-way canvas.Gravatar djsollen@google.com2012-05-01
* record yspancount and intervalcount in regionsGravatar reed@google.com2012-05-01
* Make GrSamplerState::operator==() use GrCustomStage::isEquivalent() ratherGravatar tomhudson@google.com2012-05-01
* Add comparison and assignment operators to GrSamplerState.Gravatar tomhudson@google.com2012-04-30
* Re-adding red texture support (by rolling back r3800)Gravatar robertphillips@google.com2012-04-30
* Roll back http://code.google.com/p/skia/source/detail?r=3622 to deal with htt...Gravatar epoger@google.com2012-04-30
* add comment on return-value for SkTSearchGravatar reed@google.com2012-04-30
* Variant of SkRegion::op (called Oper) that either writes the result into a 3rdGravatar reed@google.com2012-04-30
* Some cleanup of GrResourceGravatar bsalomon@google.com2012-04-27
* Add SkString.contains()Gravatar epoger@google.com2012-04-27
* Remove GrPath typedefGravatar bsalomon@google.com2012-04-27
* Clean up DashPathEffect modulo math from r3761Gravatar epoger@google.com2012-04-27