mesa/src
Kenneth Graunke 68bccc40f5 glx/dri: Initialize reset to __DRI_CTX_RESET_NO_NOTIFICATION.
If the application has requested reset notification, then
dri2_convert_glx_attribs will initialize this to the correct value.

Otherwise, it's supposed to initialize this to NO_NOTIFICATION, but
doesn't when num_attribs == 0.  (The consensus seems to be that we
should make it do so, but that's more invasive, so I'm pushing this for
now.)

Fixes a regression since a8724d85f8
where trying to run OilRush_x86 or apitrace heaven_x64 would result in:

dri_util.c:221: dri2CreateContextAttribs: Assertion `!"Should not get
here."' failed.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=53076
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
2012-08-08 17:15:21 -07:00
..
egl egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_context 2012-08-06 15:37:04 -07:00
gallium gallivm: remove unused src_elem_type variable 2012-08-08 09:39:36 -06:00
gbm gbm: Fix build for wayland include 2012-07-30 11:58:02 -04:00
getopt getopt: Make code more portable. 2011-01-12 16:54:21 +00:00
glsl glsl: Refuse to parse uniform block declarations when UBOs aren't available. 2012-08-07 13:54:51 -07:00
glu glu: fix two Clang warnings 2012-05-21 08:29:23 -06:00
glx glx/dri: Initialize reset to __DRI_CTX_RESET_NO_NOTIFICATION. 2012-08-08 17:15:21 -07:00
gtest gtest: Don't actually install a library. 2012-04-16 11:25:39 -07:00
mapi mesa/tests: Fix trivial typos in src/mapi/glapi tests 2012-08-08 10:06:26 -07:00
mesa intel: use _mesa_meta_Clear with OpenGL ES 1.1 v2 2012-08-08 17:15:21 -07:00
.gitignore automake: Convert src/Makefile to automake. 2012-06-11 09:28:00 -07:00
Makefile.am automake: Convert src/Makefile to automake. 2012-06-11 09:28:00 -07:00
SConscript scons: add code to generate the various GL API files 2012-05-31 09:40:35 -06:00