aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Comment improvements to GrGLInterfaceGravatar bsalomon@google.com2012-05-07
* Move GL function prototype typdefs to a separate headerGravatar bsalomon@google.com2012-05-07
* shape ops: more work in progressGravatar caryclark@google.com2012-05-07
* remove unused ptr/len parameters from CreateTypefaceGravatar reed@google.com2012-05-07
* shape ops work in progressGravatar caryclark@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
* add bench for SkPath::Iter and SkPath::RawIterGravatar reed@google.com2012-05-07
* add different stroke-widths to dash benchGravatar mike@reedtribe.org2012-05-05
* add gm for dashing variationsGravatar reed@google.com2012-05-04
* add initial bench for dashing (more work to do)Gravatar reed@google.com2012-05-04
* 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
* fix fixed-point buildGravatar reed@google.com2012-05-03
* We were numerically overflowing our 16bit coordinates that we communicateGravatar reed@google.com2012-05-03
* Added "--list" command line option to SampleAppGravatar robertphillips@google.com2012-05-03
* Made "Clip" sample use AA clippingGravatar robertphillips@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
* show contains and intersects predicates in sampleGravatar reed@google.com2012-05-02
* always return a valueGravatar reed@google.com2012-05-02
* distinguish intersects-rect from intersects-rgnGravatar reed@google.com2012-05-02
* renormalize some loop counts for faster tests in regionsGravatar reed@google.com2012-05-02
* add more tests for rgn::intersects(rect)Gravatar reed@google.com2012-05-02
* rename containsrgn to containsrect, since that is what it is testingGravatar reed@google.com2012-05-02
* add more tests around contains for rects and regionsGravatar reed@google.com2012-05-02
* Fixed usage info for SampleApp's msaa flagGravatar robertphillips@google.com2012-05-02
* Switch memset.arm.S to unified syntax.Gravatar djsollen@google.com2012-05-02