From: Kenneth Graunke Date: Tue, 1 Nov 2011 17:34:27 +0000 (-0700) Subject: i965: Remove outdated comment about CACHE_NEW_SURF_BIND dirty bit. X-Git-Tag: android-x86-4.4-r1~8709 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0983c6869bead0c31c62e5b1dda7f70898d43971;p=android-x86%2Fexternal-mesa.git i965: Remove outdated comment about CACHE_NEW_SURF_BIND dirty bit. 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 Reviewed-by: Eric Anholt Reviewed-by: Paul Berry --- diff --git a/src/mesa/drivers/dri/i965/brw_vs_surface_state.c b/src/mesa/drivers/dri/i965/brw_vs_surface_state.c index 5f94bda9158..84d3101f1fe 100644 --- a/src/mesa/drivers/dri/i965/brw_vs_surface_state.c +++ b/src/mesa/drivers/dri/i965/brw_vs_surface_state.c @@ -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)