aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLProgram.cpp
Commit message (Expand)AuthorAge
* Remove texel buffer support.Gravatar Brian Salomon2018-07-13
* Ensure that textures exported via SkImage::MakeBackendTextureFromSkImageGravatar Brian Salomon2018-06-20
* Revert "Revert "Change how vertex/instance attributes are handled in geometry...Gravatar Brian Salomon2018-06-19
* Revert "Change how vertex/instance attributes are handled in geometry process...Gravatar Mike Klein2018-06-19
* Change how vertex/instance attributes are handled in geometry processors.Gravatar Brian Salomon2018-06-18
* Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu.Gravatar Brian Salomon2018-06-08
* Remove include of GrGLProgramBuilder.h from GrGLProgram.h and GrVkPipelineSta...Gravatar Brian Salomon2018-06-08
* Remove GrGLSLFragProcs typedef. Use unique_ptr to for GrGLSLFragmentProcessor...Gravatar Brian Salomon2018-06-07
* Dest color space no longer impacts mipmaps or texture samplingGravatar Brian Osman2018-06-01
* Remove support for image load/storeGravatar Brian Salomon2017-11-15
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Gravatar Brian Salomon2017-09-07
* Remove origin field from GrSurface (take 2)Gravatar Robert Phillips2017-08-29
* Fix cleanup on program creation failureGravatar Robert Phillips2017-08-01
* Revert "Remove origin field from GrSurface"Gravatar Robert Phillips2017-08-01
* Remove origin field from GrSurfaceGravatar Robert Phillips2017-07-31
* Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget)Gravatar Robert Phillips2017-07-26
* Convert DstTexture to DstProxy (take 2)Gravatar Robert Phillips2017-05-29
* Revise system for checking for uninstantiated proxiesGravatar Robert Phillips2017-05-29
* 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