i965: Fix typo in doxygen hyperlink
authorChad Versace <chad.versace@linux.intel.com>
Thu, 21 Feb 2013 03:59:07 +0000 (19:59 -0800)
committerChad Versace <chad.versace@linux.intel.com>
Mon, 11 Mar 2013 23:01:19 +0000 (16:01 -0700)
s/brw_state_upload/brw_upload_state/

Found because the link was broken.

Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/drivers/dri/i965/brw_draw.c

index 9c96f69..e408185 100644 (file)
@@ -436,7 +436,7 @@ static bool brw_try_draw_prims( struct gl_context *ctx,
 
    intel_prepare_render(intel);
 
-   /* This workaround has to happen outside of brw_state_upload() because it
+   /* This workaround has to happen outside of brw_upload_state() because it
     * may flush the batchbuffer for a blit, affecting the state flags.
     */
    brw_workaround_depthstencil_alignment(brw);