P4 to Git Change 1289323 by ashi1@ashi1_win50 on 2016/07/08 16:35:14

SWDEV-97770 - Workaround to get OCL to build after Pele and Evergreen files are removed from ugl.

	"drivers/ugl/src/gl/gs/hwl/evergreen" and " "drivers/ugl/src/gl/gs/hwl/pele" no longer exist. This moves the dependency to "drivers/inc/asic_reg/3D/r800" and "drivers/inc/asic_reg/3D/r600". Not the ideal solution but better than build failure.

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/complibdefs#6 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/complibdefs#49 edit


[ROCm/clr commit: 9b5d65ddf5]
Esse commit está contido em:
foreman
2016-07-08 17:30:00 -04:00
commit 6a2fc41109
+2 -2
Ver Arquivo
@@ -67,8 +67,8 @@ GCPPFLAGS += $(DEFSWITCH) "BREAK_ON_LOG_ERROR=0"
GCPPFLAGS += $(DEFSWITCH) "LOG_LEVEL=2"
GCPPFLAGS += $(INCSWITCH) "$(OPENCL_DEPTH)/runtime/device/gpu/gslbe/src/rt"
GCPPFLAGS += $(INCSWITCH) "$(UGL_DEPTH)/gl/gs/hwl/pele/include/asic"
GCPPFLAGS += $(INCSWITCH) "$(UGL_DEPTH)/gl/gs/hwl/evergreen/include/asic"
GCPPFLAGS += $(INCSWITCH) "$(DEPTH)/drivers/inc/asic_reg/3D/r600"
GCPPFLAGS += $(INCSWITCH) "$(DEPTH)/drivers/inc/asic_reg/3D/r800"
GCPPFLAGS += $(INCSWITCH) "$(UGL_DEPTH)/gl/gs/hwl/si/include/asic"
export BRIG_ENABLE=1