aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
* add SkTQSort (stolen from cary's experimental work)Gravatar reed@google.com2012-05-07
* First pass at accelerating gpu-based AA clippingGravatar robertphillips@google.com2012-05-07
* Hopefully fixes linux + mac build breaks from r3851 by adding missing include...Gravatar bsalomon@google.com2012-05-07
* Make GrGLDefines.h be a private headerGravatar bsalomon@google.com2012-05-07
* remove incorrect includeGravatar 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
* use std qsort instead of our (now gone) versionGravatar reed@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
* Fix for performance regression due to r3832Gravatar robertphillips@google.com2012-05-04
* fix/revert the unsigned-shift change made to clamp in 3836. For clamp we wantGravatar reed@google.com2012-05-04
* Upstream font changes from Android repository.Gravatar djsollen@google.com2012-05-04
* We were numerically overflowing our 16bit coordinates that we communicateGravatar reed@google.com2012-05-03
* Disabled stencil buffer for AA clip maskGravatar robertphillips@google.com2012-05-03
* Fixed texture ref/unref bug in GrInOrderDrawBuffer/GrDrawStateGravatar robertphillips@google.com2012-05-03
* Fix to prevent infinite recursion during AA clip mask generationGravatar robertphillips@google.com2012-05-03
* restore extra slot in sentinal array that was removed in 3825. This extra valueGravatar reed@google.com2012-05-03
* recreate http://codereview.appspot.com/6131051/ in svn instead of gitGravatar epoger@google.com2012-05-03
* Added cache to gpu AA clippingGravatar robertphillips@google.com2012-05-02
* Moved SW path rendering path back to using TU/sampler #2. This reverts r3813Gravatar robertphillips@google.com2012-05-02
* Updates for SkGPipe.Gravatar scroggo@google.com2012-05-02
* store x-interval-count per scanline, so we can skip lines in O(1)Gravatar reed@google.com2012-05-02
* Switch memset.arm.S to unified syntax.Gravatar djsollen@google.com2012-05-02
* Moved SW path rendering to new texture unitGravatar robertphillips@google.com2012-05-01
* Added gpu AA clipping to old shader pathGravatar robertphillips@google.com2012-05-01
* Add device to top level N-way canvas.Gravatar djsollen@google.com2012-05-01
* Add missing null device checks in SkCanvasGravatar djsollen@google.com2012-05-01
* fix bug (and add test) for drawing an inverse-path whose bounds do intersectGravatar reed@google.com2012-05-01
* record yspancount and intervalcount in regionsGravatar reed@google.com2012-05-01
* Moved SW path renderer from GrContext.cpp to GrSoftwarePathRenderer.cppGravatar robertphillips@google.com2012-05-01
* Second half of refactoring to move SW path rendering to GrPathRendererGravatar robertphillips@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
* code-style cleanups onlyGravatar reed@google.com2012-04-30
* just coding style fixes, no logic changeGravatar reed@google.com2012-04-30
* Variant of SkRegion::op (called Oper) that either writes the result into a 3rdGravatar reed@google.com2012-04-30
* Apply fix from #3739 to quads and cubics as wellGravatar reed@google.com2012-04-27
* Addition of necessary flush to copyToTexturePixelRef(...).Gravatar twiz@google.com2012-04-27
* Bumped num stages to 4 in preparation for AA clippingGravatar robertphillips@google.com2012-04-27
* 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
* convert float to SkScalar changesGravatar robertphillips@google.com2012-04-27
* Initial version of AA clip A8/R8 mask creationGravatar robertphillips@google.com2012-04-27
* Clamp requested MSAA sample count to GL_MAX_SAMPLESGravatar bsalomon@google.com2012-04-27
* Remove expired commentGravatar bsalomon@google.com2012-04-27