aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Added conical gradient to gm gradients test, and added two variants of that t...Gravatar rileya@google.com2012-07-09
* Fix bug in calling NV DeletePathsGravatar bsalomon@google.com2012-07-09
* Minor cleanup in lighting image filters: Made the light color a member of theGravatar senorblanco@chromium.org2012-07-09
* Add gm baseline images for Xoom.Gravatar borenet@google.com2012-07-09
* fix 64bit warnings (use: GYP_DEFINES=skia_arch_width=64 make ... )Gravatar reed@google.com2012-07-09
* define SK_CPU_SSE_LEVEL to a min of SSE2 if we're on 64bit x86Gravatar reed@google.com2012-07-09
* add test for SkChecksumGravatar mike@reedtribe.org2012-07-09
* HitTest: 10% speedup by adding quick-reject/accept using X boundsGravatar mike@reedtribe.org2012-07-07
* add support for cubics to SkHitTestPathExGravatar mike@reedtribe.org2012-07-07
* Adds missing functionGravatar chudy@google.com2012-07-03
* shape ops work in progressGravatar caryclark@google.com2012-07-03
* add SkChecksum as a static class, for the replacement APIGravatar reed@google.com2012-07-03
* Rolling back r4034 (Proposed plumbing to propagate save & restore)Gravatar robertphillips@google.com2012-07-03
* Reworked gradient shader to no longer explicitly set gl_FragColor or return p...Gravatar rileya@google.com2012-07-03
* Adds functionality to the matrix and clip widget.Gravatar chudy@google.com2012-07-03
* Remove unnecessary lines after Android gyp fixGravatar borenet@google.com2012-07-03
* Ensure that SkDeferredCanvas::onCreateCompatibleDevice unrefs its temp device.Gravatar scroggo@google.com2012-07-03
* Make SkTSearch variants with compare func as template paramGravatar bsalomon@google.com2012-07-03
* Another fix for drawing bitmaps through an SkGPipe that share pixelrefs.Gravatar scroggo@google.com2012-07-03
* shape ops work in progressGravatar caryclark@google.com2012-07-03
* Temporary checkin to debug Linux bot issue.Gravatar rileya@google.com2012-07-03
* Changed '0.5f' to '0.5' in conical gradient shader to fix problem with shader...Gravatar rileya@google.com2012-07-03
* add scaling factor for subclasses, to normalize running time a little betterGravatar reed@google.com2012-07-03
* Added GPU implementation of 2-point conical gradient.Gravatar rileya@google.com2012-07-03
* fix SkFixed buildGravatar reed@google.com2012-07-03
* normalize names for SSE levelsGravatar reed@google.com2012-07-03
* Pointing to http://skia-autogen.googlecode.com/svn/docs/html/index.html in Do...Gravatar rmistry@google.com2012-07-03
* add gm for hittesting pathsGravatar mike@reedtribe.org2012-07-03
* experimental hittest for paths (incomplete)Gravatar mike@reedtribe.org2012-07-03
* git-svn-id: http://skia.googlecode.com/svn/trunk@4436 2bbb7eff-a529-9590-31e7...Gravatar bensong@google.com2012-07-02
* git-svn-id: http://skia.googlecode.com/svn/trunk@4433 2bbb7eff-a529-9590-31e7...Gravatar bensong@google.com2012-07-02
* update shapeops_edge gypGravatar caryclark@google.com2012-07-02
* update test for new NewFromCString behaviorGravatar reed@google.com2012-07-02
* change NewWithCString to allocate room for the terminating NULL, so the dataGravatar reed@google.com2012-07-02
* shape ops work in progressGravatar caryclark@google.com2012-07-02
* fix typeGravatar reed@google.com2012-07-02
* add read/write SkData methodsGravatar reed@google.com2012-07-02
* Provide static global initializers for SkColorTable and SkComposeShader.Gravatar scroggo2012-07-02
* detect SSE level in visual studioGravatar reed@google.com2012-07-02
* undo accidental checkinGravatar reed@google.com2012-07-02
* create symbols for the various SSE valuesGravatar reed@google.com2012-07-02
* add SK_CPU_SSE_LEVEL, which may be defined to 2 or 3 (or 41 or 42 in the future)Gravatar reed@google.com2012-07-02
* Fix buildbot.Gravatar scroggo@google.com2012-07-02
* Properly handle extracted bitmaps in cross process/shared addr space SkGPipe.Gravatar scroggo@google.com2012-07-02
* Fixed lingering gpu-path AA clip mask generation bugGravatar robertphillips@google.com2012-06-29
* Partially rolled forward the SkGrPixelRef changesGravatar robertphillips@google.com2012-06-29
* Only skip pipe playback for blurs GM in FIXED mode.Gravatar scroggo@google.com2012-06-29
* Fix a warning on linux when compiling SkGPipeWrite.cppGravatar scroggo@google.com2012-06-29
* Fix build by reverting make all to not include the debuggerGravatar djsollen@google.com2012-06-29
* Un-trifurcate GrTextContext: get rid of Default and Batched subclasses,Gravatar tomhudson@google.com2012-06-29