Skip to content

Instantly share code, notes, and snippets.

@mbohun
Last active September 26, 2021 23:22
Show Gist options
  • Save mbohun/0f39a7a296139bc950e6e9ac991651de to your computer and use it in GitHub Desktop.
Save mbohun/0f39a7a296139bc950e6e9ac991651de to your computer and use it in GitHub Desktop.
intel HD 4400 (Haswell) vulkan how to

2016-05-09

git clone git://anongit.freedesktop.org/mesa/mesa mesa.git
mkdir mesa_build
cd mesa_build
../mesa.git/configure --with-dri-drivers=i965 --with-gallium-drivers=  --with-vulkan-drivers=intel --with-egl-platforms=x11,drm
make
export VK_ICD_FILENAMES="src/intel/vulkan/dev_icd.json"

TODO: where is vulkaninfo binary?

run some demo/stats

NOTES:

@nilspin
Copy link

nilspin commented Jul 21, 2016

Thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment