aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
Commit message (Expand)AuthorAge
...
* [PDF] Move most of the headers to be private.Gravatar vandebo@chromium.org2012-03-22
* Remove mutual dependency of gr and skgr.Gravatar bungeman@google.com2012-03-22
* Move unix_test_app/main.cpp to src/views/unix/skia_unix.cppGravatar epoger@google.com2012-03-22
* Move SkBitSet to utils.Gravatar vandebo@chromium.org2012-03-21
* Utils must not depend on Views.Gravatar bungeman@google.com2012-03-21
* Revert "[PDF] Move most of the headers to be private."Gravatar vandebo@chromium.org2012-03-21
* [PDF] Move most of the headers to be private.Gravatar vandebo@chromium.org2012-03-21
* [PDF] Add GM and infrastructure to test drawing shaders with an initial trans...Gravatar vandebo@chromium.org2012-03-21
* Revert "[PDF] Add GM and infrastructure to test drawing shaders with an initi...Gravatar vandebo@chromium.org2012-03-21
* [PDF] Add GM and infrastructure to test drawing shaders with an initial trans...Gravatar vandebo@chromium.org2012-03-21
* Move SkClampRange into src/effects, where it isn't being advertised asGravatar tomhudson@google.com2012-03-20
* reverting to 3437Gravatar robertphillips@google.com2012-03-20
* Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on andr...Gravatar robertphillips@google.com2012-03-20
* Added debug GL Interface. This interface tracks various GL objects in order t...Gravatar robertphillips@google.com2012-03-19
* (SSE2) acceleration for rectangular opaque erases.Gravatar tomhudson@google.com2012-03-19
* Add libjpeg.gyp that wraps third_party/externals/libjpeg/libjpeg.gypGravatar epoger@google.com2012-03-16
* Add os_posix gyp variable, nesting variables dicts as needed to do so.Gravatar epoger@google.com2012-03-16
* Split GrTextContext into baseclass and subclassGravatar bsalomon@google.com2012-03-16
* Make all gyp targets automatically include common.gypiGravatar epoger@google.com2012-03-16
* Perform degenerate check in device coords in convex path rendererGravatar bsalomon@google.com2012-03-15
* use higher precision (64bit) fixed-point for matrix procGravatar reed@google.com2012-03-07
* add bench for various interp techniques used in bitmapshader_matrixGravatar reed@google.com2012-03-07
* Change skia_target_arch != arm to skia_target_arch == x86 in gyp filesGravatar bsalomon@google.com2012-03-06
* Erode and dilate image filter effects, CPU and GPU implementations.Gravatar senorblanco@chromium.org2012-03-02
* Remove offscreen supersampler.Gravatar bsalomon@google.com2012-03-02
* Remove libjpeg image decoder, since we've never built it since we changedGravatar tomhudson@google.com2012-03-02
* add experimental files to encapsulate device-level font settingsGravatar reed@google.com2012-03-01
* Remove references to svg.gyp from projects that don't use it.Gravatar tomhudson@google.com2012-02-28
* implement gamma correction for freetype text.Gravatar reed@google.com2012-02-28
* Remove referenecs to nonexistent file SkImageDecoder_libpvjpeg.c from gypGravatar tomhudson@google.com2012-02-28
* 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