From bba38422e7f903094562f1b78cc3579683c0a667 Mon Sep 17 00:00:00 2001 From: Katarzyna Dec Date: Wed, 3 Oct 2018 15:48:40 +0200 Subject: lib/i915: Move shaders directory In shaders/ directory we got Intel specific information. As igt is a project for more vendors, let's move this directory to lib/i915. v2: Changed shaders directory path in library files comments. Signed-off-by: Katarzyna Dec Cc: Arkadiusz Hiler Cc: Petri Latvala Cc: Kalamarz Lukasz Cc: Antonio Argenziano Reviewed-by: Chris Wilson --- lib/gpgpu_fill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gpgpu_fill.c') diff --git a/lib/gpgpu_fill.c b/lib/gpgpu_fill.c index af2935ab..003f4616 100644 --- a/lib/gpgpu_fill.c +++ b/lib/gpgpu_fill.c @@ -34,7 +34,7 @@ #include "gpgpu_fill.h" #include "gpu_cmds.h" -/* shaders/gpgpu/gpgpu_fill.gxa */ +/* lib/i915/shaders/gpgpu/gpgpu_fill.gxa */ static const uint32_t gen7_gpgpu_kernel[][4] = { { 0x00400001, 0x20200231, 0x00000020, 0x00000000 }, { 0x00000041, 0x20400c21, 0x00000004, 0x00000010 }, -- cgit v1.2.3