Re: [Mesa-dev] [PATCH 2/3] (gles3) intel: Expose support for DRI_API_GLES3

2012-11-20 Thread Chad Versace
On 11/20/2012 05:45 PM, Ian Romanick wrote: > On 11/20/2012 05:31 PM, Chad Versace wrote: >> 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 >> --- >> src/mesa/drivers/dri/intel/intel_screen.

Re: [Mesa-dev] [PATCH 2/3] (gles3) intel: Expose support for DRI_API_GLES3

2012-11-20 Thread Ian Romanick
On 11/20/2012 05:31 PM, Chad Versace wrote: 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 --- src/mesa/drivers/dri/intel/intel_screen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/me

[Mesa-dev] [PATCH 2/3] (gles3) intel: Expose support for DRI_API_GLES3

2012-11-20 Thread Chad Versace
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 --- src/mesa/drivers/dri/intel/intel_screen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/drivers/dri/intel/intel_screen.c b/src/mesa/