public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v2 0/2] Shaders documentation RESENDING
@ 2018-10-03 13:48 Katarzyna Dec
  2018-10-03 13:48 ` [igt-dev] [PATCH i-g-t v2 1/2] shaders: Add assembler instructions and update README for shaders Katarzyna Dec
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Katarzyna Dec @ 2018-10-03 13:48 UTC (permalink / raw)
  To: igt-dev

 This is the same series that was sent in june'18, but got lost during review.
 Major issue was with introducing IGA for newer gens.
 I've discussed about this series lately on intel-gfx and with high probability
 we could merge it (after successful review).

 Please look at these patches and leave your comment.

 v2: I have applied comments from review - fixed typos, changed readme files,
 updated converter and updated comments like "see shader/ps" in libs to new
 path.

 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>

Katarzyna Dec (2):
  shaders: Add assembler instructions and update README for shaders
  lib/i915: Move shaders directory

 lib/gpgpu_fill.c                              |  2 +-
 lib/i915/shaders/README                       | 25 ++++++++++++++++++
 lib/i915/shaders/converter.py                 | 26 +++++++++++++++++++
 .../i915/shaders}/gpgpu/gpgpu_fill.gxa        |  0
 lib/i915/shaders/gpgpu/gpgpu_fill_gen8.asm    | 10 +++++++
 lib/i915/shaders/gpgpu/gpgpu_fill_gen9.asm    | 10 +++++++
 .../i915/shaders}/media/media_fill.gxa        |  0
 lib/i915/shaders/media/media_fill_gen8.asm    | 11 ++++++++
 {shaders => lib/i915/shaders}/ps/blit.g7a     |  0
 lib/i915/shaders/ps/blit_gen8.asm             |  7 +++++
 lib/i915/shaders/ps/neg1_gen8.asm             |  9 +++++++
 .../i915/shaders}/ps/neg1_test.g7a            |  0
 lib/rendercopy_gen8.c                         |  2 +-
 lib/rendercopy_gen9.c                         |  2 +-
 shaders/gpgpu/README                          |  4 ---
 shaders/media/README                          |  5 ----
 shaders/ps/README                             |  1 -
 17 files changed, 101 insertions(+), 13 deletions(-)
 create mode 100644 lib/i915/shaders/README
 create mode 100644 lib/i915/shaders/converter.py
 rename {shaders => lib/i915/shaders}/gpgpu/gpgpu_fill.gxa (100%)
 create mode 100644 lib/i915/shaders/gpgpu/gpgpu_fill_gen8.asm
 create mode 100644 lib/i915/shaders/gpgpu/gpgpu_fill_gen9.asm
 rename {shaders => lib/i915/shaders}/media/media_fill.gxa (100%)
 create mode 100644 lib/i915/shaders/media/media_fill_gen8.asm
 rename {shaders => lib/i915/shaders}/ps/blit.g7a (100%)
 create mode 100644 lib/i915/shaders/ps/blit_gen8.asm
 create mode 100644 lib/i915/shaders/ps/neg1_gen8.asm
 rename {shaders => lib/i915/shaders}/ps/neg1_test.g7a (100%)
 delete mode 100644 shaders/gpgpu/README
 delete mode 100644 shaders/media/README
 delete mode 100644 shaders/ps/README

-- 
2.17.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [igt-dev] [PATCH i-g-t v2 0/2] Shaders documentation
@ 2018-06-15  9:12 Katarzyna Dec
  2018-06-15  9:12 ` [igt-dev] [PATCH i-g-t v2 1/2] shaders: Add assembler instructions and update README for shaders Katarzyna Dec
  0 siblings, 1 reply; 8+ messages in thread
From: Katarzyna Dec @ 2018-06-15  9:12 UTC (permalink / raw)
  To: igt-dev

Since discussion about hw-tests directory is still going, I am
submitting shaders documentation as a single patch.
Let me know if this documentation is ok.
Any feedback is welcome.

