Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 254d15e9ef1e495f02f8f1a9e8dec6960fc4852d https://github.com/WebKit/WebKit/commit/254d15e9ef1e495f02f8f1a9e8dec6960fc4852d Author: Geoffrey Garen <gga...@apple.com> Date: 2024-11-07 (Thu, 07 Nov 2024)
Changed paths: M Source/WTF/wtf/StdLibExtras.h M Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGL.h M Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGLFunctionsGenerated.h M Tools/Scripts/generate-gpup-webgl Log Message: ----------- Finish off span adoption in RemoteGraphicsContextGL.h https://bugs.webkit.org/show_bug.cgi?id=282709 rdar://139381582 Reviewed by Chris Dumez. * Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGL.h: No need for markers anymore. * Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGLFunctionsGenerated.h: Autogenerated (getFloatv): (getIntegerv): (getIntegeri_v): (getBooleanv): (getShaderPrecisionFormat): (getUniformfv): (getUniformiv): (getUniformuiv): (getActiveUniformBlockiv): (getInternalformativ): * Tools/Scripts/generate-gpup-webgl: Use safe span constructors. (cpp_type_container.is_dynamic_span): (cpp_type_container): (cpp_type_container.is_array): (cpp_array_reinterpret_cast_conversion): * Source/WTF/wtf/StdLibExtras.h: Reversed the order of U and Extent because it is useful to be able to specify Extent and infer U. Canonical link: https://commits.webkit.org/286282@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes