aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
Commit message (Expand)AuthorAge
* Added FileReaderApp to experimental and it's corresponding gyp fileGravatar yangsu@google.com2011-06-17
* Remove redundant GrTouchGesture. Switch its only user to SkTouchGesture.Gravatar Scroggo2011-06-17
* Added dependencies for SkPipe in SampleAppGravatar yangsu@google.com2011-06-17
* Gyp files for Cocoa Debugger and Simple Cocoa AppGravatar yangsu@google.com2011-06-17
* 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
* 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
* fix gm on Mac, and Linux buildbot build, by adding zlib source to third_party Gravatar epoger@google.com2011-06-15
* add libpng source to repo and make Unix build use itGravatar epoger@google.com2011-06-15
* add SkDataRef (for future use)Gravatar reed@google.com2011-06-14
* move SkMatrix44Gravatar reed@google.com2011-06-13
* update SkMatrix44Gravatar reed@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
* add skia_scalar switch to gyp scriptGravatar epoger@google.com2011-06-08
* revert to manually imported gyp source (from SVN externals)Gravatar epoger@google.com2011-06-08
* Higher resolution timers for bench.Gravatar bungeman@google.com2011-06-07
* Some final cleanups leading up to The Official Switch to GypGravatar epoger@google.com2011-06-07
* Make gyp_skia script use third_party/externals/gyp instead of the deprecatedGravatar epoger@google.com2011-06-03
* fix gm build on MacGravatar epoger@google.com2011-06-03
* fix bench and gm targets on LinuxGravatar epoger@google.com2011-06-03
* Turn off optimization on VC debug builds.Gravatar bungeman@google.com2011-06-03
* fix gyp-generated xcode project files for SampleApp and other targetsGravatar epoger@google.com2011-06-02
* Add EGL context for Windows.Gravatar bungeman@google.com2011-06-02
* create GYP files for these targets: tests, gm, skhello, skimage, skdiffGravatar epoger@google.com2011-06-02
* Add a missing include path for the linux build of utils.gyp. Remove the LinuxGravatar senorblanco@chromium.org2011-06-01
* Clean up the gyp files to reflect some files that were removed and/or renamed.Gravatar senorblanco@chromium.org2011-06-01
* Fixup utils.gyp.Gravatar bungeman@google.com2011-06-01
* Make gyp VC project debug configuration /DEBUG.Gravatar bungeman@google.com2011-06-01
* Add gyp for bench and make run on Windows. (2)Gravatar bungeman@google.com2011-06-01
* Add gyp for bench and make run on Windows.Gravatar bungeman@google.com2011-05-31
* make this work again: ./gyp_skia && make SampleAppGravatar epoger@google.com2011-05-31
* split skia.gyp into separate gypfile for each source dirGravatar epoger@google.com2011-05-31
* Add dual source blending support for proper blending with coverage.Gravatar bsalomon@google.com2011-05-20
* The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onGravatar senorblanco@chromium.org2011-05-19
* Add build for unix to gyp.Gravatar bungeman@google.com2011-05-19
* Add unix and mesa GL files to gyp.Gravatar bungeman@google.com2011-05-19
* Fix windows build (missing SkFontHost.cpp)Gravatar bsalomon@google.com2011-05-19
* Removing remnants of GrGLEffect.Gravatar junov@google.com2011-05-17
* Fixed typo in skia.gypGravatar junov@google.com2011-05-17
* Adding a test to sampleapp for texture domainGravatar junov@google.com2011-05-17
* remove dead filesGravatar reed@google.com2011-05-16
* Fixed color bleeding issue when drawing a sub region of a bitmap with filteri...Gravatar junov@google.com2011-05-16
* Edge antialiasing for convex shapes in GaneshGravatar senorblanco@chromium.org2011-05-12
* Add color filters to gpu path.Gravatar Scroggo2011-05-11