mesa/src
Kenneth Graunke 02ccd8f52c i965: Set kernel features before computing max GL version.
We check these bitfields when computing the Haswell max GL version.
We need to set them ahead of time, or they won't exist, and all our
checks will fail.  That sets the max core profile GL version to 4.2.

This introduces the bizarre situation where asking for a GL context
with version 4.3+ fails, but asking for a GL core profile context
with version <= 4.2 actually promotes you a 4.5 context.

GLX_MESA_query_renderer also reported the bogus 4.2 value.
Now it shows 4.5.

Cc: "17.0" <mesa-stable@lists.freedesktop.org>
Reported-and-tested-by: Rafael Ristovski <rafael.ristovski@gmail.com>
2017-04-11 08:58:16 -07:00
..
amd radv: Implement pipeline statistics queries. 2017-04-11 09:33:17 +02:00
compiler glsl: use the BA1 macro for textureQueryLevels() 2017-04-11 10:24:57 +02:00
egl
gallium etnaviv: enable TS, but disable autodisable 2017-04-11 16:52:31 +02:00
gbm gbm: Assert modifiers and count are copacetic 2017-04-09 09:29:57 -07:00
getopt
glx glx: silence uninitialized var warning 2017-04-07 13:46:44 -06:00
gtest
hgl
intel anv: remove needless VALGRIND_MAKE_MEM_DEFINED 2017-04-11 17:21:57 +02:00
loader
mapi mesa: add GL_ARB_shader_ballot boilerplate 2017-04-05 15:25:40 +02:00
mesa i965: Set kernel features before computing max GL version. 2017-04-11 08:58:16 -07:00
util util: fix MSVC warning in u_align_u32() 2017-04-03 13:09:05 -06:00
vulkan vulkan/wsi/wayland: Pass damage through to the compositor 2017-04-03 13:51:08 -07:00
Makefile.am
SConscript