aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
Commit message (Expand)AuthorAge
* Enable Android GM to produce PNG images.Gravatar djsollen@google.com2012-02-24
* add SkCreateDataProviderFromStream to SkCGUtilsGravatar reed@google.com2012-02-24
* Fix typo in the gyp file.Gravatar djsollen@google.com2012-02-24
* Enable hardware float for all armv7 and add NDK required linker flagsGravatar djsollen@google.com2012-02-24
* Add a bench for picture playback.Gravatar djsollen@google.com2012-02-23
* GPU device preserves pixel values across read/write/read of unpremul pixel va...Gravatar bsalomon@google.com2012-02-23
* add unittest for FontHost (just tables at the moment)Gravatar reed@google.com2012-02-23
* Use nested template expansions to implement Config8888 conversions.Gravatar bsalomon@google.com2012-02-22
* Revert 3191Gravatar bsalomon@google.com2012-02-15
* Merge changes from the android repo upstream to SkiaGravatar djsollen@google.com2012-02-15
* hack to enable SSSE3 on MacsGravatar epoger@google.com2012-02-14
* Attempt to make Windows and Mac compilers happy after breakage in r3193.Gravatar tomhudson@google.com2012-02-14
* Add SSSE3 acceleration for S32_{opaque,alpha}_D32_filter_DX; should yieldGravatar tomhudson@google.com2012-02-14
* Add test to detect bias in conversion of frag shader floats to bytesGravatar bsalomon@google.com2012-02-14
* add test for colored text drawing (hopefully gamma corrected)Gravatar reed@google.com2012-02-14
* Move GL-specific include files to their own subdirectory, to betterGravatar tomhudson@google.com2012-02-14
* Set LCD font smoothing to "medium" for gm on Mac, regardless of system settingsGravatar epoger@google.com2012-02-14
* Make GLCaps be standalone and be a member of GrGLContextInfoGravatar bsalomon@google.com2012-02-14
* Add path effect GMGravatar bsalomon@google.com2012-02-13
* Add two files missed in r3165; most critically the gyp!Gravatar tomhudson@google.com2012-02-10
* Add GrGLContextInfoGravatar bsalomon@google.com2012-02-10
* Add more TT table definitions and create fake enum typedef.Gravatar bungeman@google.com2012-02-07
* Move SkBase64 to utils, allow user defined encoding.Gravatar bungeman@google.com2012-02-07
* Fixing backing store access in SkDeferredCanvas.Gravatar junov@chromium.org2012-02-07
* Open type table definitions.Gravatar bungeman@google.com2012-02-02
* posix: Avoid static initializers in static/global mutexesGravatar digit@google.com2012-01-26
* Fix a warning in libtess in Release builds; define NDEBUG in Release on allGravatar senorblanco@chromium.org2012-01-19
* Adding class SkDeferredCanvas for deferred rendering.Gravatar junov@google.com2012-01-18
* Add convex path renderer (disabled)Gravatar bsalomon@google.com2012-01-17
* Subpixel text 3/8 of a pixel too far to the right.Gravatar bungeman@google.com2012-01-13
* Add gyp variable to disable OSAAGravatar bsalomon@google.com2012-01-12
* Add code path to SW rasterize paths and upload as a mask textureGravatar bsalomon@google.com2012-01-12
* add gm for reverseAddPathGravatar reed@google.com2012-01-10
* add SkPath::reverseAddPath()Gravatar reed@google.com2012-01-10
* Android: disable static global initializersGravatar digit@google.com2012-01-10
* Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROIDGravatar djsollen@google.com2012-01-09
* Add ARM optimizations to the build.Gravatar djsollen@google.com2012-01-09
* add unittest for sk_memset16 and sk_memset32Gravatar mike@reedtribe.org2012-01-07
* Towards enabling -Werror in skia on LinuxGravatar bsalomon@google.com2012-01-06
* Fix incorrect use of the SK_RESTRICT macro in SkColorMatrixFilter, and re-enableGravatar senorblanco@chromium.org2012-01-04
* Disable colormatrix GM test, since it's failing on win32 float release.Gravatar senorblanco@chromium.org2012-01-03
* Build fix. Forgot to update gyp.Gravatar schenney@chromium.org2012-01-03
* Implement the color matrix filter in Ganesh. Also, fix and enable the colorGravatar senorblanco@chromium.org2012-01-03
* Add SkTableColorFilter, as a foundation for several SVG filtersGravatar mike@reedtribe.org2011-12-28
* support vertical text and typeface-by-name on LeopardGravatar caryclark@google.com2011-12-21
* add unittest for invariants for empty paths, still need to think aboutGravatar reed@google.com2011-12-21
* add SkUnichar_IsVariationSelector()Gravatar reed@google.com2011-12-21
* New gm to test anti-aliased clipping.Gravatar tomhudson@google.com2011-12-21
* Disable colorfilter GM for now, since it causes Debug Fixed builds to assert.Gravatar senorblanco@chromium.org2011-12-20
* Implement SkColorFilter::asColorMatrix() virtual, and override inGravatar senorblanco@chromium.org2011-12-20