index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
effects
/
GrDisableColorXP.cpp
Commit message (
Expand
)
Author
Age
*
Remove clamping of kPlus with F16 configs
Brian Osman
2018-07-11
*
initClassID no longer auto-allocates ids
Ethan Nicholas
2017-10-09
*
Use shader based blending to clamp kPlus mode w/F16
Brian Osman
2017-09-20
*
re-land of new SkSL precisions
Ethan Nicholas
2017-09-18
*
Revert "Revert "Revert "Switched highp float to highfloat and mediump float t...
Ethan Nicholas
2017-09-18
*
Revert "Revert "Switched highp float to highfloat and mediump float to half.""
Ethan Nicholas
2017-09-15
*
Revert "Switched highp float to highfloat and mediump float to half."
Brian Salomon
2017-08-17
*
Switched highp float to highfloat and mediump float to half.
Ethan Nicholas
2017-08-16
*
renamed SkSL types in preparation for killing precision modifiers
Ethan Nicholas
2017-07-28
*
Move ref counting out of GrProcessor and into subclasses.
Brian Salomon
2017-04-10
*
Use sk_sp with GrXferProcessor and use a static factory to handle the nullptr...
Brian Salomon
2017-04-04
*
Store the dst texture used by an XP in GrPipeline rather than in the XP.
Brian Salomon
2017-04-03
*
Renames of processor analysis-related classes and method.
Brian Salomon
2017-03-30
*
Make analysis optional to GrPipeline::init().
Brian Salomon
2017-03-29
*
Remove GrXferProcessor::getOptimizations.
Brian Salomon
2017-03-29
*
Remove PLS path renderer
Brian Salomon
2017-03-06
*
Remove XP override color.
Brian Salomon
2017-03-06
*
Make GrPipelineAnalysis a nested class of GrProcessorSet.
Brian Salomon
2017-02-22
*
make GR_TEST_UTILS=0 work
Hal Canary
2017-02-02
*
Revert "Revert "Removing ref counting from GrXPFactory.""
Brian Salomon
2017-01-09
*
Revert "Removing ref counting from GrXPFactory."
Brian Salomon
2017-01-09
*
Removing ref counting from GrXPFactory.
Brian Salomon
2017-01-09
*
Removing tracking of whether GP/FP coverage calculations are used by XP.
Brian Salomon
2017-01-04
*
This renames methods and classes that relate to static analysis of combinatio...
Brian Salomon
2016-12-21
*
Merge GrGLSLCaps into GrShaderCaps
Brian Salomon
2016-11-29
*
Remove stray semicolons.
Mike Klein
2016-09-27
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
added support for PLS path rendering
ethannicholas
2016-01-30
*
Revert of added support for PLS path rendering (patchset #16 id:360001 of htt...
ethannicholas
2016-01-22
*
added support for PLS path rendering
ethannicholas
2016-01-22
*
Create GLSLUniformHandler class for gpu backend
egdaniel
2015-12-03
*
Create a static instances of SrcOver XferProcessor
egdaniel
2015-11-30
*
APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOpti...
ethannicholas
2015-11-30
*
Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder.
egdaniel
2015-11-18
*
Rename some processor functions from GL to GLSL
egdaniel
2015-11-13
*
Move XferProcessors to glsl
egdaniel
2015-11-13
*
Move all ShaderBuilder files to GLSL
egdaniel
2015-11-11
*
Create GLSL base class for ProgramDataManager
egdaniel
2015-10-28
*
Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*
bsalomon
2015-08-28
*
Revert of Change SkShader;asFragmentProcessor signature to no longer take skp...
rmistry
2015-08-28
*
Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*
bsalomon
2015-08-28
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
fix up test create functions
joshualitt
2015-07-08
*
Add mixed samples support to XPs
cdalton
2015-06-08
*
Apply coverage in XP base class when using dst reads
cdalton
2015-06-08
*
Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopyt...
bsalomon
2015-05-26
*
Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" fro...
bungeman
2015-05-22
*
Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopyt...
bsalomon
2015-05-22
*
rename GrDrawTargetCaps to GrCaps
bsalomon
2015-05-19
[next]