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
*
Drop unused support for MSAA sample locations
Chris Dalton
2018-02-20
*
add gpu impl for shadermaskfilter
Mike Reed
2018-02-01
*
Revert "Drop support for unused MSAA extensions"
Robert Phillips
2018-01-30
*
Drop support for unused MSAA extensions
Chris Dalton
2018-01-29
*
converted ConstColorProcessor to SkSL
Ethan Nicholas
2017-11-20
*
converted Premul / Unpremul to SkSL
Ethan Nicholas
2017-11-17
*
initClassID no longer auto-allocates ids
Ethan Nicholas
2017-10-09
*
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
*
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
Brian Salomon
2017-08-11
*
Require clone() be implemented by GrFragmentProcessor subclasses
Brian Salomon
2017-07-31
*
Implement GrFragmentProcessor::clone for 6 additional subclasses.
Brian Salomon
2017-07-27
*
Make GrColorFragmentProcessorAnalysis do all analysis in constructor.
Brian Salomon
2017-07-21
*
Speculative "fix" for crash in analyzeProcessors
Robert Phillips
2017-06-30
*
Remove support in GPU backend for distance vector field.
Brian Salomon
2017-06-02
*
Revise system for checking for uninstantiated proxies
Robert Phillips
2017-05-29
*
Re-land of "eliminated GrGLSLExpr".
Ethan Nicholas
2017-05-08
*
Revert "Revert "Revert "eliminated GrGLSLExpr"""
Ethan Nicholas
2017-05-04
*
Allow TextureSamplers to have null GrTexture pointer
Robert Phillips
2017-05-03
*
Revert "Revert "eliminated GrGLSLExpr""
Ethan Nicholas
2017-05-03
*
Revert "eliminated GrGLSLExpr"
Brian Salomon
2017-05-02
*
eliminated GrGLSLExpr
Ethan Nicholas
2017-05-02
*
Move the ability to access textures, buffers, and image storages out from GrP...
Brian Salomon
2017-04-04
*
Renames of processor analysis-related classes and method.
Brian Salomon
2017-03-30
*
Split GrPipelineInput into separate color and coverage types, the latter of w...
Brian Salomon
2017-03-27
*
Add Swizzle FP, and remove swizzle logic from GrConfigConversionEffect
Brian Osman
2017-03-22
*
Support premul/unpremul of F16 during read/writePixels
Brian Osman
2017-03-22
*
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
[next]