Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 807 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 807 Bytes

Draws two triangles using ARB_shader_draw_parameters extension with the i965 Mesa driver.

Expected colors: blue and blue

Architecture Generation Mesa Actual colors
Ivy Bridge 7.0 ? Red and yellow
Haswell 7.5 ? ?
Broadwell 8.0 ? ?
Sky Lake 9.0 ? ?
Kaby Lake 9.5 18.0.5 Blue and blue

Required GL extensions:

  • ARB_shader_draw_parameters
  • ARB_direct_state_access
  • ARB_multi_draw_indirect

Dependencies:

sudo apt install --no-install-recommends libglfw3-dev libglew-dev pkgconf g++-7

Compile and run:

./compile-mdi.sh
./mdi