aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Adding new steps to Canvas unit test to validate that the deferredGravatar junov@chromium.org2012-07-20
* removing trailing ',' on last entry in enum, to fix warningGravatar reed@google.com2012-07-20
* #include "SkTemplates.h"Gravatar reed@google.com2012-07-20
* add SkPaint::getPosTextPath(), with gm to test itGravatar reed@google.com2012-07-20
* Addition of new-lines at end of files to correct Chromium builds.Gravatar twiz@google.com2012-07-19
* Fixing heap corruption issue in deferred canvas when using SkGPipe.Gravatar junov@chromium.org2012-07-19
* Rebaseline after enabling bilinear filtering for gpu linear gradients.Gravatar rileya@google.com2012-07-19
* Make GPU linear gradients do bilinear filtering.Gravatar rileya@google.com2012-07-19
* Create GL implementation for GrSingleTextureEffect, use it instead of GrPaint...Gravatar tomhudson@google.com2012-07-19
* skdiff output: indicate which result types would cause failureGravatar epoger@google.com2012-07-19
* Rebaseline for slight changes in linear gradient behavior.Gravatar rileya@google.com2012-07-19
* New subclasses for both Gr and GrGL gradient effect classes. Gravatar rileya@google.com2012-07-19
* Rebaseline XoomGravatar borenet@google.com2012-07-19
* Temporarily remove giantbitmap gpu GM baselines on XoomGravatar borenet@google.com2012-07-19
* Rebaseline Nexus S imagesGravatar borenet@google.com2012-07-19
* Fixed glaring typo in SkDebuggerGUI.cpp, unreviewed.Gravatar chudy@google.com2012-07-19
* Quick bug fix that was rendering debugger unusable.Gravatar chudy@google.com2012-07-19
* Temporarily remove giantbitmap gpu GMs on Nexus SGravatar borenet@google.com2012-07-19
* Temporarily remove GMs failing on Nexus SGravatar borenet@google.com2012-07-19
* Improving CanvasTest to verify that the destination canvas of an SkDeferredCa...Gravatar junov@chromium.org2012-07-18
* Move texture lock/unlock functions from SkGpuDevice into SkGr as global funct...Gravatar rileya@google.com2012-07-18
* This CL implements the Ganesh path for the SkTable_ColorFilter color transfor...Gravatar twiz@google.com2012-07-18
* Update download_baselines.pyGravatar borenet@google.com2012-07-18
* Adding virtual overload of isDrawingToLayer() to SkGPipeGravatar junov@chromium.org2012-07-18
* Clean up the use of AutoScratchTexture in the gaussian blur and morphologyGravatar senorblanco@chromium.org2012-07-18
* Add SK_API for SkData. Needed for https://bugs.webkit.org/show_bug.cgi?id=91171Gravatar vandebo@chromium.org2012-07-18
* Fix grdrawstate == test when left side has disabled stage and right side does...Gravatar bsalomon@google.com2012-07-18
* Refactoring SkDeferredCanvas to use SkGPipe.Gravatar junov@chromium.org2012-07-18
* whitespace change to trigger Skia buildbots after master update/restartGravatar epoger@google.com2012-07-18
* Enable Compile Option to Build Android ExecutablesGravatar borenet@google.com2012-07-18
* Need to apply matrix to advance in generateAdvance (as we already were in gen...Gravatar reed@google.com2012-07-18
* Factory method for creating GrGLProgramGravatar bsalomon@google.com2012-07-18
* Add skipToLast method to SkClipStackGravatar robertphillips@google.com2012-07-18
* Exported SkFILEWStream class so that it can be used in Chrome.Gravatar alokp@chromium.org2012-07-17
* Fix build breakage in r4641.Gravatar tomhudson@google.com2012-07-17
* Move texture domains onto a GrCustomStage, off of GrSamplerState.Gravatar tomhudson@google.com2012-07-17
* Update docs and trunk dirs if they exist overriding any local merge conflicts.Gravatar rmistry@google.com2012-07-17
* Use SkFlatDictionary in SkGPipe to take advantage of its new features.Gravatar scroggo@google.com2012-07-17
* Purge bitmaps from SkGPipe's shared heap.Gravatar scroggo@google.com2012-07-17
* Added more features to deletes and breakpointsGravatar chudy@google.com2012-07-17
* Fixed simpleaaclip gm - it wasn't showing xor caseGravatar robertphillips@google.com2012-07-17
* remove Symbian (not needed) flag, and assume all CPUs *except* thumb have fastGravatar reed@google.com2012-07-17
* Fixed two sub-optimal iterator usesGravatar robertphillips@google.com2012-07-16
* bench_pictures now has an option for benchmarking record time.Gravatar keyar@chromium.org2012-07-16
* Extended SkDeque's reverse iteration capability to SkClipStackGravatar robertphillips@google.com2012-07-16
* Cleaned up icons, added keyboard shortcuts to everythingGravatar chudy@google.com2012-07-16
* skdiff: cap return value at 255 to avoid automatic 'wrapping' (%256) of retur...Gravatar epoger@google.com2012-07-16
* Fix test break in r4627.Gravatar bsalomon@google.com2012-07-16
* Remove GrGLProgram::CachedData, make GrGLProgram represent the programGravatar bsalomon@google.com2012-07-16
* Added pipe as a rendering option for render_pictures.Gravatar keyar@chromium.org2012-07-16