Move isl to src/intel

This commit is contained in:
Jason Ekstrand 2016-02-18 10:34:47 -08:00
parent f6d9587688
commit 47b8b08612
27 changed files with 4 additions and 6 deletions

View File

@ -2520,7 +2520,7 @@ AC_CONFIG_FILES([Makefile
src/gtest/Makefile
src/intel/Makefile
src/intel/genxml/Makefile
src/isl/Makefile
src/intel/isl/Makefile
src/loader/Makefile
src/mapi/Makefile
src/mapi/es1api/glesv1_cm.pc

View File

@ -58,7 +58,6 @@ AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS)
if HAVE_VULKAN
SUBDIRS += intel
SUBDIRS += isl
SUBDIRS += vulkan
endif

View File

@ -19,4 +19,4 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
SUBDIRS = genxml
SUBDIRS = genxml isl

View File

Can't render this file because it contains an unexpected character in line 4 and column 65.

View File

@ -62,7 +62,6 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/src/gallium/auxiliary \
-I$(top_srcdir)/src/gallium/include \
-I$(top_srcdir)/src/intel/ \
-I$(top_srcdir)/src/isl/ \
-I$(top_builddir)/src \
-I$(top_builddir)/src/compiler \
-I$(top_builddir)/src/compiler/nir \
@ -165,7 +164,7 @@ anv_entrypoints.c : anv_entrypoints_gen.py $(vulkan_include_HEADERS)
CLEANFILES = $(BUILT_SOURCES)
libvulkan_intel_la_LIBADD = $(WAYLAND_LIBS) -lxcb -lxcb-dri3 \
$(top_builddir)/src/isl/libisl.la \
$(top_builddir)/src/intel/isl/libisl.la \
$(top_builddir)/src/mesa/drivers/dri/i965/libi965_compiler.la \
../mesa/libmesa.la \
../mesa/drivers/dri/common/libdri_test_stubs.la \

View File

@ -62,7 +62,7 @@ typedef uint32_t xcb_window_t;
#include "anv_entrypoints.h"
#include "anv_gen_macros.h"
#include "brw_context.h"
#include "isl.h"
#include "isl/isl.h"
#ifdef __cplusplus
extern "C" {