Re: [Mesa-dev] [PATCH] i915: correctly parse/set the context flags

2015-12-18 Thread Mark Janes
Reviewed-by: Mark Janes Tested-by: Mark Janes Emil Velikov writes: > With an earlier commit we've spit the flags parsing to a separate > function, but forgot to update all the dri modules to use it. > > Noticed when we've enabled KHR_debug for every dri module - fdo#93048 > > Fixes: 38366c0c6e

[Mesa-dev] [PATCH] i915: correctly parse/set the context flags

2015-12-18 Thread Emil Velikov
With an earlier commit we've spit the flags parsing to a separate function, but forgot to update all the dri modules to use it. Noticed when we've enabled KHR_debug for every dri module - fdo#93048 Fixes: 38366c0c6e7 "dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context" Cc: Mark Ja