index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
glsl
/
GrGLSLCaps.cpp
Commit message (
Expand
)
Author
Age
*
Add GLSL support for texelFetch
cdalton
2016-04-11
*
Infer sampler precision from pixel config
cdalton
2016-04-11
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Add caps and GL API for buffer texture
cdalton
2016-03-11
*
Add support for vertex and geometry shader textures
cdalton
2016-03-11
*
Add cap and builder feature for multisample interpolation
cdalton
2016-03-01
*
Add gl_SampleMask functionality to fragment builders
cdalton
2016-02-22
*
Revert of Add infastructure for gl_SampleMask (patchset #6 id:100001 of https...
benjaminwagner
2016-02-12
*
Add infastructure for gl_SampleMask
cdalton
2016-02-12
*
Use noperspective interpolation for 2D draws
cdalton
2016-02-12
*
Add a class representing texture swizzle.
bsalomon
2016-01-08
*
Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of...
mtklein
2016-01-08
*
Add a class representing texture swizzle.
bsalomon
2016-01-08
*
Always use high precision on NDS transform
joel.liang
2015-12-07
*
Initial version of external_oes texture support and unit test
bsalomon
2015-11-22
*
Revert of Initial version of external_oes texture support and unit test (patc...
bsalomon
2015-11-20
*
Initial version of external_oes texture support and unit test
bsalomon
2015-11-20
*
Make GrGLSLProgramBuilder base class for GrGLProgramBuilder.
egdaniel
2015-11-11
*
Create swizzle table inside of glsl caps
egdaniel
2015-11-04
*
Revert of Create swizzle table inside of glsl caps (patchset #12 id:210001 of...
egdaniel
2015-11-03
*
Create swizzle table inside of glsl caps
egdaniel
2015-11-03
*
Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups.
egdaniel
2015-11-02
*
Add version string and force highp NDS transfrom to GLSLCaps
egdaniel
2015-10-22
*
Revert of Add version string and force highp NDS transfrom to GLSLCaps (patch...
egdaniel
2015-10-22
*
Add version string and force highp NDS transfrom to GLSLCaps
egdaniel
2015-10-22
*
Move shader precision modifier check onto GLSLCaps
egdaniel
2015-10-21
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Add default for GrGLSLCaps::fGLSLGeneration
jvanverth
2015-06-24
*
Move GLSL-specific routines/classes to separate glsl directory
jvanverth
2015-06-24