Bug 244290 - WebGLRenderingContextBase::readPixels should early reject FLOAT_32_UNSIGNED_INT_24_8_REV type
Summary: WebGLRenderingContextBase::readPixels should early reject FLOAT_32_UNSIGNED_I...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kimmo Kinnunen
URL:
Keywords: InRadar
: 244291 (view as bug list)
Depends on:
Blocks: webgl2conformance
  Show dependency treegraph
 
Reported: 2022-08-24 03:10 PDT by Kimmo Kinnunen
Modified: 2022-10-05 05:31 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kimmo Kinnunen 2022-08-24 03:10:26 PDT
WebGLRenderingContextBase::readPixels should early reject FLOAT_32_UNSIGNED_INT_24_8_REV type or validateArrayBufferType needs to be aware of its caller.

https://github.com/KhronosGroup/WebGL/pull/3486.
Comment 1 Radar WebKit Bug Importer 2022-08-24 06:11:41 PDT
<rdar://problem/99081375>
Comment 2 Kimmo Kinnunen 2022-08-24 06:20:19 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3608
Comment 3 Kimmo Kinnunen 2022-08-24 07:06:21 PDT
*** Bug 244291 has been marked as a duplicate of this bug. ***
Comment 4 EWS 2022-10-05 05:31:04 PDT
Committed 255165@main (40438efc37ff): <https://commits.webkit.org/255165@main>

Reviewed commits have been landed. Closing PR #3608 and removing active labels.