mesa: add OES_texture_buffer and EXT_texture_buffer extension to table
authorIlia Mirkin <imirkin@alum.mit.edu>
Sat, 27 Feb 2016 21:06:42 +0000 (16:06 -0500)
committerIlia Mirkin <imirkin@alum.mit.edu>
Tue, 29 Mar 2016 00:19:14 +0000 (20:19 -0400)
commit74b76c08a3732b0ca337998780d01d67e7fd554b
tree7363b84b2cd9d729115801ff4e5d8e9748fde31a
parent659beca666c4e90ab5f366b231a94ed437898b80
mesa: add OES_texture_buffer and EXT_texture_buffer extension to table

We need to add a new bit since the GL ES exts require functionality from
a combination of texture buffer extensions as well as images (for
imageBuffer) support. Additionally, not all GPUs support all the texture
buffer functionality (e.g. rgb32 isn't supported by nv50).

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/extensions_table.h
src/mesa/main/mtypes.h