i965: Reduce cross-pollination between the DRI driver and compiler

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Jason Ekstrand
2017-03-01 08:58:43 -08:00
parent a2195e561a
commit 8048c1953c
57 changed files with 34 additions and 52 deletions
-1
View File
@@ -24,7 +24,6 @@
#include "compiler/nir/nir_builder.h"
#include "blorp_priv.h"
#include "brw_meta_util.h"
/* header-only include needed for _mesa_unorm_to_float and friends. */
#include "mesa/main/format_utils.h"
-1
View File
@@ -23,7 +23,6 @@
#include <stdlib.h>
#include "brw_context.h"
#include "brw_inst.h"
#include "brw_eu.h"