You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
For example: 1, 2, 3, 4 became 1 = 2 = 3 = 4.
These were acidentally changed to equals signs way back in this CL:
610640f "Don't use gl::Error in validation."
Bug: angleproject:4067
Change-Id: I05d1c5ecc5f6fb7636f81ca59d05928dd940bf8d
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1890631
Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
Commit-Queue: Jamie Madill <jmadill@chromium.org>
MSG kBlitDimensionsOutOfRange = "BlitFramebuffer dimensions out of 32-bit integer range.";
28
28
MSG kBlitExtensionDepthStencilWholeBufferBlit = "Only whole-buffer depth and stencil blits are supported by this extension.";
29
29
MSG kBlitExtensionFormatMismatch = "Attempting to blit and the read and draw buffer formats don't match.";
30
-
MSG kBlitExtensionFromInvalidAttachmentType = "Blits are only supported from 2D texture = renderbuffer or default framebuffer attachments in this extension.";
30
+
MSG kBlitExtensionFromInvalidAttachmentType = "Blits are only supported from 2D texture, renderbuffer or default framebuffer attachments in this extension.";
31
31
MSG kBlitExtensionLinear = "Linear blit not supported in this extension.";
32
32
MSG kBlitExtensionMultisampledDepthOrStencil = "Multisampled depth/stencil blit is not supported by this extension.";
33
33
MSG kBlitExtensionMultisampledWholeBufferBlit = "Only whole-buffer blit is supported from a multisampled read buffer in this extension.";
34
34
MSG kBlitExtensionNotAvailable = "Blit extension not available.";
35
35
MSG kBlitExtensionScaleOrFlip = "Scaling and flipping in BlitFramebufferANGLE not supported by this implementation.";
36
-
MSG kBlitExtensionToInvalidAttachmentType = "Blits are only supported to 2D texture = renderbuffer or default framebuffer attachments in this extension.";
36
+
MSG kBlitExtensionToInvalidAttachmentType = "Blits are only supported to 2D texture, renderbuffer or default framebuffer attachments in this extension.";
37
37
MSG kBlitFeedbackLoop = "Blit feedback loop: the read and draw framebuffers are the same.";
38
38
MSG kBlitFramebufferMissing = "Read and draw framebuffers must both exist for a blit to succeed.";
39
39
MSG kBlitFromMultiview = "Attempt to read from a multi-view framebuffer.";
@@ -48,8 +48,8 @@ MSG kBlitOnlyNearestForNonColor = "Only nearest filtering can be used when blitt
48
48
MSG kBlitSameImageColor = "Read and write color attachments cannot be the same image.";
49
49
MSG kBlitSameImageDepthOrStencil = "Read and write depth stencil attachments cannot be the same image.";
50
50
MSG kBlitToMultiview = "Attempt to write to a multi-view framebuffer.";
51
-
MSG kBlitTypeMismatchFixedOrFloat = "If the read buffer contains fixed-point or floating-point values = the draw buffer must as well.";
52
-
MSG kBlitTypeMismatchFixedPoint = "If the read buffer contains fixed-point values = the draw buffer must as well.";
51
+
MSG kBlitTypeMismatchFixedOrFloat = "If the read buffer contains fixed-point or floating-point values, the draw buffer must as well.";
52
+
MSG kBlitTypeMismatchFixedPoint = "If the read buffer contains fixed-point values, the draw buffer must as well.";
53
53
MSG kBlitTypeMismatchSignedInteger = "If the read buffer contains signed integer values the draw buffer must as well.";
54
54
MSG kBlitTypeMismatchUnsignedInteger = "If the read buffer contains unsigned integer values the draw buffer must as well.";
55
55
MSG kBufferAlreadyMapped = "Buffer is already mapped.";
@@ -118,8 +118,8 @@ MSG kExceedsMaxVertexAttribBindings = "Index must be within [0, MAX_VERTEX_ATTRI
118
118
MSG kExceedsMaxVertexAttribStride = "Stride must be within [0, MAX_VERTEX_ATTRIB_STRIDE).";
119
119
MSG kExceedsNumExtensions = "Index must be within [0, NUM_EXTENSIONS).";
120
120
MSG kExceedsNumRequestableExtensions = "Index must be within [0, NUM_REQUESTABLE_EXTENSIONS_ANGLE).";
121
-
MSG kExpectedProgramName = "Expected a program name = but found a shader name.";
122
-
MSG kExpectedShaderName = "Expected a shader name = but found a program name.";
121
+
MSG kExpectedProgramName = "Expected a program name, but found a shader name.";
122
+
MSG kExpectedShaderName = "Expected a shader name, but found a program name.";
123
123
MSG kExtensionNotEnabled = "Extension is not enabled.";
124
124
MSG kExtensionNotDisablable = "Extension is not disablable.";
125
125
MSG kExtensionNotRequestable = "Extension is not requestable.";
MSG kInvalidProgramResourceIndex = "Invalid program resource index.";
276
276
MSG kInvalidProgramResourceProperty = "Invalid program resource property.";
277
-
MSG kInvalidProjectionMatrix = "Invalid projection matrix. Left/right = top/bottom = near/far intervals cannot be zero = and near/far cannot be less than zero.";
277
+
MSG kInvalidProjectionMatrix = "Invalid projection matrix. Left/right, top/bottom, near/far intervals cannot be zero, and near/far cannot be less than zero.";
278
278
MSG kInvalidPropCount = "Invalid propCount.";
279
279
MSG kInvalidPropertyForProgramInterface = "Not an allowed program resource property for this program interface";
MSG kReadBufferNotAttached = "Read buffer has no attachment.";
428
428
MSG kRectangleTextureCompressed = "Rectangle texture cannot have a compressed format.";
429
429
MSG kRelativeOffsetTooLarge = "relativeOffset cannot be greater than MAX_VERTEX_ATTRIB_RELATIVE_OFFSET.";
430
-
MSG kRenderableInternalFormat = "SizedInternalformat must be color-renderable = depth-renderable = or stencil-renderable.";
430
+
MSG kRenderableInternalFormat = "SizedInternalformat must be color-renderable, depth-renderable, or stencil-renderable.";
431
431
MSG kRenderbufferNotBound = "A renderbuffer must be bound.";
432
432
MSG kResourceMaxRenderbufferSize = "Desired resource size is greater than max renderbuffer size.";
433
433
MSG kResourceMaxTextureSize = "Desired resource size is greater than max texture size.";
@@ -463,7 +463,7 @@ MSG kTextureWidthOrHeightOutOfRange = "Width and height must be less than or equ
463
463
MSG kTransfomFeedbackAlreadyActive = "Transform feedback is already active.";
464
464
MSG kTransformFeedbackActiveDelete = "Attempt to delete an active transform feedback.";
465
465
MSG kTransformFeedbackActiveDuringLink = "Cannot link program while program is associated with an active transform feedback object.";
466
-
MSG kTransformFeedbackBufferDoubleBound = "A transform feedback buffer that would be written to is also bound to a non-transform-feedback target = which would cause undefined behavior.";
466
+
MSG kTransformFeedbackBufferDoubleBound = "A transform feedback buffer that would be written to is also bound to a non-transform-feedback target, which would cause undefined behavior.";
467
467
MSG kTransformFeedbackBufferMultipleOutputs = "Transform feedback has a buffer bound to multiple outputs.";
468
468
MSG kTransformFeedbackBufferTooSmall = "Not enough space in bound transform feedback buffers.";
469
469
MSG kTransformFeedbackDoesNotExist = "Transform feedback object that does not exist.";
@@ -493,7 +493,7 @@ MSG kVertexShaderTypeMismatch = "Vertex shader input type does not match the typ
493
493
MSG kViewportNegativeSize = "Viewport size cannot be negative.";
494
494
MSG kViewsExceedMaxArrayLayers = "baseViewIndex+numViews cannot be greater than GL_MAX_ARRAY_TEXTURE_LAYERS.";
495
495
MSG kWebgl2NameLengthLimitExceeded = "Location lengths must not be greater than 1024 characters.";
496
-
MSG kWebglBindAttribLocationReservedPrefix = "Attributes that begin with 'webgl_' = or '_webgl_' are not allowed.";
496
+
MSG kWebglBindAttribLocationReservedPrefix = "Attributes that begin with 'webgl_', or '_webgl_' are not allowed.";
497
497
MSG kWebglNameLengthLimitExceeded = "Location name lengths must not be greater than 256 characters.";
498
498
MSG kZeroBoundToTarget = "Zero is bound to target.";
0 commit comments