From: Katarzyna Dec <katarzyna.dec@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t 2/2] lib/i915: Move shaders directory
Date: Tue, 2 Oct 2018 15:49:33 +0200 [thread overview]
Message-ID: <20181002134933.20526-3-katarzyna.dec@intel.com> (raw)
In-Reply-To: <20181002134933.20526-1-katarzyna.dec@intel.com>
In shaders/ directory we got Intel specific information. As igt
is a project for more vendors, let's move this directory to
lib/i915.
Signed-off-by: Katarzyna Dec <katarzyna.dec@intel.com>
Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Cc: Petri Latvala <petri.latvala@intel.com>
Cc: Kalamarz Lukasz <lukasz.kalamarz@intel.com>
Cc: Antonio Argenziano <antonio.argenziano@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
---
{shaders => lib/i915/shaders}/README | 0
{shaders => lib/i915/shaders}/converter.py | 0
{shaders => lib/i915/shaders}/gpgpu/README | 0
{shaders => lib/i915/shaders}/gpgpu/gpgpu_fill.gxa | 0
{shaders => lib/i915/shaders}/gpgpu/gpgpu_fill_gen8.asm | 0
{shaders => lib/i915/shaders}/gpgpu/gpgpu_fill_gen9.asm | 0
{shaders => lib/i915/shaders}/media/README | 0
{shaders => lib/i915/shaders}/media/media_fill.gxa | 0
{shaders => lib/i915/shaders}/media/media_fill_gen8.asm | 0
{shaders => lib/i915/shaders}/ps/README | 0
{shaders => lib/i915/shaders}/ps/blit.g7a | 0
{shaders => lib/i915/shaders}/ps/blit_gen8.asm | 0
{shaders => lib/i915/shaders}/ps/neg1_gen8.asm | 0
{shaders => lib/i915/shaders}/ps/neg1_test.g7a | 0
14 files changed, 0 insertions(+), 0 deletions(-)
rename {shaders => lib/i915/shaders}/README (100%)
rename {shaders => lib/i915/shaders}/converter.py (100%)
rename {shaders => lib/i915/shaders}/gpgpu/README (100%)
rename {shaders => lib/i915/shaders}/gpgpu/gpgpu_fill.gxa (100%)
rename {shaders => lib/i915/shaders}/gpgpu/gpgpu_fill_gen8.asm (100%)
rename {shaders => lib/i915/shaders}/gpgpu/gpgpu_fill_gen9.asm (100%)
rename {shaders => lib/i915/shaders}/media/README (100%)
rename {shaders => lib/i915/shaders}/media/media_fill.gxa (100%)
rename {shaders => lib/i915/shaders}/media/media_fill_gen8.asm (100%)
rename {shaders => lib/i915/shaders}/ps/README (100%)
rename {shaders => lib/i915/shaders}/ps/blit.g7a (100%)
rename {shaders => lib/i915/shaders}/ps/blit_gen8.asm (100%)
rename {shaders => lib/i915/shaders}/ps/neg1_gen8.asm (100%)
rename {shaders => lib/i915/shaders}/ps/neg1_test.g7a (100%)
diff --git a/shaders/README b/lib/i915/shaders/README
similarity index 100%
rename from shaders/README
rename to lib/i915/shaders/README
diff --git a/shaders/converter.py b/lib/i915/shaders/converter.py
similarity index 100%
rename from shaders/converter.py
rename to lib/i915/shaders/converter.py
diff --git a/shaders/gpgpu/README b/lib/i915/shaders/gpgpu/README
similarity index 100%
rename from shaders/gpgpu/README
rename to lib/i915/shaders/gpgpu/README
diff --git a/shaders/gpgpu/gpgpu_fill.gxa b/lib/i915/shaders/gpgpu/gpgpu_fill.gxa
similarity index 100%
rename from shaders/gpgpu/gpgpu_fill.gxa
rename to lib/i915/shaders/gpgpu/gpgpu_fill.gxa
diff --git a/shaders/gpgpu/gpgpu_fill_gen8.asm b/lib/i915/shaders/gpgpu/gpgpu_fill_gen8.asm
similarity index 100%
rename from shaders/gpgpu/gpgpu_fill_gen8.asm
rename to lib/i915/shaders/gpgpu/gpgpu_fill_gen8.asm
diff --git a/shaders/gpgpu/gpgpu_fill_gen9.asm b/lib/i915/shaders/gpgpu/gpgpu_fill_gen9.asm
similarity index 100%
rename from shaders/gpgpu/gpgpu_fill_gen9.asm
rename to lib/i915/shaders/gpgpu/gpgpu_fill_gen9.asm
diff --git a/shaders/media/README b/lib/i915/shaders/media/README
similarity index 100%
rename from shaders/media/README
rename to lib/i915/shaders/media/README
diff --git a/shaders/media/media_fill.gxa b/lib/i915/shaders/media/media_fill.gxa
similarity index 100%
rename from shaders/media/media_fill.gxa
rename to lib/i915/shaders/media/media_fill.gxa
diff --git a/shaders/media/media_fill_gen8.asm b/lib/i915/shaders/media/media_fill_gen8.asm
similarity index 100%
rename from shaders/media/media_fill_gen8.asm
rename to lib/i915/shaders/media/media_fill_gen8.asm
diff --git a/shaders/ps/README b/lib/i915/shaders/ps/README
similarity index 100%
rename from shaders/ps/README
rename to lib/i915/shaders/ps/README
diff --git a/shaders/ps/blit.g7a b/lib/i915/shaders/ps/blit.g7a
similarity index 100%
rename from shaders/ps/blit.g7a
rename to lib/i915/shaders/ps/blit.g7a
diff --git a/shaders/ps/blit_gen8.asm b/lib/i915/shaders/ps/blit_gen8.asm
similarity index 100%
rename from shaders/ps/blit_gen8.asm
rename to lib/i915/shaders/ps/blit_gen8.asm
diff --git a/shaders/ps/neg1_gen8.asm b/lib/i915/shaders/ps/neg1_gen8.asm
similarity index 100%
rename from shaders/ps/neg1_gen8.asm
rename to lib/i915/shaders/ps/neg1_gen8.asm
diff --git a/shaders/ps/neg1_test.g7a b/lib/i915/shaders/ps/neg1_test.g7a
similarity index 100%
rename from shaders/ps/neg1_test.g7a
rename to lib/i915/shaders/ps/neg1_test.g7a
--
2.17.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next prev parent reply other threads:[~2018-10-02 13:49 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-02 13:49 [igt-dev] [PATCH i-g-t 0/2] Shaders documentation RESENDING Katarzyna Dec
2018-10-02 13:49 ` [igt-dev] [PATCH i-g-t 1/2] shaders: Add assembler instructions and update README for shaders Katarzyna Dec
2018-10-02 13:57 ` Kalamarz, Lukasz
2018-10-03 5:47 ` Katarzyna Dec
2018-10-03 11:02 ` Petri Latvala
2018-10-03 13:51 ` Katarzyna Dec
2018-10-03 11:05 ` Arkadiusz Hiler
2018-10-03 13:50 ` Katarzyna Dec
2018-10-02 13:49 ` Katarzyna Dec [this message]
2018-10-03 11:00 ` [igt-dev] [PATCH i-g-t 2/2] lib/i915: Move shaders directory Petri Latvala
2018-10-03 13:52 ` Katarzyna Dec
2018-10-02 14:55 ` [igt-dev] ✓ Fi.CI.BAT: success for Shaders documentation RESENDING Patchwork
2018-10-03 6:14 ` [igt-dev] ✓ Fi.CI.BAT: success for Shaders documentation RESENDING (rev2) Patchwork
2018-10-03 6:53 ` [igt-dev] ✗ Fi.CI.IGT: failure for Shaders documentation RESENDING Patchwork
2018-10-03 10:14 ` [igt-dev] ✓ Fi.CI.IGT: success for Shaders documentation RESENDING (rev2) Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181002134933.20526-3-katarzyna.dec@intel.com \
--to=katarzyna.dec@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox