summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2013-07-02 18:56:43 -0700
committerKenneth Graunke <kenneth@whitecape.org>2013-07-09 14:08:48 -0700
commita69274454b6bde265a910ca5bd3199217431f5b5 (patch)
tree605f7a7d18def1a4433113383b2302a90b34b11b /src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp
parent99ebf9d07a23b8c920912dc8289d97e17c753ee2 (diff)
i965: Replace #include "intel_context.h" with brw_context.h.
brw_context.h includes intel_context.h, but additionally makes the brw_context structure available. Switching this allows us to start using brw_context in more places. 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>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp b/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp
index e5c8372aeed..eb7851ba567 100644
--- a/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp
+++ b/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp
@@ -39,7 +39,7 @@
extern "C" {
#include "main/core.h"
-#include "intel_context.h"
+#include "brw_context.h"
}
#include "glsl/ir.h"
#include "glsl/ir_visitor.h"