OSDN Git Service

intel: Expose support for DRI_API_GLES3
authorChad Versace <chad.versace@linux.intel.com>
Thu, 22 Nov 2012 00:55:43 +0000 (16:55 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 15 Jan 2013 21:45:54 +0000 (13:45 -0800)
commit26f9faa04b4e924bc8e1fc35a5d75179063764e6
tree76652cece516f95e4569687aa01a97752ba8bbd0
parente90c08e6674018ac56e1134ba02295a3e7edc90c
intel: Expose support for DRI_API_GLES3

If the hardware/driver combo supports GLES3, then set the GLES3 bit in
intel_screen's bitmask of supported DRI API's.  Neither the EGL nor GLX
layer uses the bit yet.

Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/intel/intel_screen.c