diff options
author | Kenneth Graunke <[email protected]> | 2011-11-01 10:34:27 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2011-11-10 22:51:19 -0800 |
commit | 0983c6869bead0c31c62e5b1dda7f70898d43971 (patch) | |
tree | c0fcaaf64ccfb77d295eeea2e349509077cee084 /src/mesa/drivers | |
parent | d1d86dc55c852815e8b32c264b8c469fab0ca745 (diff) |
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 <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Reviewed-by: Paul Berry <[email protected]>
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_vs_surface_state.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) |