diff options
author | Michel Dänzer <[email protected]> | 2012-05-12 12:12:21 +0200 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2012-05-12 12:12:21 +0200 |
commit | 24bc382010cc1f2021a7ce8c62626b9e90ee30d0 (patch) | |
tree | 8f8b7b664624ee335e9836178fae65f708c5e06f /src | |
parent | 31a25dac98ea20ba853128f98987c6358d8e0598 (diff) |
radeonsi: Fixups for recent build infrastructure changes.
In particular for the pipe loader changes.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/targets/pipe-loader/Makefile | 13 | ||||
-rw-r--r-- | src/gallium/targets/pipe-loader/pipe_radeonsi.c (renamed from src/gallium/targets/gbm/pipe_radeonsi.c) | 0 |
2 files changed, 13 insertions, 0 deletions
diff --git a/src/gallium/targets/pipe-loader/Makefile b/src/gallium/targets/pipe-loader/Makefile index eb3b4fc8aa3..596539cc709 100644 --- a/src/gallium/targets/pipe-loader/Makefile +++ b/src/gallium/targets/pipe-loader/Makefile @@ -57,6 +57,12 @@ r600_LIBS = \ $(TOP)/src/gallium/drivers/r600/libr600.a r600_SYS += -ldrm_radeon +# radeonsi pipe driver +radeonsi_LIBS = \ + $(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \ + $(TOP)/src/gallium/drivers/radeonsi/libradeonsi.a +radeonsi_SYS += -ldrm_radeon + # vmwgfx pipe driver vmwgfx_LIBS = \ $(TOP)/src/gallium/winsys/svga/drm/libsvgadrm.a \ @@ -105,6 +111,13 @@ ifneq ($(findstring r600,$(GALLIUM_DRIVERS_DIRS)),) endif endif +ifneq ($(findstring radeon/drm,$(GALLIUM_WINSYS_DIRS)),) +ifneq ($(findstring radeonsi,$(GALLIUM_DRIVERS_DIRS)),) + _PIPE_TARGETS_CC += $(PIPE_PREFIX)radeonsi.so + PIPE_SOURCES += pipe_radeonsi.c +endif +endif + ifneq ($(findstring svga/drm,$(GALLIUM_WINSYS_DIRS)),) _PIPE_TARGETS_CC += $(PIPE_PREFIX)vmwgfx.so PIPE_SOURCES += pipe_vmwgfx.c diff --git a/src/gallium/targets/gbm/pipe_radeonsi.c b/src/gallium/targets/pipe-loader/pipe_radeonsi.c index bb57118b7b0..bb57118b7b0 100644 --- a/src/gallium/targets/gbm/pipe_radeonsi.c +++ b/src/gallium/targets/pipe-loader/pipe_radeonsi.c |