aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects
Commit message (Expand)AuthorAge
* GrGLProgramStage Renaming Part 3Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 2Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 1.Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 5Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 4Gravatar bsalomon@google.com2012-10-24
* GrCustomStage Renaming Part 3Gravatar bsalomon@google.com2012-10-24
* GrCustomStage Renaming Part 2Gravatar bsalomon@google.com2012-10-24
* CustomStage Renaming Part 1Gravatar bsalomon@google.com2012-10-24
* Protect filter_texture() against render target change.Gravatar senorblanco@chromium.org2012-10-24
* Combine the emit functions in GrGLProgramStage.Gravatar bsalomon@google.com2012-10-23
* Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_convent...Gravatar bsalomon@google.com2012-10-23
* Revert r6330 thru 6333 while we figure out what to do about Intel bots (possi...Gravatar bsalomon@google.com2012-10-22
* Remove two params from GrGLProgramStage::setData that are no longer necessary.Gravatar bsalomon@google.com2012-10-22
* Automatically handle converting gl_FragCoord to Skia's y-down device coords.Gravatar bsalomon@google.com2012-10-22
* Remove use of varargs in SkImageFilter. This is causing a crash in recentGravatar senorblanco@chromium.org2012-10-22
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-18
* Make table color filter use asNewCustomStage.Gravatar bsalomon@google.com2012-10-17
* Use GrCustomStage to implement color matrix.Gravatar bsalomon@google.com2012-10-17
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-17
* 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
* When two or more color matrix image filters are connected together, and the n...Gravatar senorblanco@chromium.org2012-10-12
* Beef up GrContext::AutoMatrix to handle doing GrPaint matrix adjustments.Gravatar bsalomon@google.com2012-10-12
* This patch implements generalized DAG connectivity for SkImageFilter. SkImag...Gravatar senorblanco@chromium.org2012-10-10
* GrPaint encapsulation.Gravatar bsalomon@google.com2012-10-05
* Change SkLightingImageFilter to derive from SkSingleInputImageFilter, so that...Gravatar senorblanco@chromium.org2012-10-05
* Rename GrPaint fields/enums/members texture->color mask->coverage.Gravatar bsalomon@google.com2012-10-05
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-05
* Build fix: work around what appears to be an Intel GLSL driver bug. Unrevie...Gravatar senorblanco@chromium.org2012-10-04
* Implement GPU path for matrix convolution. Note that when not convolving alpha,Gravatar senorblanco@chromium.org2012-10-04
* Make numTextures() be non-virtual on GrCustomStage.Gravatar bsalomon@google.com2012-10-04
* When processing a morphology filter on the GPU, pass the processed texture,Gravatar senorblanco@chromium.org2012-10-02
* Fix recursive GPU processing for SkImageFilter. Plumb through theGravatar senorblanco@chromium.org2012-09-27
* This patch adds support for optional processing of the alpha channel inGravatar senorblanco@chromium.org2012-09-25
* Make flattenables no longer depend on global static initializers.Gravatar scroggo@google.com2012-09-21
* Fix premul alpha problems w/matrix convolution filter, and re-enable the bench.Gravatar senorblanco@chromium.org2012-09-20
* Yet another speculative Android fix. Unreviewed.Gravatar senorblanco@chromium.org2012-09-19
* Speculative fix for Android GMs. Unreviewed.Gravatar senorblanco@chromium.org2012-09-19
* Implements a matrix convolution filter (raster path only). The filtering loopGravatar senorblanco@chromium.org2012-09-18
* Move GrTextureParams from GrSamplerState to GrTextureAccessGravatar bsalomon@google.com2012-09-18
* Make texteffects gm work through serialization and pipe.Gravatar scroggo@google.com2012-09-12
* Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConf...Gravatar bsalomon@google.com2012-09-11
* Introduce GrGLShaderBuilder::TextureSamplerGravatar bsalomon@google.com2012-09-06
* Shut up some Mac (xcode 3) warningsGravatar bsalomon@google.com2012-09-05
* Recommit r5350 with fix for image failures (which affected GLs that don't sup...Gravatar bsalomon@google.com2012-08-30
* Revert 5350 while image changes are diagnosed.Gravatar bsalomon@google.com2012-08-30
* Remove fModulate from GrGLShaderBuilderGravatar bsalomon@google.com2012-08-30
* Some GrGLShaderBuilder cleanupGravatar bsalomon@google.com2012-08-28