aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects
Commit message (Expand)AuthorAge
* Remove unneeded GrGLSLTransformedCoordsArray typeGravatar bsalomon2016-09-12
* Two changes:Gravatar brianosman2016-09-12
* Add color gamut xform helpers to GrGLSLShaderBuilderGravatar brianosman2016-09-07
* Work around VS 2015 Update 3 optimizer internal compiler errorGravatar brucedawson2016-09-06
* Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique idsGravatar robertphillips2016-08-31
* Make GrTextureStripAtlas flush pending IO on newly acquired textureGravatar ajuma2016-08-24
* Relax check for gpu use of static src-over XPGravatar egdaniel2016-08-18
* Simplify adding attributes to GrGeometryProcessorGravatar bsalomon2016-08-17
* Detemplatize GrGLSLGeometryProcessor::setTransformDataHelper()Gravatar bsalomon2016-08-17
* Use sse4.2 CRC32 instructions to hash when available.Gravatar mtklein2016-08-08
* Rename GrContext's newDrawContext & drawContext to makeDrawContextGravatar robertphillips2016-07-27
* Simplify color space xform storage and usage (float[] vs. SkMatrix44)Gravatar brianosman2016-07-27
* Add SkColorSpace to GrDrawContextGravatar brianosman2016-07-21
* Use dFdx in Vulkan to address distance field issues.Gravatar jvanverth2016-07-20
* Create DCs rather than textures in GrConfigConversionEffectGravatar bsalomon2016-07-19
* Introduce GrColorSpaceXform, for gamut conversion on texturesGravatar brianosman2016-07-18
* Consolidate handling of infinitely thin primitives and aa bloat handing WRT b...Gravatar bsalomon2016-07-08
* Add gm that tests shaded stroked rectangles.Gravatar bsalomon2016-07-06
* Add NV12 texture conversion support.Gravatar jbauman2016-06-09
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Make GrDashEffect take a AA mode enum.Gravatar bsalomon2016-06-07
* Filter out degenerate contours in GrConvexPolyEffectGravatar lsalzman2016-05-31
* Remove sRGB overrides on GrTextureParams. Use GrPaint flags instead.Gravatar brianosman2016-05-24
* Retract GrRenderTarget from GLProgramsTestGravatar robertphillips2016-05-19
* Convert GrClip to an abstract base classGravatar cdalton2016-05-13
* Make GrGammaEffect have explicit sRGB modes, plus exponential mode.Gravatar brianosman2016-05-11
* Revert of Make GrGammaEffect have explicit sRGB modes, plus exponential mode....Gravatar robertphillips2016-05-11
* Make GrGammaEffect have explicit sRGB modes, plus exponential mode.Gravatar brianosman2016-05-10
* Replace GrStrokeInfo with GrStyle.Gravatar bsalomon2016-05-10
* Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https:...Gravatar bsalomon2016-05-10
* Replace GrStrokeInfo with GrStyle.Gravatar bsalomon2016-05-10
* Remove hasMixedSamples() from GrPipelineBuilderGravatar cdalton2016-05-06
* Added --deepColor option to SampleApp, triggers creation of a ten-bit/channelGravatar brianosman2016-05-05
* Bring sk_sp to GrDrawContextGravatar robertphillips2016-04-27
* Refactor how we store and use samplers in GaneshGravatar egdaniel2016-04-20
* Revert of Refactor how we store and use samplers in Ganesh (patchset #7 id:12...Gravatar egdaniel2016-04-19
* Refactor how we store and use samplers in GaneshGravatar egdaniel2016-04-19
* Tweak distance field path renderer behavior in gamma-correct mode to matchGravatar brianosman2016-04-13
* Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriateGravatar brianosman2016-04-13
* sRGB support for distance field text.Gravatar brianosman2016-04-12
* Rename EmitArgs::fSamplers to fTexSamplersGravatar cdalton2016-04-11
* Add appendPrecisionModifier method to GrGLSLShaderBuilderGravatar cdalton2016-04-11
* More valgrind appeasementGravatar robertphillips2016-04-08
* Simplify GrDrawBatch uploads and token uage.Gravatar bsalomon2016-04-01
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Fix GrConvexPolyEffect to deal with line paths.Gravatar bsalomon2016-03-28
* Consolidate GPU buffer implementationsGravatar cdalton2016-03-25
* Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of h...Gravatar robertphillips2016-03-25
* Consolidate GPU buffer implementationsGravatar cdalton2016-03-25
* sRGB support in Ganesh. Several pieces:Gravatar brianosman2016-03-21