aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* fix autobounds dude to call a custom version of rect.join that doesn't ignoreGravatar reed@google.com2011-11-14
* Remove GrGpuGLFixed subclass and ES1 supportGravatar bsalomon@google.com2011-11-14
* add test for bounds (disabled as it fails)Gravatar reed@google.com2011-11-14
* Do writepixels alpha-premul using gpuGravatar bsalomon@google.com2011-11-11
* [PDF] Optimize W-array generation with respect to subsetted fonts and add test.Gravatar vandebo@chromium.org2011-11-11
* Turn off WritePixelsTest in fixed pt build (GPU device known not to work, no ...Gravatar bsalomon@google.com2011-11-10
* Add config8888 support to writePixelsGravatar bsalomon@google.com2011-11-10
* Fix return value in read pixels unit testGravatar bsalomon@google.com2011-11-10
* Removes warnings generated by gcc and clang.Gravatar tomhudson@google.com2011-11-09
* add experimental test for blending math (disabled for now)Gravatar reed@google.com2011-11-09
* [GPU] Add explicit byte order and PM vs. UPM 8888 configsGravatar bsalomon@google.com2011-11-07
* Override 32BPP format in SkCanvas::readPixelsGravatar bsalomon@google.com2011-11-03
* Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...Gravatar bsalomon@google.com2011-11-02
* Revert r2584 (new test fails in fixed pt builds)Gravatar bsalomon@google.com2011-11-02
* Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...Gravatar bsalomon@google.com2011-11-02
* remove tests for copyPixelsFrom (it is not gone)Gravatar reed@google.com2011-11-01
* Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (bac...Gravatar bsalomon@google.com2011-10-27
* now we trim the aaclip after building it, to ensure that it has tight boundsGravatar reed@google.com2011-10-27
* Remove warnings (trailing \, signed vs unsigned, parenthesization).Gravatar tomhudson@google.com2011-10-27
* add test for rgn-ops. some disable for now as they don't work (yet)Gravatar reed@google.com2011-10-26
* add header to document debug-vs-release, fixed-vs-floatGravatar reed@google.com2011-10-26
* fix new test to work in fixed-pointGravatar reed@google.com2011-10-26
* add initial unittests for aaclip. Fix case where BuilderBlitter skipped the topGravatar reed@google.com2011-10-26
* Recommit r2510 now that mac build bot issue has been fixed.Gravatar bsalomon@google.com2011-10-24
* enable soft clipping (yikes)Gravatar reed@google.com2011-10-24
* Temporary revert of r2510. The test that it introduced fails on the Mac build...Gravatar bsalomon@google.com2011-10-20
* Add test that validates GrGLInterfacesGravatar bsalomon@google.com2011-10-20
* Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...Gravatar bsalomon@google.com2011-10-19
* add tests for read/writePackedUInt, and fix a bug there.Gravatar reed@google.com2011-10-18
* move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol sty...Gravatar bsalomon@google.com2011-10-13
* update to new api for doAAGravatar reed@google.com2011-10-12
* Setting perspective in fixed point.Gravatar bungeman@google.com2011-10-07
* fix scalar=fixed for the new testsGravatar reed@google.com2011-10-06
* add SkAlphaBlend255Gravatar reed@google.com2011-10-06
* Make SkMath.h less visible in public header files.Gravatar tomhudson@google.com2011-09-27
* add tests for flatten, unflatten and transformGravatar reed@google.com2011-09-21
* add segment types query to SkPath (i.e. does it have any quads)Gravatar reed@google.com2011-09-21
* [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective pat...Gravatar bsalomon@google.com2011-09-09
* add SkPoint::CanNormalize to unify decisions about when a vector is degenerateGravatar reed@google.com2011-09-07
* Fix BlurTest to work with fixed point.Gravatar bungeman@google.com2011-09-02
* Reduce size of filter mask.Gravatar bungeman@google.com2011-09-02
* Skip test GLPrograms test when GL or Gr context can't be created.Gravatar bsalomon@google.com2011-08-24
* Make program unit test run clean and add it to tests programGravatar bsalomon@google.com2011-08-16
* Use bfrange to shrink ToUnicode table.Gravatar vandebo@chromium.org2011-08-08
* Fix initialization of variables; eliminates warnings on Linux.Gravatar tomhudson@google.com2011-07-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Manually update copyright notices in files that defied the automated processGravatar epoger@google.com2011-07-28
* [PDF] Improve efficiency of glyph id collection during font subsetting.Gravatar vandebo@chromium.org2011-07-27
* add test for SkConvertQuadToCubicGravatar reed@google.com2011-07-27
* Add functionality for isRect() to SkPath.Gravatar caryclark@google.com2011-07-26