aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Moved SW path renderer from GrContext.cpp to GrSoftwarePathRenderer.cppGravatar robertphillips@google.com2012-05-01
* Add new flags to skdiffGravatar epoger@google.com2012-05-01
* Make GrSamplerState::operator==() use GrCustomStage::isEquivalent() ratherGravatar tomhudson@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
* shape ops work in progressGravatar caryclark@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
* add comment on return-value for SkTSearchGravatar reed@google.com2012-04-30
* code-style cleanups onlyGravatar reed@google.com2012-04-30
* add tests for how empty regions should behave in intersects() and contains()Gravatar reed@google.com2012-04-30
* just coding style fixes, no logic changeGravatar reed@google.com2012-04-30
* make name lower-case, to match all other benchesGravatar reed@google.com2012-04-30
* must return a valueGravatar reed@google.com2012-04-30
* Variant of SkRegion::op (called Oper) that either writes the result into a 3rdGravatar reed@google.com2012-04-30
* rebaselineGravatar reed@google.com2012-04-30
* rebaselineGravatar reed@google.com2012-04-30
* add contains xy test, adjust number of rects (using xor this time)Gravatar reed@google.com2012-04-30
* add test for contains and intersects, in advance of optimization workGravatar mike@reedtribe.org2012-04-28
* 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
* add RegionBench, in preparation for speeding up intersects and contains for c...Gravatar reed@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
* Fix trivial int->scalar warning introduced in r3772Gravatar bsalomon@google.com2012-04-27
* Rebaseline from r3772Gravatar bsalomon@google.com2012-04-27
* Clean up DashPathEffect modulo math from r3761Gravatar epoger@google.com2012-04-27
* draw circle paths directly via GPUGravatar bsalomon@google.com2012-04-27
* Fixed minor c++ issues found by cppcheckGravatar robertphillips@google.com2012-04-27
* Allow building on platforms with SSE2 but not SSSE3 by adding an #ifdef.Gravatar tomhudson@google.com2012-04-27
* First portion of refactoring to bundle SW path rendering into GrPathRendererGravatar robertphillips@google.com2012-04-27
* work in progressGravatar caryclark@google.com2012-04-26
* Give GrGLProgramStage a virtual destructorGravatar bsalomon@google.com2012-04-25
* Fixed minor Release & fixed point compiler warnings on LinuxGravatar robertphillips@google.com2012-04-25
* Rebaselines from r3764Gravatar bsalomon@google.com2012-04-25
* Fixes matrix inconsistency in GPU draws with filters. Also adds a GM test.Gravatar bsalomon@google.com2012-04-25
* Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op)Gravatar robertphillips@google.com2012-04-25
* add isSimilarityTransform() and some testsGravatar bsalomon@google.com2012-04-25
* check for numerical imprecision on phaseGravatar reed@google.com2012-04-24
* use new storage parameter to SkOrderedWriteBuffer (to avoid small dynamic all...Gravatar reed@google.com2012-04-24
* add optional storage parameter to SkWriter32Gravatar reed@google.com2012-04-24
* Land http://codereview.appspot.com/6117046/ for Guanqun.Lu@gmail.comGravatar epoger@google.com2012-04-24
* allow SkMutex* as an alternative arg to SkAutoMutexAcquire constructorGravatar reed@google.com2012-04-23
* fix copy/paste errorGravatar reed@google.com2012-04-23