[Mesa-dev] [PATCH 1/5] dri2: Fix bug in attribute handling for non-desktop OpenGL contexts
Chad Versace
chad.versace at linux.intel.com
Fri Aug 3 12:03:52 PDT 2012
On 08/01/2012 05:21 PM, Ian Romanick wrote:
> From: Ian Romanick <ian.d.romanick at intel.com>
>
> Previously an error would be generated if any attributes were specified when
> creating a non-desktop OpenGL context. This was a mistake, and it will
> prevent old drivers from working with new EGL libraries that add support for
> the createContextAttribs interface. Instead, match the behavior of
> EGL_KHR_create_context: allow versions that make sense, reject non-zero flags.
>
> NOTE: This is a candidate for the 8.0 branch.
>
> Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
> Cc: Kristian Høgsberg <krh at bitplanet.net>
> Cc: Matt Turner <mattst88 at gmail.com>
Patch 1 is
Reviewed-by: Chad Versace <chad.versace at linux.intel.com>
More information about the mesa-dev
mailing list