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@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx