mesa: Add {OES,EXT}_tessellation_shader to the extensions table.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 8 Jul 2016 18:48:15 +0000 (11:48 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 8 Aug 2016 16:59:03 +0000 (09:59 -0700)
commitc8438b62b71f4e2bd3801e936143c439a68c4bd2
tree102cef3061f5fda93f954d9d88bbb67fdd97504c
parent73554c47e0795a8f15a351b80498c60cf22b2535
mesa: Add {OES,EXT}_tessellation_shader to the extensions table.

Also update _mesa_has_tessellation to know about the new extensions.

For now, these are dummy_false, to avoid turning on the extension
until everything's in place.  Eventually, we'll move them over to
the "ARB_tessellation_shader" bit so that any drivers supporting
both the desktop extension and ES 3.1 get the feature.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/context.h
src/mesa/main/extensions_table.h