mesa: In helpers, only check driver capability for meta
authorNanley Chery <nanley.g.chery@intel.com>
Thu, 15 Oct 2015 19:34:43 +0000 (12:34 -0700)
committerNanley Chery <nanley.g.chery@intel.com>
Thu, 12 Nov 2015 21:10:37 +0000 (13:10 -0800)
commita16ffb743ced9fde80b2485dfc2d86ae74e86f25
tree987bb5b3167cba591bf23fff20479fc00e532986
parent5645770742d21b0a2ae0fe3ecce135933cd9b4fc
mesa: In helpers, only check driver capability for meta

Make API context and version checks done by the helper functions pass
unconditionally while meta is in progress. This transparently makes
extension checks solely dependent on struct gl_extensions while in meta.

v2: Use an 8-bit data type instead of a GLuint

Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Chad Versace <chad.versace@intel.com>
src/mesa/drivers/common/meta.c
src/mesa/drivers/common/meta.h
src/mesa/main/extensions.h
src/mesa/main/mtypes.h
src/mesa/main/version.c