v2: After talking with Chris Wilson on IRC we agreed that it would be
worth to move whole shaders directory to lib/i915/.

Kasia :)

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>


Katarzyna Dec (2):
  shaders: Add assembler instructions and update README for shaders
  lib/i915: Move shaders directory

 lib/i915/shaders/README                            | 37 ++++++++++++++++++++++
 lib/i915/shaders/gpgpu/README                      | 15 +++++++++
 {shaders => lib/i915/shaders}/gpgpu/gpgpu_fill.gxa |  0
 lib/i915/shaders/gpgpu/gpgpu_fill_gen8.asm         | 10 ++++++
 lib/i915/shaders/gpgpu/gpgpu_fill_gen9.asm         | 10 ++++++
 lib/i915/shaders/media/README                      | 14 ++++++++
 {shaders => lib/i915/shaders}/media/media_fill.gxa |  0
 lib/i915/shaders/media/media_fill_gen8.asm         | 11 +++++++
 lib/i915/shaders/ps/README                         |  9 ++++++
 {shaders => lib/i915/shaders}/ps/blit.g7a          |  0
 lib/i915/shaders/ps/blit_gen8.asm                  |  7 ++++
 lib/i915/shaders/ps/neg1_gen8.asm                  |  9 ++++++
 {shaders => lib/i915/shaders}/ps/neg1_test.g7a     |  0
 shaders/gpgpu/README                               |  4 ---
 shaders/media/README                               |  5 ---
 shaders/ps/README                                  |  1 -
 16 files changed, 122 insertions(+), 10 deletions(-)
 create mode 100644 lib/i915/shaders/README
 create mode 100644 lib/i915/shaders/gpgpu/README
 rename {shaders => lib/i915/shaders}/gpgpu/gpgpu_fill.gxa (100%)
 create mode 100644 lib/i915/shaders/gpgpu/gpgpu_fill_gen8.asm
 create mode 100644 lib/i915/shaders/gpgpu/gpgpu_fill_gen9.asm
 create mode 100644 lib/i915/shaders/media/README
 rename {shaders => lib/i915/shaders}/media/media_fill.gxa (100%)
 create mode 100644 lib/i915/shaders/media/media_fill_gen8.asm
 create mode 100644 lib/i915/shaders/ps/README
 rename {shaders => lib/i915/shaders}/ps/blit.g7a (100%)
 create mode 100644 lib/i915/shaders/ps/blit_gen8.asm
 create mode 100644 lib/i915/shaders/ps/neg1_gen8.asm
 rename {shaders => lib/i915/shaders}/ps/neg1_test.g7a (100%)
 delete mode 100644 shaders/gpgpu/README
 delete mode 100644 shaders/media/README
 delete mode 100644 shaders/ps/README

-- 
2.14.4

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-10-04  7:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-03 13:48 [igt-dev] [PATCH i-g-t v2 0/2] Shaders documentation RESENDING Katarzyna Dec
2018-10-03 13:48 ` [igt-dev] [PATCH i-g-t v2 1/2] shaders: Add assembler instructions and update README for shaders Katarzyna Dec
2018-10-04  7:53   ` Arkadiusz Hiler
2018-10-03 13:48 ` [igt-dev] [PATCH i-g-t v2 2/2] lib/i915: Move shaders directory Katarzyna Dec
2018-10-03 17:33 ` [igt-dev] ✓ Fi.CI.BAT: success for Shaders documentation RESENDING (rev3) Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2018-06-15  9:12 [igt-dev] [PATCH i-g-t v2 0/2] Shaders documentation Katarzyna Dec
2018-06-15  9:12 ` [igt-dev] [PATCH i-g-t v2 1/2] shaders: Add assembler instructions and update README for shaders Katarzyna Dec
2018-06-15  9:19   ` Chris Wilson
2018-06-15 10:15     ` Katarzyna Dec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox