Add GL_MESA_texture_const_bandwidth#643
Conversation
GL_MESA_texture_const_bandwidth adds a way for an app to request the use of a format which does have data dependent bandwidth characteristics, in order to avoid a potential side-channel.
|
fwiw, original MESA implementation is at https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25464 |
|
The enumeration name finally chosen in Mesa, |
|
WG 12 March 2025: Approved to merge. @robclark should make any final changes then ping me again. |
|
So what is the verdict on naming. I can rename the enums, but renaming the extension would be an ABI break, since this extension has been in mesa for a while. |
|
The verdict is do whatever you want. |
I'd vote to land it as-is, since it has been in mesa for a while now |
|
@oddhack please merge |
GL_MESA_texture_const_bandwidth adds a way for an app to request the use of a format which does have data dependent bandwidth characteristics, in order to avoid a potential side-channel.