[Mesa-dev] [PATCH 06/12] i965: Fix typo in doxygen hyperlink
Chad Versace
chad.versace at linux.intel.com
Thu Feb 28 15:45:10 PST 2013
s/brw_state_upload/brw_upload_state/
Found because the link was broken.
Signed-off-by: Chad Versace <chad.versace at linux.intel.com>
---
src/mesa/drivers/dri/i965/brw_draw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesa/drivers/dri/i965/brw_draw.c b/src/mesa/drivers/dri/i965/brw_draw.c
index 2c2b826..ceadff9 100644
--- a/src/mesa/drivers/dri/i965/brw_draw.c
+++ b/src/mesa/drivers/dri/i965/brw_draw.c
@@ -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);
--
1.8.1.2
More information about the mesa-dev
mailing list