i965: Cite the Ivybridge PRM for 3DSTATE_CLEAR_PARAMS notes.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 10 Jul 2013 23:10:28 +0000 (16:10 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 16 Jul 2013 02:40:53 +0000 (19:40 -0700)
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/gen7_blorp.cpp

index cfac411403c8a431367381d0ea4b0568df4d68c3..fbdd2bee705bd1e9b850f8d7f77ecf3df1783331 100644 (file)
@@ -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).
  */