docs/shading: use proper markup
authorAndreas Boll <andreas.boll.dev@gmail.com>
Mon, 25 Jun 2012 19:51:28 +0000 (21:51 +0200)
committerBrian Paul <brianp@vmware.com>
Mon, 25 Jun 2012 22:10:01 +0000 (16:10 -0600)
use dl instead of ul

Signed-off-by: Brian Paul <brianp@vmware.com>
docs/shading.html

index 175e0246006610a4a78b6768810f91a0d03efd6c..371891711d7b4a80218079b1539d8dd3cd8e682a 100644 (file)
@@ -209,30 +209,30 @@ struct gl_shader_state
 };
 </pre>
 
 };
 </pre>
 
-<ul>
-<li>EmitHighLevelInstructions
-<br>
+<dl>
+<dt>EmitHighLevelInstructions</dt>
+<dd>
 This option controls instruction selection for loops and conditionals.
 If the option is set high-level IF/ELSE/ENDIF, LOOP/ENDLOOP, CONT/BRK
 instructions will be emitted.
 Otherwise, those constructs will be implemented with BRA instructions.
 This option controls instruction selection for loops and conditionals.
 If the option is set high-level IF/ELSE/ENDIF, LOOP/ENDLOOP, CONT/BRK
 instructions will be emitted.
 Otherwise, those constructs will be implemented with BRA instructions.
-</li>
+</dd>
 
 
-<li>EmitCondCodes
-<br>
+<dt>EmitCondCodes</dt>
+<dd>
 If set, condition codes (ala GL_NV_fragment_program) will be used for
 branching and looping.
 Otherwise, ordinary registers will be used (the IF instruction will
 examine the first operand's X component and do the if-part if non-zero).
 This option is only relevant if EmitHighLevelInstructions is set.
 If set, condition codes (ala GL_NV_fragment_program) will be used for
 branching and looping.
 Otherwise, ordinary registers will be used (the IF instruction will
 examine the first operand's X component and do the if-part if non-zero).
 This option is only relevant if EmitHighLevelInstructions is set.
-</li>
+</dd>
 
 
-<li>EmitComments
-<br>
+<dt>EmitComments</dt>
+<dd>
 If set, instructions will be annoted with comments to help with debugging.
 Extra NOP instructions will also be inserted.
 If set, instructions will be annoted with comments to help with debugging.
 Extra NOP instructions will also be inserted.
-</li>
-</ul>
+</dd>
+</dl>
 
 
 <h2 id="validation">Compiler Validation</h2>
 
 
 <h2 id="validation">Compiler Validation</h2>