OSDN Git Service

mesa: add support for ARB_texture_buffer_object_rgb32
authorDave Airlie <airlied@gmail.com>
Sat, 15 Dec 2012 03:03:40 +0000 (13:03 +1000)
committerDave Airlie <airlied@gmail.com>
Sat, 15 Dec 2012 20:55:33 +0000 (06:55 +1000)
commit1b62c326ea36dcfe66e84a75d11b4bbbc4231c69
tree180607522923c0d41bb5d42d3c155c6a55fde3fc
parent7d7a549fa03293ede1d1627be5bdb47c11677f87
mesa: add support for ARB_texture_buffer_object_rgb32

This adds the extensions + the tex buffer support for checking
the formats.

There is a piglit test enhancement sent to that list.

Reviewed-by: Marek Olšák <maraeo@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/mesa/main/extensions.c
src/mesa/main/mtypes.h
src/mesa/main/teximage.c