mesa: Add extension enables for framebuffer fetch extensions

Graphics / Mesa 3D Graphics Library / Mesa - Francisco Jerez [riseup.net] - 24 August 2016 15:28 UTC

This allows drivers to expose EXT_shader_framebuffer_fetch in GLES2+ contexts if desired. Note that this adds boolean flags for two MESA extensions, but only the EXT GLES-only extension is exposed for the moment, see the cover letter of this series [1] for the rationale.

[1] https://lists.freedesktop.org/archives/mesa-dev/2016-July/124028.html

115a273 mesa: Add extension enables for framebuffer fetch extensions.
src/mesa/main/extensions_table.h | 1 +
src/mesa/main/mtypes.h | 2 ++
2 files changed, 3 insertions(+)

Upstream: cgit.freedesktop.org


  • Share