index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrProgramDesc.cpp
Commit message (
Expand
)
Author
Age
*
Drop unused support for MSAA sample locations
Chris Dalton
2018-02-20
*
Remove integer texture support
Brian Salomon
2018-02-06
*
Revert "Drop support for unused MSAA extensions"
Robert Phillips
2018-01-30
*
Drop support for unused MSAA extensions
Chris Dalton
2018-01-29
*
Reland "Fix precision caps and rrect/ellipse effect precisions"
Chris Dalton
2017-11-16
*
Revert "Fix precision caps and rrect/ellipse effect precisions"
Brian Osman
2017-11-16
*
Fix precision caps and rrect/ellipse effect precisions
Chris Dalton
2017-11-16
*
Remove support for image load/store
Brian Salomon
2017-11-15
*
Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget)
Robert Phillips
2017-07-26
*
Convert DstTexture to DstProxy (take 2)
Robert Phillips
2017-05-29
*
Revise system for checking for uninstantiated proxies
Robert Phillips
2017-05-29
*
Revert "Convert DstTexture to DstProxy"
Robert Phillips
2017-05-17
*
Convert DstTexture to DstProxy
Robert Phillips
2017-05-17
*
Switch ImageStorageAccess over to GrTextureProxies
Robert Phillips
2017-05-12
*
Move the ability to access textures, buffers, and image storages out from GrP...
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
*
Remove GrPipelineOptimizations computation from GrPipeline::init and nest in ...
Brian Salomon
2017-03-29
*
Replaced all calls to fragmentPosition() with sk_FragCoord
Ethan Nicholas
2017-02-13
*
Revert "Replaced all calls to fragmentPosition() with sk_FragCoord"
Ethan Nicholas
2017-02-02
*
Replaced all calls to fragmentPosition() with sk_FragCoord
Ethan Nicholas
2017-01-19
*
Removing tracking of whether GP/FP coverage calculations are used by XP.
Brian Salomon
2017-01-04
*
Rename vars and functions from 'glslcaps'->'shadercaps'
Brian Salomon
2016-11-29
*
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
*
Make GrBufferAccess a nested class of GrProcessor
Brian Salomon
2016-11-18
*
In GrProcessor::TextureSampler drop the "get", it's cleaner
Brian Salomon
2016-11-17
*
Rename GrTextureAccess to GrProcessor::TextureSampler.
Brian Salomon
2016-11-17
*
Rename GrTextureBufferSampler to GrBufferSampler
csmartdalton
2016-11-16
*
Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear.""
Brian Salomon
2016-11-07
*
Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."
Ben Wagner
2016-11-06
*
Limit GL_TEXTURE_RECTANGLE filtering to bilinear.
Brian Salomon
2016-11-04
*
Remove GrStencilSettings from GrPipeline
csmartdalton
2016-11-01
*
Conditionally insert gl_PointSize into shaders.
bsalomon
2016-09-21
*
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
*
Merge GrGLSLProgramDesc into GrProgramDesc
egdaniel
2016-09-07