aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
Commit message (Expand)AuthorAge
* draw offscreen so we can see the alpha-channel we are writingGravatar reed@google.com2012-11-15
* update srcmode GM to include aa/bw and gradientsGravatar reed@google.com2012-11-15
* add gm for srcmode (and clearmode) in prep for optimization workGravatar reed@google.com2012-11-15
* remove unused (and undefined) SkColorSpace parameter.Gravatar mike@reedtribe.org2012-11-15
* comment-only change to gm/tests/run.shGravatar epoger@google.com2012-11-13
* Maintain failedTests list within GMMain objectGravatar epoger@google.com2012-11-13
* Add a self-test for gm, similar to our self-test for skdiff.Gravatar epoger@google.com2012-11-12
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-10
* report max pixel error on failure, rather than the hex of the first mismatche...Gravatar reed@google.com2012-11-09
* Break out SkOffsetImageFilter into its own file, and derive it fromGravatar senorblanco@chromium.org2012-11-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-06
* add blurrect gmGravatar reed@google.com2012-11-02
* Fix for 2 parallel gpu rendering issues (bigbitmaprect & image-surface)Gravatar robertphillips@google.com2012-11-02
* Check modulo values passed to GM.Gravatar bsalomon@google.com2012-11-01
* Replace GrMatrix with SkMatrix.Gravatar bsalomon@google.com2012-11-01
* Improve NaCl supportGravatar borenet@google.com2012-11-01
* Reland r6233 with fix.Gravatar bsalomon@google.com2012-11-01
* Re-revert r6233.Gravatar bsalomon@google.com2012-11-01
* Reland r6233 with fix for config conversion texture matrices.Gravatar bsalomon@google.com2012-11-01
* Revert r6233 while investigating bot failures.Gravatar bsalomon@google.com2012-11-01
* Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect.Gravatar bsalomon@google.com2012-11-01
* Fleshed out GPU portion of image/surface featureGravatar robertphillips@google.com2012-10-31
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-31
* add test for bug in line drawing. fix is pending a way to handle all of theGravatar reed@google.com2012-10-30
* Fix alpha computation for specular lighting filter (GPU path).Gravatar senorblanco@chromium.org2012-10-29
* Alphabetize gm options (in usage message and option parser).Gravatar epoger@google.com2012-10-29
* Add option to gm: write out images into a hierarchy, rather than a flat set o...Gravatar epoger@google.com2012-10-29
* Add a factory Create function for SkColorFilterImageFilter, and move the matr...Gravatar senorblanco@chromium.org2012-10-26
* object-ify gmmain.cpp (no functional change) to ease planned changes laterGravatar epoger@google.com2012-10-26
* Refactor gm to minimize wasted passes through picture and pipe code paths.Gravatar djsollen@google.com2012-10-26
* Rename GrSamplerState to GrEffectStage.Gravatar bsalomon@google.com2012-10-26
* don't send % by itself to printfGravatar reed@google.com2012-10-25
* clarify code/comments in gmmain.cpp (no functional change)Gravatar epoger@google.com2012-10-25
* GrCustomStage Renaming Part 2Gravatar bsalomon@google.com2012-10-24
* Protect filter_texture() against render target change.Gravatar senorblanco@chromium.org2012-10-24
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-20
* Add a GM that tests xfermode-based color filters.Gravatar bsalomon@google.com2012-10-19
* Enable gm/aarectmodes with pdf config. Does not crash in mac (nor windows) ac...Gravatar edisonn@google.com2012-10-19
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-19
* add --modulo A B option to gm, so we can only execute 1/B of the tests in a Gravatar reed@google.com2012-10-18
* add two more tilemode gms, in advance of experimenting w/ decalGravatar mike@reedtribe.org2012-10-18
* Add transparent source bitmap to colormatrix GM.Gravatar bsalomon@google.com2012-10-16
* Reland r5963 with two fixes:Gravatar bsalomon@google.com2012-10-16
* Revert r5962 because of failures.Gravatar bsalomon@google.com2012-10-16
* Require matrix for custom stage to be set when custom stage is installed.Gravatar bsalomon@google.com2012-10-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-13
* Add new GM, shadertext3. It would have revealed a bug in the GPU draw-large-t...Gravatar bsalomon@google.com2012-10-12
* When two or more color matrix image filters are connected together, and the n...Gravatar senorblanco@chromium.org2012-10-12
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-11
* This patch implements generalized DAG connectivity for SkImageFilter. SkImag...Gravatar senorblanco@chromium.org2012-10-10