[Mesa-dev] [PATCH shader-db 0/4] Enable running shader-db without actual hardware

Lionel Landwerlin lionel.g.landwerlin at intel.com
Thu Feb 16 12:29:47 UTC 2017


Hi all,

I'm interested in running shader-db for the i965 driver on a machine
without Intel graphics IP (in particular big Xeon servers), so I can
results on full run within a few minutes.

Here are some changes fairly specific to the i965 driver, but I
believe it could be adapted to other drivers. Let me know if you're
interested in doing this, I'd love to try potential patches.

Cheers,

Lionel Landwerlin (4):
  run: add -j option to select number of threads
  run: add -o option to override loaded driver
  run: set INTEL_NO_HW together with INTEL_DEVID_OVERRIDE
  add special script to run on intel hardware

 Makefile     |  10 ++-
 intel_run    |   5 ++
 intel_stub.c | 237 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 run.c        |  12 ++-
 4 files changed, 261 insertions(+), 3 deletions(-)
 create mode 100755 intel_run
 create mode 100644 intel_stub.c

--
2.11.0


More information about the mesa-dev mailing list