index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrFragmentProcessor.cpp
Commit message (
Expand
)
Author
Age
*
Remove component flags from GrPipelineInput.
Brian Salomon
2017-02-14
*
Remove GrFragmentProcessor::computeInvariantOutput
Brian Salomon
2017-02-13
*
Use new fragment processor optimization queries.
Brian Salomon
2017-02-10
*
Rename GrFragmentProcessor::MulOutputByInputUnpremulColor to MakeInputPremulA...
Brian Salomon
2017-01-28
*
Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations.""
Brian Salomon
2017-01-27
*
Revert "Start of rewrite of GrFragmentProcessor optimizations."
Ethan Nicholas
2017-01-27
*
Start of rewrite of GrFragmentProcessor optimizations.
Brian Salomon
2017-01-27
*
Stop tracking whether GrFragmentProcessors read their input
Brian Salomon
2017-01-23
*
Continue making Ganesh use absolute texture coordinates - take 2
Robert Phillips
2017-01-20
*
Rename GrProcOptInfo::addProcessors to analyzeProcessors
Brian Salomon
2017-01-18
*
Revert "Continue making Ganesh use absolute texture coordinates"
Joe Gregorio
2017-01-17
*
Continue making Ganesh use absolute texture coordinates
Robert Phillips
2017-01-17
*
Simplify GrProcOptInfo initialization.
Brian Salomon
2017-01-17
*
Merge GrGLSLCaps into GrShaderCaps
Brian Salomon
2016-11-29
*
Reland image storage with fixes.
Brian Salomon
2016-11-29
*
Revert "Initial OpenGL Image support."
Brian Salomon
2016-11-23
*
Initial OpenGL Image support.
Brian Salomon
2016-11-22
*
remove xfermode from public api
Mike Reed
2016-10-28
*
Make addTexture/BufferAccess on GrProcessor non-virtual
Brian Salomon
2016-10-28
*
GrConstColorProcessor uses 4f colors in the destination space
Brian Osman
2016-10-26
*
Remove option to make GrCoordTransforms apply to device positions.
Brian Salomon
2016-10-03
*
Stop aggregating texture/buffer access objects in GrFragmentProcessor parents.
bsalomon
2016-09-26
*
Stop flattening GrCoordTransforms in parent GrFragmentProcessors.
bsalomon
2016-09-20
*
Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (...
bsalomon
2016-09-19
*
Stop flattening GrCoordTransforms in parent GrFragmentProcessors.
bsalomon
2016-09-19
*
Remove ability to skip coord transform comparison in pipeline comparison.
bsalomon
2016-09-12
*
Push usage of GrColor4f into OverrideInput
brianosman
2016-09-08
*
GrFP can express distance vector field req., program builder declares variab...
dvonbeck
2016-08-01
*
Revert of GrFP can express distance vector field req., program builder decla...
mtklein
2016-07-30
*
GrFP can express distance vector field req., program builder declares variab...
dvonbeck
2016-07-29
*
SkLS now accepting nullptr for diffuse shader and normal source, now accurate...
dvonbeck
2016-07-20
*
Fixed crash when RunInSeriesFP's color input is nil
dvonbeck
2016-07-06
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Implement texel buffers
cdalton
2016-04-11
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Replace fWillReadFragmentPosition with a bitfield
cdalton
2016-02-26
*
Add more specialized fragment builders
cdalton
2016-02-18
*
Add GrShaderFlags enum
cdalton
2016-02-11
*
Clean up GrGLSLFragmentProcessor-derived classes
robertphillips
2016-02-03
*
Create GLSLUniformHandler class for gpu backend
egdaniel
2015-12-03
*
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
*
Make all GrFragmentProcessors GL independent.
egdaniel
2015-11-13
*
Move all ShaderBuilder files to GLSL
egdaniel
2015-11-11
*
Create GLSL base class for ProgramDataManager
egdaniel
2015-10-28
*
Use child processors to implement compose color filter.
bsalomon
2015-09-29
*
Make skpaint->grpaint flow work for composing draws (verts and atlas)
bsalomon
2015-09-28
*
Move GrFragmentProcessor implementation to its own cpp file
bsalomon
2015-09-22