i965: Add forward declarations of brw_context to a few places.
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>
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "main/mtypes.h"
|
||||
|
||||
struct brw_context;
|
||||
struct intel_context;
|
||||
struct gl_buffer_object;
|
||||
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct brw_context;
|
||||
struct intel_context;
|
||||
struct intel_screen;
|
||||
struct intel_buffer_object;
|
||||
|
||||
Reference in New Issue
Block a user