Update docs for debug environment variables
authorMatthias Clasen <mclasen@redhat.com>
Mon, 7 May 2018 02:45:36 +0000 (22:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 7 May 2018 11:47:18 +0000 (07:47 -0400)
Just the usual pre-release doc fixups.

docs/reference/gtk/running.sgml

index fdf2da81d9490ac80d98a91755ffca92e6483683..a001ffec2862be283698ca3dcd85e2ab550208d1 100644 (file)
@@ -309,7 +309,7 @@ nevertheless.
       <listitem><para>Use a legacy OpenGL context</para></listitem>
     </varlistentry>
     <varlistentry>
-      <term>gl-legacy</term>
+      <term>gl-gles</term>
       <listitem><para>Use a GLES OpenGL context</para></listitem>
     </varlistentry>
     <varlistentry>
@@ -320,11 +320,6 @@ nevertheless.
       <term>vulkan-validate</term>
       <listitem><para>Load the Vulkan validation layer, if available</para></listitem>
     </varlistentry>
-    <varlistentry>
-      <term>cairo-image</term>
-      <listitem><para>Use image surfaces for cairo rendering. This essentially
-         turns off all hardware acceleration with the cairo renderer</para></listitem>
-    </varlistentry>
   </variablelist>
   The special value <literal>all</literal> can be used to turn on all
   debug options. The special value <literal>help</literal> can be used
@@ -352,6 +347,14 @@ nevertheless.
       <term>opengl</term>
       <listitem><para>OpenGL renderer information</para></listitem>
     </varlistentry>
+    <varlistentry>
+      <term>shaders</term>
+      <listitem><para>Shaders</para></listitem>
+    </varlistentry>
+    <varlistentry>
+      <term>ssurface</term>
+      <listitem><para>Surfaces</para></listitem>
+    </varlistentry>
     <varlistentry>
       <term>vulkan</term>
       <listitem><para>Vulkan renderer information</para></listitem>
@@ -367,6 +370,10 @@ nevertheless.
   </variablelist>
   A number of options affect behavior instead of logging:
   <variablelist>
+    <varlistentry>
+      <term>diff</term>
+      <listitem><para>Show differences</para></listitem>
+    </varlistentry>
     <varlistentry>
       <term>geometry</term>
       <listitem><para>Show borders</para></listitem>