aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Update the makefile and gyp for the debugger.Gravatar djsollen@google.com2012-06-29
* Disable pipe playback on android for composeshader GM.Gravatar scroggo@google.com2012-06-29
* Allow composeshader GM to run PDF.Gravatar scroggo@google.com2012-06-29
* Create a new GM to exercise ComposeShader.Gravatar scroggo@google.com2012-06-29
* Add missing gyp dependencies for debuggerGravatar chudy@google.com2012-06-29
* clt debuggerGravatar chudy@google.com2012-06-29
* Fix some NV path rendering issues with perspective and inverse pathsGravatar bsalomon@google.com2012-06-29
* Pseudo-reverted r4396 (SkGrPixelRef files are still in source pool but are un...Gravatar robertphillips@google.com2012-06-29
* Temporarily readding SkGrTexturePixelRef.h/.cpp until WebKit is transitioned ...Gravatar robertphillips@google.com2012-06-28
* [PDF] Fix PDF code to not crash on SkComposeShader.Gravatar vandebo@chromium.org2012-06-28
* Fixed memory deletion error in instance counting mechanismGravatar robertphillips@google.com2012-06-28
* Moved SkGrTexturePixelRef to SkGrPixelRefGravatar robertphillips@google.com2012-06-28
* Collapsed SkGrTexturePixelRef and SkGrRenderTargetPixelRef into SkGrPixelRef ...Gravatar robertphillips@google.com2012-06-28
* Disable pipe for bitmapfilters gm on Android.Gravatar scroggo@google.com2012-06-28
* Rebaseline MSAA16 AA clip images. We now enable MSAA when stencil clipping if...Gravatar bsalomon@google.com2012-06-28
* Change CT assert to RT assertGravatar bsalomon@google.com2012-06-28
* Initial support for GL_NV_path_renering. Experimental, there are still some i...Gravatar bsalomon@google.com2012-06-28
* Improve sorting of skdiff output, and make it consistent across platformsGravatar epoger@google.com2012-06-28
* fix the buildGravatar djsollen@google.com2012-06-28
* Turn off the blurs GM for Pipe playback.Gravatar scroggo@google.com2012-06-28
* Separate target architecture type and width into separate variables.Gravatar djsollen@google.com2012-06-28
* Fix SkGPipe drawing, and turn it on by default.Gravatar scroggo@google.com2012-06-28
* add SkData::NewFromCString()Gravatar reed@google.com2012-06-28
* fixed another clang++ compiler errorGravatar robertphillips@google.com2012-06-28
* Added EOF marker to address clang++ errorGravatar robertphillips@google.com2012-06-28
* Split GrSWMaskHelper into its own filesGravatar robertphillips@google.com2012-06-27
* fixed missing "return" errorGravatar robertphillips@google.com2012-06-27