aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Fix vulkan buildGravatar egdaniel2016-07-29
* Added distance vector support for CircleGeometryProcessorGravatar dvonbeck2016-07-29
* Properly recycle uniform buffers in vulkanGravatar egdaniel2016-07-29
* GrFP can express distance vector field req., program builder declares variab...Gravatar dvonbeck2016-07-29
* Use HashSet instead of Dynamic hash for tracking vulkan resourcesGravatar egdaniel2016-07-29
* Remove GrContext::applyGammaGravatar robertphillips2016-07-29
* Add test configs for instanced renderingGravatar csmartdalton2016-07-29
* Merge ProgramDesc's for GL and VulkanGravatar egdaniel2016-07-29
* Don't call finish on GrDrawTarget if we drew no batchesGravatar egdaniel2016-07-28
* Fix GrDrawContextPriv::stencilRectGravatar csmartdalton2016-07-27
* Rename GrContext's newDrawContext & drawContext to makeDrawContextGravatar robertphillips2016-07-27
* require semi at the end of SkASSERT and friendsGravatar caryclark2016-07-27
* Add gyp define to enable vulkan debug layersGravatar egdaniel2016-07-27
* Simplify color space xform storage and usage (float[] vs. SkMatrix44)Gravatar brianosman2016-07-27
* Implement coverage AA for skewed rects with local coordsGravatar csmartdalton2016-07-26
* Use Windowing system-specific WindowContext factories.Gravatar bsalomon2016-07-26
* Reduce usage of MakeRenderTargetDirectGravatar robertphillips2016-07-26
* Remove SkSurfaceProps gamma-correctness flag entirely.Gravatar brianosman2016-07-26
* Always supply a color space (sRGB for now) with F16Gravatar brianosman2016-07-26
* Move prepareForExternalIO from GrRenderTarget to GrDrawContextGravatar robertphillips2016-07-26
* Reuse sampler descriptor set allocations in VulkanGravatar egdaniel2016-07-26
* Just pass the draw context to paint conversionGravatar brianosman2016-07-25
* SkSL performance improvements (plus a couple of minor warning fixes)Gravatar ethannicholas2016-07-25
* remove/deprecate SkBitmap::getTexture, as it now always returns falseGravatar reed2016-07-25
* remove fClipStack and attach/deattach-from-canvasGravatar reed2016-07-25
* Add destination color space to AsFPArgs. Eliminates last XFORMTODO.Gravatar brianosman2016-07-25
* Remove asserts on scissor size in VulkanGravatar egdaniel2016-07-22
* Bundle SkShader::asFragmentProcessor arguments in a structGravatar brianosman2016-07-22
* Recycle small uniform buffers.Gravatar jvanverth2016-07-22
* Connect dst color space in a few places (removing TODOs)Gravatar brianosman2016-07-22
* Allow GrReducedClip to take non-integer query boundsGravatar csmartdalton2016-07-22
* Don't ask GLX for EGL procs.Gravatar mtklein2016-07-22
* Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https:/...Gravatar bsalomon2016-07-22
* Cleanup of code that converts from GPU-backed resources to SkImageInfoGravatar brianosman2016-07-22
* Add SkColorSpace to GrDrawContextGravatar brianosman2016-07-21
* Reenable support for CHROMIUM_set_uniform_locationGravatar bsalomon2016-07-21
* Retract PipelineBuilder some moreGravatar robertphillips2016-07-21
* Setup system in Vulkan to reuse VkDescriptorSet allocations.Gravatar egdaniel2016-07-21
* Remove SkGrPixelRefGravatar robertphillips2016-07-21
* Remove DrawFace enum from GrPipelineBuilderGravatar robertphillips2016-07-21
* Minor change to Ganesh path renderersGravatar robertphillips2016-07-21
* Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 o...Gravatar robertphillips2016-07-21
* Remove DrawFace enum from GrPipelineBuilderGravatar robertphillips2016-07-21
* Deprecate SkDevice::accessBitmap methodGravatar robertphillips2016-07-21
* Adding color space to SkSpecialImageGravatar brianosman2016-07-21
* Adding an SkColorSpace to SkImage_GpuGravatar brianosman2016-07-20
* remove dead methods now that we use specials exclusively for imagefiltersGravatar reed2016-07-20
* Use dFdx in Vulkan to address distance field issues.Gravatar jvanverth2016-07-20
* SkLS now accepting nullptr for diffuse shader and normal source, now accurate...Gravatar dvonbeck2016-07-20
* Remove SkDevice::accessRenderTarget virtualGravatar robertphillips2016-07-20