OSDN Git Service

mesa: add OES_texture_buffer and EXT_texture_buffer support
authorIlia Mirkin <imirkin@alum.mit.edu>
Sat, 27 Feb 2016 21:16:28 +0000 (16:16 -0500)
committerIlia Mirkin <imirkin@alum.mit.edu>
Tue, 29 Mar 2016 00:29:29 +0000 (20:29 -0400)
commitb4c0c514b10ed85b50e4fc3bbd9c740db21e5720
tree15196c2adbb21a98cf1b714336b455849aab8907
parent720670a615590e37a7e85852527a590778e6f273
mesa: add OES_texture_buffer and EXT_texture_buffer support

Allow ES 3.1 contexts to access the texture buffer functionality.

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>
docs/GL3.txt
src/mapi/glapi/gen/apiexec.py
src/mapi/glapi/gen/es_EXT.xml
src/mesa/main/bufferobj.c
src/mesa/main/get.c
src/mesa/main/get_hash_params.py
src/mesa/main/tests/dispatch_sanity.cpp
src/mesa/main/teximage.c
src/mesa/main/texobj.c
src/mesa/main/texparam.c