gallium/docs: Add lop table.
[mesa.git] / src / glx / glxext.c
index 82d3a56f37d333865b1fa23e92c78f702bfb3aa2..69a7b29eb27c7a0e734846f595f66a694d317df4 100644 (file)
@@ -584,6 +584,10 @@ __glXInitializeVisualConfigFromTags(__GLcontextModes * config, int count,
          config->yInverted = *bp++;
          break;
 #endif
+      case GLX_USE_GL:
+         if (fbconfig_style_tags)
+            bp++;
+         break;
       case None:
          i = count;
          break;
@@ -595,9 +599,8 @@ __glXInitializeVisualConfigFromTags(__GLcontextModes * config, int count,
          } else {
              /* Ignore the unrecognized tag's value */
              bp++;
-             break;
          }
-              break;
+         break;
       }
    }