aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.)Gravatar senorblanco@chromium.org2013-01-18
* Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283)Gravatar robertphillips@google.com2013-01-18
* Implement a bicubic resampling image filter, with raster and GPU backends.Gravatar senorblanco@chromium.org2013-01-18
* Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec...Gravatar bsalomon@google.com2013-01-17
* Revert r7241, which broke tests on most platforms.Gravatar tomhudson@google.com2013-01-17
* Add SSE2 multiplication for SkMatrix44 on some platforms.Gravatar tomhudson@google.com2013-01-17
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-17
* mark default constructor for SkMatrix44 as deprecated, since it calls setIden...Gravatar reed@google.com2013-01-16
* Adding SK_API to SkTileGridPicture class declarationGravatar junov@chromium.org2013-01-16
* Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-...Gravatar bsalomon@google.com2013-01-16
* Fix no-static-init (android) build.Gravatar bsalomon@google.com2013-01-16
* Fix missing "class" in friend decls in GrEffect.hGravatar bsalomon@google.com2013-01-16
* Wrap GrEffects in GrEffectPtr.Gravatar bsalomon@google.com2013-01-16
* remove legacy build-flags for drawBitmapRectGravatar reed@google.com2013-01-16
* Re-enable inst counting in debug builds.Gravatar bsalomon@google.com2013-01-15
* Added print out of SkShader information to debuggerGravatar robertphillips@google.com2013-01-15
* Implementation of the displacement effect (both CPU and GPU)Gravatar sugoi@google.com2013-01-15
* To support alignment pragmas (for speed), we need to relax assumptions aboutGravatar reed@google.com2013-01-15
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-15
* fix warning on linuxGravatar humper@google.com2013-01-15
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-15
* move template specializations to inline functions in the header to make windo...Gravatar humper@google.com2013-01-14
* replace getline with fgets for portabilityGravatar humper@google.com2013-01-14
* remove dynamic_cast because rtti is disabled on some platforms (but not all??)Gravatar humper@google.com2013-01-14
* fix gcc buildGravatar humper@google.com2013-01-14
* Runtime configuration system for skia. This will allow developers to control...Gravatar humper@google.com2013-01-14
* Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader.Gravatar bsalomon@google.com2013-01-14
* Use the NDK's cpu-features library when building skia for Chromium/Android.Gravatar digit@google.com2013-01-14
* Add GrEffect::updateKnownColorComponents(). It is used to determine whether t...Gravatar bsalomon@google.com2013-01-11
* Make GrEffect::textureAccess non-virtual. Require subclasses to append their ...Gravatar bsalomon@google.com2013-01-11
* Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No ch...Gravatar senorblanco@chromium.org2013-01-10
* Ensure that SkMemoryStream does not crash dereferencing fData.Gravatar scroggo@google.com2013-01-09
* fix iOS build after adding modifierKeys to click eventsGravatar reed@google.com2013-01-09
* Enable warnings-as-errors on Windows.Gravatar bsalomon@google.com2013-01-08
* pass modifier keys to click events (e.g. control | shift etc.)Gravatar reed@google.com2013-01-08
* fix warings. add SkTAbs()Gravatar reed@google.com2013-01-08
* fix warning from scalar --> int32 conversionGravatar humper@google.com2013-01-07
* Remove GrTDArray.Gravatar bsalomon@google.com2013-01-07
* Show the paint's typeface information in the details pane of the debugger.Gravatar humper@google.com2013-01-07
* This CL introduces a new path renderer.Gravatar sugoi@google.com2013-01-07
* re-add SkRefPtr to SkRefCnt.h until all uses of it have been removed from ChromeGravatar robertphillips@google.com2013-01-07
* Remove SkRefPtrGravatar vandebo@chromium.org2013-01-04
* Allow GrEffects with multiple textures.Gravatar bsalomon@google.com2013-01-04
* Revert "Remove SkRefPtr" - r7021Gravatar vandebo@chromium.org2013-01-04
* Remove SkRefPtrGravatar vandebo@chromium.org2013-01-04
* Fix Android compiler warnings.Gravatar djsollen@google.com2013-01-04
* Fix warnings about unused function on Mac.Gravatar bsalomon@google.com2013-01-02
* Remove GrInstanceCounter.Gravatar bsalomon@google.com2013-01-02
* Update documentation around picture playback.Gravatar djsollen@google.com2013-01-02
* add metadata to Click for viewsGravatar mike@reedtribe.org2013-01-02