summaryrefslogtreecommitdiffstats
path: root/src/intel/isl/tests
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-08-22 14:47:55 -0700
committerJason Ekstrand <[email protected]>2016-09-03 08:23:06 -0700
commit55364ab5b7136e09a61d858f1167dee81e17bd9f (patch)
tree20a203dba078ac61790fa0896ae994f0d4355684 /src/intel/isl/tests
parent4218c3216648354b6c3d5a032a19418b7d0fc45b (diff)
intel: Add a new "common" library for more code sharing
The first thing to go in this new library is brw_device_info. Signed-off-by: Jason Ekstrand <[email protected]> Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/intel/isl/tests')
-rw-r--r--src/intel/isl/tests/isl_surf_get_image_offset_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/isl/tests/isl_surf_get_image_offset_test.c b/src/intel/isl/tests/isl_surf_get_image_offset_test.c
index 9015f0e0ee4..0c9173deab4 100644
--- a/src/intel/isl/tests/isl_surf_get_image_offset_test.c
+++ b/src/intel/isl/tests/isl_surf_get_image_offset_test.c
@@ -26,7 +26,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include "brw_device_info.h"
+#include "common/brw_device_info.h"
#include "isl/isl.h"
#include "isl/isl_priv.h"