Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 508212
Collapse All | Expand All

(-)a/src/mesa/drivers/dri/i965/brw_context.c (-1 / +1 lines)
Lines 645-651 brwCreateContext(gl_api api, Link Here
645
645
646
   brw_init_driver_functions(brw, &functions);
646
   brw_init_driver_functions(brw, &functions);
647
647
648
   if (notify_reset)
648
   if (notify_reset && brw->gen >= 6)
649
      functions.GetGraphicsResetStatus = brw_get_graphics_reset_status;
649
      functions.GetGraphicsResetStatus = brw_get_graphics_reset_status;
650
650
651
   struct gl_context *ctx = &brw->ctx;
651
   struct gl_context *ctx = &brw->ctx;

Return to bug 508212