aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* inline isEmpty and isRect (faster)Gravatar reed@google.com2012-05-11
* use mapPoints instead of mapXY for the 2 corners of a rect (faster)Gravatar reed@google.com2012-05-11
* Made clip mask cache reuse depend on mask size/bounds (instead of render targ...Gravatar robertphillips@google.com2012-05-11
* Reactivate SSSE3 optimizations, undoing r3770.Gravatar tomhudson@google.com2012-05-10
* Use a NDK-compliant way of reading locale.Gravatar djsollen@google.com2012-05-10
* Fixed GrContext.cpp Windows compiler complaintsGravatar 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
* Windows build fixes from r3887.Gravatar tomhudson@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
* Added stack to AA clip mask cacheGravatar robertphillips@google.com2012-05-09
* [PDF] Ensure that filling single line paths (with no area) does not draw anyt...Gravatar vandebo@chromium.org2012-05-09
* don't define SK_USE_LEGACY_AA_COVERAGE, so that we can get the more exactGravatar reed@google.com2012-05-09
* invert sense of conditional EXACT_COVERAGE, renaming to LEGACY_AA_COVERAGEGravatar reed@google.com2012-05-09
* remove obsolete commentsGravatar reed@google.com2012-05-09
* add assertGravatar reed@google.com2012-05-09
* remove dead conditionalGravatar reed@google.com2012-05-09
* experimental faster sortGravatar reed@google.com2012-05-09
* add flag/hint to PlatformGetSpecific. If true, then the caller requires thatGravatar reed@google.com2012-05-08
* Fixed some fixed point build Windows compiler complaintsGravatar robertphillips@google.com2012-05-08
* mirror of https://codereview.appspot.com/6188054/Gravatar reed@google.com2012-05-08
* remove unused ptr/len parameters from CreateTypefaceGravatar reed@google.com2012-05-07
* must include SkTLS.hGravatar reed@google.com2012-05-07
* impl SkTLS for windows, refactoring to share code with pthread implGravatar 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
* 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