OSDN Git Service

i965: Remove outdated comment about CACHE_NEW_SURF_BIND dirty bit.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 1 Nov 2011 17:34:27 +0000 (10:34 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 11 Nov 2011 06:51:19 +0000 (22:51 -0800)
The comment states that brw_update_vs_constant_surface produces a
CACHE_NEW_SURF_BIND dirty bit, but it doesn't.   In fact, that bit
no longer even exists.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/mesa/drivers/dri/i965/brw_vs_surface_state.c

index 5f94bda..84d3101 100644 (file)
@@ -138,8 +138,7 @@ brw_update_vs_constant_surface( struct gl_context *ctx,
  * Vertex shader surfaces (constant buffer).
  *
  * This consumes the state updates for the constant buffer needing
- * to be updated, and produces BRW_NEW_NR_VS_SURFACES for the VS unit and
- * CACHE_NEW_SURF_BIND for the binding table upload.
+ * to be updated, and produces BRW_NEW_NR_VS_SURFACES for the VS unit.
  */
 static void
 brw_upload_vs_surfaces(struct brw_context *brw)