aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp
Commit message (Expand)AuthorAge
...
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-10-10
* Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://c...Gravatar jvanverth2016-10-10
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-10-10
* Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://co...Gravatar fmalita2016-09-30
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-09-30
* Revert of Turned on SkSL->GLSL compiler (patchset #37 id:800001 of https://co...Gravatar ethannicholas2016-09-26
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-09-26
* Remove unneeded GrGLSLTransformedCoordsArray typeGravatar bsalomon2016-09-12
* Revert of Turned on SkSL->GLSL compiler (patchset #12 id:220001 of https://co...Gravatar ethannicholas2016-09-12
* Turned on SkSL->GLSL compilerGravatar ethannicholas2016-09-12
* Fix fb variable name in GLSLGravatar egdaniel2016-08-17
* Fix various issues with framebuffer fetchGravatar egdaniel2016-08-17
* GrFP can express distance vector field req., program builder declares variab...Gravatar dvonbeck2016-08-01
* Revert of GrFP can express distance vector field req., program builder decla...Gravatar mtklein2016-07-30
* GrFP can express distance vector field req., program builder declares variab...Gravatar dvonbeck2016-07-29
* Fix caching of sample locationsGravatar csmartdalton2016-07-06
* Revert of Fix caching of sample locations (patchset #3 id:40001 of https://co...Gravatar rmistry2016-07-04
* Fix caching of sample locationsGravatar csmartdalton2016-07-04
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Add "sample locations" feature to GrProcessorGravatar cdalton2016-03-07
* Add cap and builder feature for multisample interpolationGravatar cdalton2016-03-01
* Replace fWillReadFragmentPosition with a bitfieldGravatar cdalton2016-02-26
* Add gl_SampleMask functionality to fragment buildersGravatar cdalton2016-02-22
* Add more specialized fragment buildersGravatar cdalton2016-02-18
* Revert of Add infastructure for gl_SampleMask (patchset #6 id:100001 of https...Gravatar benjaminwagner2016-02-12
* Add infastructure for gl_SampleMaskGravatar cdalton2016-02-12
* Use noperspective interpolation for 2D drawsGravatar cdalton2016-02-12
* Add some backend flexibility for shader declarations in ProgramBuilding.Gravatar egdaniel2016-02-09
* added support for PLS path renderingGravatar ethannicholas2016-01-30
* Revert of added support for PLS path rendering (patchset #16 id:360001 of htt...Gravatar ethannicholas2016-01-22
* added support for PLS path renderingGravatar ethannicholas2016-01-22
* Add ability to add general layout qualifiers GrGLSLShaderVarGravatar egdaniel2016-01-21
* Switch fragment coordinate to 'highp' to fix various broken GMs.Gravatar ethannicholas2015-12-14
* Create GLSLUniformHandler class for gpu backendGravatar egdaniel2015-12-03
* Create GrGLSLVaryingHandler class for program buildingGravatar egdaniel2015-11-20
* Move all ShaderBuilder files to GLSLGravatar egdaniel2015-11-11