i965/drm: Check INTEL_DEBUG & DEBUG_BUFMGR directly.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 22 Mar 2017 05:40:04 +0000 (22:40 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 10 Apr 2017 21:31:25 +0000 (14:31 -0700)
commitdca224a9ef0ebeb6f30c9dca99be9ff81fdafd2a
treea2ffef8ca0e30ab6eb7f686bceaa9511e8631ee2
parent68cb0c6d92b82609a4bee97dde3af9db26f8fdf9
i965/drm: Check INTEL_DEBUG & DEBUG_BUFMGR directly.

Eliminates some API around this, and more importantly, the last
field in one bufmgr class.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/brw_bufmgr.h
src/mesa/drivers/dri/i965/intel_bufmgr.c
src/mesa/drivers/dri/i965/intel_bufmgr_gem.c
src/mesa/drivers/dri/i965/intel_bufmgr_priv.h
src/mesa/drivers/dri/i965/intel_screen.c