Re: [Intel-gfx] [PATCH i-g-t 0/3] gpgpu_fill test new hardware support

2015-07-20 Thread Thomas Wood
On 17 July 2015 at 10:25, Dominik Zeromski dominik.zerom...@intel.com wrote:
 This patches rearrange gpgpu fill library functions and add support for BDW 
 and SKL.

Thanks, I've pushed these patches with a small fix to the first one to
correct the gpgpu_fill header name in lib/Makefile.sources.


 Dominik Zeromski (3):
   lib: Move gpgpu_fill code to separate file
   lib/gpgpu_fill: Add BDW support
   lib/gpgpu_fill: Add SKL support

  lib/Makefile.sources |   4 +-
  lib/gpgpu_fill.c | 808 
 +++
  lib/gpgpu_fill.h |  51 +++
  lib/intel_batchbuffer.c  |   5 +
  lib/media_fill.h |   7 -
  lib/media_fill_gen7.c| 151 
  shaders/gpgpu/gpgpu_fill.gxa |  14 +-
  7 files changed, 868 insertions(+), 172 deletions(-)
  create mode 100755 lib/gpgpu_fill.c
  create mode 100644 lib/gpgpu_fill.h

 --
 1.8.3.1

___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx


[Intel-gfx] [PATCH i-g-t 0/3] gpgpu_fill test new hardware support

2015-07-17 Thread Dominik Zeromski
This patches rearrange gpgpu fill library functions and add support for BDW and 
SKL.

Dominik Zeromski (3):
  lib: Move gpgpu_fill code to separate file
  lib/gpgpu_fill: Add BDW support
  lib/gpgpu_fill: Add SKL support

 lib/Makefile.sources |   4 +-
 lib/gpgpu_fill.c | 808 +++
 lib/gpgpu_fill.h |  51 +++
 lib/intel_batchbuffer.c  |   5 +
 lib/media_fill.h |   7 -
 lib/media_fill_gen7.c| 151 
 shaders/gpgpu/gpgpu_fill.gxa |  14 +-
 7 files changed, 868 insertions(+), 172 deletions(-)
 create mode 100755 lib/gpgpu_fill.c
 create mode 100644 lib/gpgpu_fill.h

-- 
1.8.3.1

___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx