mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
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:
parent
a69274454b
commit
18a223d323
2 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue