Mesa (master): i965: Cite the Ivybridge PRM for 3DSTATE_CLEAR_PARAMS notes.

Kenneth Graunke kwg at kemper.freedesktop.org
Tue Jul 16 02:52:27 UTC 2013


Module: Mesa
Branch: master
Commit: e4fdf1b008ce29c5b5a52985c586b61f35d31e4c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4fdf1b008ce29c5b5a52985c586b61f35d31e4c

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 10 16:10:28 2013 -0700

i965: Cite the Ivybridge PRM for 3DSTATE_CLEAR_PARAMS notes.

Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/drivers/dri/i965/gen7_blorp.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/gen7_blorp.cpp b/src/mesa/drivers/dri/i965/gen7_blorp.cpp
index cfac411..fbdd2be 100644
--- a/src/mesa/drivers/dri/i965/gen7_blorp.cpp
+++ b/src/mesa/drivers/dri/i965/gen7_blorp.cpp
@@ -762,9 +762,9 @@ gen7_blorp_emit_depth_disable(struct brw_context *brw,
 
 /* 3DSTATE_CLEAR_PARAMS
  *
- * From the BSpec, Volume 2a.11 Windower, Section 1.5.6.3.2
+ * From the Ivybridge PRM, Volume 2 Part 1, Section 11.5.5.4
  * 3DSTATE_CLEAR_PARAMS:
- *    [DevIVB] 3DSTATE_CLEAR_PARAMS must always be programmed in the along
+ *    3DSTATE_CLEAR_PARAMS must always be programmed in the along
  *    with the other Depth/Stencil state commands(i.e.  3DSTATE_DEPTH_BUFFER,
  *    3DSTATE_STENCIL_BUFFER, or 3DSTATE_HIER_DEPTH_BUFFER).
  */




More information about the mesa-commit mailing list