aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Unreviewed mac build fix : Removing unused variableGravatar sugoi@google.com2013-01-15
* Added missing include in non GPU case.Gravatar sugoi@google.com2013-01-15
* Fix bug in cubic-clipper (SkEdgeClipper). When we chop the cubic on Top/BottomGravatar reed@google.com2013-01-15
* Turn off timeIndividualTilesGravatar borenet@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
* dashing asPoints could draw excessively long first dashGravatar robertphillips@google.com2013-01-15
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-15
* call endContext() if we have to return false from setContext(), to keep theGravatar mike@reedtribe.org2013-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
* fix all the false --> NULL issues in the gradient codeGravatar humper@google.com2013-01-14
* remove namespace qualifier for feof; it's making android unhappyGravatar humper@google.com2013-01-14
* Fix a problem in the matrix convolution image filter exposed by https://code....Gravatar senorblanco@chromium.org2013-01-14
* another false --> NULL return fixGravatar humper@google.com2013-01-14
* false --> NULL for failure returnGravatar humper@google.com2013-01-14
* 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
* Remove SK_DRAW_POS_TEXT_IGNORE_SUBPIXEL_LEFT_ALIGN_FIX.Gravatar bungeman@google.com2013-01-14
* Runtime configuration system for skia. This will allow developers to control...Gravatar humper@google.com2013-01-14
* Make SkScalerContextRec::getMatrixFrom2x2 more direct.Gravatar bungeman@google.com2013-01-14
* Fix uninitialized memory issueGravatar robertphillips@google.com2013-01-14
* Change SkAutoTUnref usageGravatar robertphillips@google.com2013-01-14
* Fix debug build after r7153 (removed param referenced in assertion)Gravatar bsalomon@google.com2013-01-14
* Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader.Gravatar bsalomon@google.com2013-01-14
* Changing imageFilter GM tests to use drawBitmap instead of drawSpriteGravatar junov@chromium.org2013-01-14
* Use the NDK's cpu-features library when building skia for Chromium/Android.Gravatar digit@google.com2013-01-14
* Fix typo bug caught by mac warn-as-error (= should have been &=).Gravatar bsalomon@google.com2013-01-14
* Implement getConstantColorComponents() for matrix convolution.Gravatar bsalomon@google.com2013-01-11
* Add GrEffect::updateKnownColorComponents(). It is used to determine whether t...Gravatar bsalomon@google.com2013-01-11
* Adding commandline option to gm to make it write image results for tests that...Gravatar junov@chromium.org2013-01-11
* Fix leaks in blurrect benchs and gm.Gravatar bsalomon@google.com2013-01-11
* Enable per-tile logging in bench_picturesGravatar borenet@google.com2013-01-11
* Add option to render PDFs to memory only.Gravatar edisonn@google.com2013-01-11
* SkImageDecoder_WIC should work on Win7 with Win8 SDK.Gravatar bungeman@google.com2013-01-11
* Fix typo, report in validate diff teh value of the pixel, not the address of ...Gravatar edisonn@google.com2013-01-11
* Rebaselined webpage image GMs for ['base-macmini'] on Google Storage.Gravatar rmistry@google.com2013-01-11
* Make GrEffect::textureAccess non-virtual. Require subclasses to append their ...Gravatar bsalomon@google.com2013-01-11
* Remove non-destructive playback from GrIODB.Gravatar bsalomon@google.com2013-01-11
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-11
* Whitespace change to trigger rebuildsGravatar rmistry@google.com2013-01-11
* Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No ch...Gravatar senorblanco@chromium.org2013-01-10
* DirectWrite generatePath must transform the path by the current matrix.Gravatar bungeman@google.com2013-01-10
* Add display of more SkPaint fields in DebuggerGravatar robertphillips@google.com2013-01-10
* gm: if no readPath is given, report all tests as "missing reference image" in...Gravatar epoger@google.com2013-01-10
* Fix assertion caused by change in 7117.Gravatar bungeman@google.com2013-01-10
* Properly reject clipped out draws in BBox pictures.Gravatar bungeman@google.com2013-01-10
* gm self-test: update expected dashing2.png images (in inputs/ dir) to reflect...Gravatar epoger@google.com2013-01-10