aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Add clone methods to unit test GrFragmentProcessor classesGravatar Brian Salomon2017-07-28
* Make op-level texture uploading be GrProxy-basedGravatar Robert Phillips2017-07-28
* Make GrGpuCommandBuffer's methods take a GrRenderTargetProxy (rather than a G...Gravatar Robert Phillips2017-07-28
* Implement clone for 6 additional GrFragmentProcessor subclasses.Gravatar Brian Salomon2017-07-28
* Remove the now unused GR_PROXY_MOVE macroGravatar Brian Salomon2017-07-28
* Pull non-substantive changes out of omnibus GrSurface CLGravatar Robert Phillips2017-07-27
* switched to infra version of clang-format for skslcGravatar Ethan Nicholas2017-07-27
* Remove GrTraceMarker and friendsGravatar Brian Osman2017-07-27
* Make StencilPathArgs hold a GrRenderTargetProxy (rather than a GrRenderTarget)Gravatar Robert Phillips2017-07-27
* Implement GrFragmentProcessor::clone for 6 additional subclasses.Gravatar Brian Salomon2017-07-27
* Remove Gr1DKernelEffect "helper" class.Gravatar Brian Salomon2017-07-27
* Expose srgbDecodeDisableSupport in GrCapsGravatar Brian Osman2017-07-27
* Remove GrSingleTextureEffectGravatar Brian Salomon2017-07-26
* Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget)Gravatar Robert Phillips2017-07-26
* moved changes out of autogenerated .cpp file and into source .fp fileGravatar Ethan Nicholas2017-07-26
* Don't clamp in GrGLNonlinearColorSpaceXformEffect to support scRGBGravatar Stan Iliev2017-07-26
* Compose and YUV fragment processor clone implementationsGravatar Brian Salomon2017-07-26
* More GrFragmentProcessor::clone() implementations.Gravatar Brian Salomon2017-07-26
* Implement clone for 4 additional GrFragmentProcessors.Gravatar Brian Salomon2017-07-26
* Automatically prepend "disabled-by-default-" to TRACE categoriesGravatar Brian Osman2017-07-26
* Tracing macro cleanup continuedGravatar Brian Osman2017-07-26
* Implement clone() for GrDisplacementEffectGravatar Brian Salomon2017-07-25
* Improve GrGLNonlinearColorSpaceXformEffect to support scRGBGravatar Stan Iliev2017-07-25
* Reduce dependence on GrSurface's origin field (take 3)Gravatar Robert Phillips2017-07-25
* Add clone() to three more fragment processor classesGravatar Brian Salomon2017-07-25
* Add Make[backend] calls for creating GrContextsGravatar Greg Daniel2017-07-25
* Revert "Reduce dependence on GrSurface's origin field (take 2)"Gravatar Robert Phillips2017-07-25
* Add GrFragmentProcessor::clone(), implementation for ColorTableEffect, and un...Gravatar Brian Salomon2017-07-25
* Reduce dependence on GrSurface's origin field (take 2)Gravatar Robert Phillips2017-07-25
* Sixth small fragment from "Reduce dependence on GrSurface's origin field"Gravatar Robert Phillips2017-07-25
* Fifth small fragment from "Reduce dependence on GrSurface's origin field"Gravatar Robert Phillips2017-07-24
* Third small fragment from "Reduce dependence on GrSurface's origin field"Gravatar Robert Phillips2017-07-24
* Make GrProcessorTestFactory be templated on smart ptr class rather than proce...Gravatar Brian Salomon2017-07-24
* Remove unused function GrDrawOp::DumpPipelineInfoGravatar Brian Salomon2017-07-24
* Second small fragment from "Reduce dependence on GrSurface's origin field"Gravatar Robert Phillips2017-07-24
* Revert "Add support for semaphores to be inserted on GrContext flush"Gravatar Mike Reed2017-07-22
* Add support for semaphores to be inserted on GrContext flushGravatar Greg Daniel2017-07-22
* Smaller fragment from "Reduce dependence on GrSurface's origin field"Gravatar Robert Phillips2017-07-21
* reduce code size in GrGLTestInterface.o and GrGLAssembleInterface.oGravatar Mike Klein2017-07-21
* Add initial version of GrResourceAllocator's free pool (take 2)Gravatar Robert Phillips2017-07-21
* clean read/write pixels signatures, augment SkSurface APIGravatar Mike Reed2017-07-21
* Revert "Reduce dependence on GrSurface's origin field"Gravatar Robert Phillips2017-07-21
* Reduce dependence on GrSurface's origin fieldGravatar Robert Phillips2017-07-21
* Revert "Add initial version of GrResourceAllocator's free pool"Gravatar Robert Phillips2017-07-21
* Make GrColorFragmentProcessorAnalysis do all analysis in constructor.Gravatar Brian Salomon2017-07-21
* Add initial version of GrResourceAllocator's free poolGravatar Robert Phillips2017-07-21
* Add ability to pre-initialize vulkan semaphores when flushing surfacesGravatar Greg Daniel2017-07-20
* Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget."Gravatar Brian Salomon2017-07-20
* Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget.Gravatar Brian Salomon2017-07-20
* Add test for flushing empty surface with semaphoresGravatar Greg Daniel2017-07-20