These files have forward declarations for intel_context. This makes
brw_context available in the same places without further #include
monkeying.
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Acked-by: Chris Forbes <chrisf@ijw.co.nz>
Acked-by: Paul Berry <stereotype441@gmail.com>
Acked-by: Anuj Phogat <anuj.phogat@gmail.com>
#include "main/mtypes.h"
+struct brw_context;
struct intel_context;
struct gl_buffer_object;
extern "C" {
#endif
+struct brw_context;
struct intel_context;
struct intel_screen;
struct intel_buffer_object;