[Mesa-dev] [PATCH 0/4] i965: Ivybridge ARB_vertex_attrib_64bit / OpenGL 4.2

Juan A. Suarez Romero jasuarez at igalia.com
Thu Mar 30 11:13:41 UTC 2017


Hi.

This series enables the support for Ivybridge VA64, and thus enabling also
OpenGL 4.2 in Ivybridge.

These patches are available in our repository for testing. You can clone it
using the following command:

$ git clone -b i965-va64-gen7-ivb-scalar-vec4-rc1 \
https://github.com/Igalia/mesa.git

The patches depends on the work for adding support for Ivybridge FP64, that is
under review now. We hope we can merge it soon. For reference, you can clone
that work doing:

$ git clone -b i965-fp64-gen7-ivb-scalar-vec4-rc5 \
https://github.com/Igalia/mesa.github

Best regards,

     J.A.




Juan A. Suarez Romero (3):
  i965: enable ARB_vertex_attrib_64bit for gen7+
  i965: enable OpenGL 4.2 in Ivybridge
  docs: mark GL_ARB_vertex_attrib_64bit and OpenGL 4.2 as supported by
    i965/gen7+

Samuel Iglesias Gonsálvez (1):
  i965: enable ARB_shader_precision in gen7+

 docs/features.txt                            | 4 ++--
 src/mesa/drivers/dri/i965/intel_extensions.c | 6 +++---
 src/mesa/drivers/dri/i965/intel_screen.c     | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.11.0



More information about the mesa-dev mailing list