aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLProgram.cpp
Commit message (Expand)AuthorAge
* Revert "Convert DstTexture to DstProxy"Gravatar Robert Phillips2017-05-17
* Convert DstTexture to DstProxyGravatar Robert Phillips2017-05-17
* Split tracking of TexelBuffers from normal samplersGravatar Greg Daniel2017-05-05
* Move the ability to access textures, buffers, and image storages out from GrP...Gravatar Brian Salomon2017-04-04
* Store the dst texture used by an XP in GrPipeline rather than in the XP.Gravatar Brian Salomon2017-04-03
* Retract GrPipeline from setRenderTargetState callsGravatar Robert Phillips2017-03-29
* Remove PLS path rendererGravatar Brian Salomon2017-03-06
* Reland image storage with fixes.Gravatar Brian Salomon2016-11-29
* Revert "Revert "make it illegal to include SkXfermode.h""Gravatar Mike Reed2016-11-23
* Revert "make it illegal to include SkXfermode.h"Gravatar Greg Daniel2016-11-23
* make it illegal to include SkXfermode.hGravatar Mike Reed2016-11-23
* Revert "Initial OpenGL Image support."Gravatar Brian Salomon2016-11-23
* Initial OpenGL Image support.Gravatar Brian Salomon2016-11-22
* Remove GrGLSLSampler type and subclassesGravatar Brian Salomon2016-11-21
* Make GrBufferAccess a nested class of GrProcessorGravatar Brian Salomon2016-11-18
* In GrProcessor::TextureSampler drop the "get", it's cleanerGravatar Brian Salomon2016-11-17
* Rename GrTextureAccess to GrProcessor::TextureSampler.Gravatar Brian Salomon2016-11-17
* Quiet a -Wcomma warning.Gravatar mtklein2016-09-26
* Stop aggregating texture/buffer access objects in GrFragmentProcessor parents.Gravatar bsalomon2016-09-26
* Stop flattening GrCoordTransforms in parent GrFragmentProcessors.Gravatar bsalomon2016-09-20
* Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (...Gravatar bsalomon2016-09-19
* Stop flattening GrCoordTransforms in parent GrFragmentProcessors.Gravatar bsalomon2016-09-19
* Abandon offset support with texel buffersGravatar csmartdalton2016-06-03
* Manually generated sRGB mipmaps, with successively smaller draws.Gravatar brianosman2016-06-02
* Refactor how we store and use samplers in GaneshGravatar egdaniel2016-04-20
* Revert of Refactor how we store and use samplers in Ganesh (patchset #7 id:12...Gravatar egdaniel2016-04-19
* Refactor how we store and use samplers in GaneshGravatar egdaniel2016-04-19
* Implement texel buffersGravatar cdalton2016-04-11
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* 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
* Move some program building utils from GL to GLSLGravatar egdaniel2016-01-13
* Don't ref/unref the static src-over xpGravatar bsalomon2015-12-21
* Create GrGLSLVaryingHandler class for program buildingGravatar egdaniel2015-11-20
* Move GrGLPrimitive/GeometryProc to GLSLGravatar egdaniel2015-11-13
* Move XferProcessors to glslGravatar egdaniel2015-11-13
* Make all GrFragmentProcessors GL independent.Gravatar egdaniel2015-11-13
* Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups.Gravatar egdaniel2015-11-02
* Create GLSL base class for ProgramDataManagerGravatar egdaniel2015-10-28
* Move GrGLShaderVar to GrGLSLGravatar egdaniel2015-10-21
* Remove unused member variables in GrGLProgramGravatar egdaniel2015-10-19
* move GrGLPathProcessor back into GrPathProcessorGravatar joshualitt2015-09-11
* remove path specific program building classesGravatar joshualitt2015-09-11
* Remove batchtrackerGravatar joshualitt2015-09-11
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-27
* Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...Gravatar rmistry2015-08-26
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-26
* When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...Gravatar wangyix2015-08-18
* Refactor separable varying location info to be stored in GrGLProgram subclassGravatar kkinnunen2015-06-29