mesa: Expose ATI_draw_buffers.
authorEric Anholt <eric@anholt.net>
Wed, 13 Apr 2011 19:02:54 +0000 (12:02 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 14 Apr 2011 01:07:32 +0000 (18:07 -0700)
commita9a02c8a39620515ec9fd0d774ce329cf67ecb4e
treec33364bc5bf93dcfdba6dfdac9c0e0312f68c46b
parentfb6e39737a24f9652b6cdc10067736b8915c61f9
mesa: Expose ATI_draw_buffers.

This is the same as ARB_draw_buffers (which derived from it), except
for s/ARB/ATI/.  The glapi bits were already in place, and what was
missing was just the ARB_fp part.  The new Humble Bundle game "trine"
tries to use this extension without checking that it's exposed, which
this works around.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=36182
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/extensions.c