gallium/docs: notes on scissor state
authorKeith Whitwell <keithw@vmware.com>
Fri, 20 Aug 2010 10:38:33 +0000 (11:38 +0100)
committerKeith Whitwell <keithw@vmware.com>
Wed, 25 Aug 2010 09:07:36 +0000 (10:07 +0100)
src/gallium/docs/source/context.rst

index f241411a0024ec7f017ea1220fc79d65be8508ec..8250c30f2abe5e1c2fead3b9f90dd5e14b3b7d9f 100644 (file)
@@ -63,7 +63,9 @@ objects. They all follow simple, one-method binding calls, e.g.
 * ``set_scissor_state`` sets the bounds for the scissor test, which culls
   pixels before blending to render targets. If the :ref:`Rasterizer` does
   not have the scissor test enabled, then the scissor bounds never need to
-  be set since they will not be used.
+  be set since they will not be used.  Note that scissor xmin and ymin are
+  inclusive, but  xmax and ymax are exclusive.  The inclusive ranges in x
+  and y would be [xmin..xmax-1] and [ymin..ymax-1].
 * ``set_viewport_state``