aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* add gradient_create bench, just to measure the time to create a new gradientGravatar reed@google.com2011-06-16
* remove libpng and zlib from third_party Gravatar epoger@google.com2011-06-16
* Put Matirx and Scalar benches into gyp.Gravatar bungeman@google.com2011-06-15
* add tilemode optionsGravatar reed@google.com2011-06-15
* Avoid checking to see if a bool is less than zero.Gravatar tomhudson@google.com2011-06-15
* remove trunk/gyp/gyp_skia (it was replaced a while back by trunk/gyp_skia)Gravatar epoger@google.com2011-06-15
* Move PointTest.cpp out of tests/core into tests/ ; the other arrangement wasGravatar epoger@google.com2011-06-15
* fix all_dependent_settings gyp bug (affected Mac only)Gravatar epoger@google.com2011-06-15
* Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance war...Gravatar epoger@google.com2011-06-15
* Implement edge AA for concave polys in the tesselated path renderer.Gravatar senorblanco@chromium.org2011-06-15
* change GC imagedecoder to use the same colorspace between image and context,Gravatar reed@google.com2011-06-15
* Add information to bench output.Gravatar bungeman@google.com2011-06-15
* Increase compatibility with clang, mostly around SK_RESTRICT.Gravatar tomhudson@google.com2011-06-15
* Improvements to the SampleApp (primarily Android).Gravatar Scroggo2011-06-15
* fix gm on Mac, and Linux buildbot build, by adding zlib source to third_party Gravatar epoger@google.com2011-06-15
* Set texture dirty flag only when texture has really changedGravatar bsalomon@google.com2011-06-15
* add libpng source to repo and make Unix build use itGravatar epoger@google.com2011-06-15
* style and warningsGravatar reed@google.com2011-06-14
* addGravatar reed@google.com2011-06-14
* add SkDataRef (for future use)Gravatar reed@google.com2011-06-14
* Update mac gpu baseline for SSAA on inverse paths Gravatar bsalomon@google.com2011-06-14
* Enable SSAA on inverse filled pathsGravatar bsalomon@google.com2011-06-14
* delete all old (non-Gyp) buildfilesGravatar epoger@google.com2011-06-14
* FBO probing at Context startup is very expensive. This patch removes theGravatar tomhudson@google.com2011-06-14
* delete manually-imported Gyp sourceGravatar epoger@google.com2011-06-14
* Updated mac baselines from gl ctx size change and new version of shadertext w...Gravatar bsalomon@google.com2011-06-14
* Update baselines for linux-fixed. Make shader text sample/GM work with scalar...Gravatar bsalomon@google.com2011-06-14
* Use automatically imported third_party/externals/gyp instead ofGravatar epoger@google.com2011-06-14
* Fix text-as-path with skshader on gpuGravatar bsalomon@google.com2011-06-13
* uint32_t -> int for texture extentsGravatar bsalomon@google.com2011-06-13
* Implement timers for linux SampleApp. http://codereview.appspot.com/4592054/Gravatar Scroggo2011-06-13
* drop extraneous GrPrintfsGravatar reed@google.com2011-06-13
* set externals/gyp dependency to same version as manually imported gyp codeGravatar epoger@google.com2011-06-13
* Modify DEPS so that it works properly for the buildbotGravatar epoger@google.com2011-06-13
* AA updates for mac gm baseline WRT r1568Gravatar bsalomon@google.com2011-06-13
* Consider hw render target limit for offscreen supersample and tileGravatar bsalomon@google.com2011-06-13
* Updates to the Android SampleAppGravatar djsollen@google.com2011-06-13
* Add DEPS file in an attempt to make both gclient and svn update bring inGravatar epoger@google.com2011-06-13
* move SkMatrix44Gravatar reed@google.com2011-06-13
* add row/col major getters, plus unit-testsGravatar reed@google.com2011-06-13
* move into utilsGravatar reed@google.com2011-06-13
* add 2nd parameter to SkFontHost::NextLogicalFont()Gravatar reed@google.com2011-06-13
* #include <math.h> if SK_SCALAR_IS_FIXED but SK_CAN_USE_FLOATGravatar epoger@google.com2011-06-09
* When user specifies an output path with -w, only output files from mainGravatar tomhudson@google.com2011-06-09
* update SkMatrix44Gravatar reed@google.com2011-06-09
* Fix signed/unsigned mismatch in rev 1553.Gravatar tomhudson@google.com2011-06-09
* Define SK_CAN_USE_FLOAT in gyp build, just like Makefile buildGravatar epoger@google.com2011-06-09
* Remove SkTableMaskFilter.cpp from gyp build, because it was breaking for skia...Gravatar epoger@google.com2011-06-09
* check-point for unifying results between runs and mask backends for aaGravatar reed@google.com2011-06-09
* skdiff usability improvements: summary to stdout, -diff in output filenames,Gravatar tomhudson@google.com2011-06-09