gallium-intel: Create a i965_dri.so symlink
This is only used for debuging the gem backend on i965 chipset using the softpipe pipe driver. Usage: "export INTEL_SOFTPIPE=y" and point LIBGL_DRIVERS_PATH to "$MESA/lib/gallium" where $MESA is the mesa root.
This commit is contained in:
@@ -20,4 +20,6 @@ include ../../Makefile.template
|
||||
|
||||
DRI_LIB_DEPS += -ldrm_intel
|
||||
|
||||
symlinks:
|
||||
symlinks: $(TOP)/$(LIB_DIR)/gallium
|
||||
@rm -f $(TOP)/lib/gallium/i965_dri.so
|
||||
ln -s i915_dri.so $(TOP)/lib/gallium/i965_dri.so
|
||||
|
||||
Reference in New Issue
Block a user