Compare commits
4 Commits
mesa-20.3.
...
mesa-19.0-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2fddad9e3f | ||
|
|
2b603ee4f1 | ||
|
|
e7f6a5d17f | ||
|
|
1f5f12687f |
@@ -22,6 +22,7 @@
|
|||||||
SUBDIRS = src
|
SUBDIRS = src
|
||||||
|
|
||||||
AM_DISTCHECK_CONFIGURE_FLAGS = \
|
AM_DISTCHECK_CONFIGURE_FLAGS = \
|
||||||
|
--enable-autotools \
|
||||||
--enable-dri \
|
--enable-dri \
|
||||||
--enable-dri3 \
|
--enable-dri3 \
|
||||||
--enable-egl \
|
--enable-egl \
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ LLVM_REQUIRED_OPENCL=3.9.0
|
|||||||
LLVM_REQUIRED_R600=3.9.0
|
LLVM_REQUIRED_R600=3.9.0
|
||||||
LLVM_REQUIRED_RADEONSI=7.0.0
|
LLVM_REQUIRED_RADEONSI=7.0.0
|
||||||
LLVM_REQUIRED_RADV=7.0.0
|
LLVM_REQUIRED_RADV=7.0.0
|
||||||
LLVM_REQUIRED_SWR=6.0.0
|
LLVM_REQUIRED_SWR=7.0.0
|
||||||
|
|
||||||
dnl Check for progs
|
dnl Check for progs
|
||||||
AC_PROG_CPP
|
AC_PROG_CPP
|
||||||
@@ -2845,8 +2845,8 @@ if test -n "$with_gallium_drivers"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# XXX: Keep in sync with LLVM_REQUIRED_SWR
|
# XXX: Keep in sync with LLVM_REQUIRED_SWR
|
||||||
AM_CONDITIONAL(SWR_INVALID_LLVM_VERSION, test "x$LLVM_VERSION" != x6.0.0 -a \
|
AM_CONDITIONAL(SWR_INVALID_LLVM_VERSION, test "x$LLVM_VERSION" != x7.0.0 -a \
|
||||||
"x$LLVM_VERSION" != x6.0.1)
|
"x$LLVM_VERSION" != x7.0.1)
|
||||||
|
|
||||||
if test "x$enable_llvm" = "xyes" -a "$with_gallium_drivers"; then
|
if test "x$enable_llvm" = "xyes" -a "$with_gallium_drivers"; then
|
||||||
llvm_require_version $LLVM_REQUIRED_GALLIUM "gallium"
|
llvm_require_version $LLVM_REQUIRED_GALLIUM "gallium"
|
||||||
|
|||||||
@@ -104,6 +104,6 @@ $(intermediates)/glsl/ir_expression_operation_strings.h: $(LOCAL_PATH)/glsl/ir_e
|
|||||||
@mkdir -p $(dir $@)
|
@mkdir -p $(dir $@)
|
||||||
$(hide) $(MESA_PYTHON2) $< strings > $@
|
$(hide) $(MESA_PYTHON2) $< strings > $@
|
||||||
|
|
||||||
$(intermediates)/compiler/glsl/float64_glsl.h: $(LOCAL_PATH)/glsl/xxd.py
|
$(intermediates)/glsl/float64_glsl.h: $(LOCAL_PATH)/glsl/xxd.py
|
||||||
@mkdir -p $(dir $@)
|
@mkdir -p $(dir $@)
|
||||||
$(hide) $(MESA_PYTHON2) $< $(MESA_TOP)/src/compiler/glsl/float64.glsl $@ -n float64_source > $@
|
$(hide) $(MESA_PYTHON2) $< $(MESA_TOP)/src/compiler/glsl/float64.glsl $@ -n float64_source > $@
|
||||||
|
|||||||
@@ -34,6 +34,8 @@ AM_CFLAGS = \
|
|||||||
-I$(top_builddir)/src/util \
|
-I$(top_builddir)/src/util \
|
||||||
-I$(top_srcdir)/src/mesa/drivers/dri/common \
|
-I$(top_srcdir)/src/mesa/drivers/dri/common \
|
||||||
-I$(top_srcdir)/src/gtest/include \
|
-I$(top_srcdir)/src/gtest/include \
|
||||||
|
-I$(top_builddir)/src/compiler \
|
||||||
|
-I$(top_srcdir)/src/compiler \
|
||||||
-I$(top_builddir)/src/compiler/glsl \
|
-I$(top_builddir)/src/compiler/glsl \
|
||||||
-I$(top_builddir)/src/compiler/nir \
|
-I$(top_builddir)/src/compiler/nir \
|
||||||
-I$(top_srcdir)/src/compiler/nir \
|
-I$(top_srcdir)/src/compiler/nir \
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
#include "compiler/glsl/ir.h"
|
#include "compiler/glsl/ir.h"
|
||||||
#include "compiler/glsl/program.h"
|
#include "compiler/glsl/program.h"
|
||||||
#include "compiler/glsl/glsl_to_nir.h"
|
#include "compiler/glsl/glsl_to_nir.h"
|
||||||
#include "compiler/glsl/float64_glsl.h"
|
#include "glsl/float64_glsl.h"
|
||||||
|
|
||||||
#include "brw_program.h"
|
#include "brw_program.h"
|
||||||
#include "brw_context.h"
|
#include "brw_context.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user