i965: Correct _NEW_TRANSOFORM typos.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 8 Jan 2012 04:00:10 +0000 (20:00 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Sun, 8 Jan 2012 04:01:59 +0000 (20:01 -0800)
Using the proper spelling, _NEW_TRANSFORM, makes searching work better.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_cc.c
src/mesa/drivers/dri/i965/brw_clip_state.c

index d1804e36b95d5bd39f076f3ba387403584150ad1..78809da804b5532b08b7b29b6c424be180a0dca1 100644 (file)
@@ -46,7 +46,7 @@ brw_upload_cc_vp(struct brw_context *brw)
    ccv = brw_state_batch(brw, AUB_TRACE_CC_VP_STATE,
                         sizeof(*ccv), 32, &brw->cc.vp_offset);
 
-   /* _NEW_TRANSOFORM */
+   /* _NEW_TRANSFORM */
    if (ctx->Transform.DepthClamp) {
       /* _NEW_VIEWPORT */
       ccv->min_depth = MIN2(ctx->Viewport.Near, ctx->Viewport.Far);
index 275a92163307fad9dbfda3023db420d13228df65..c9891a744e26758d88bd57e77075ae1655ff5358 100644 (file)
@@ -95,7 +95,7 @@ brw_upload_clip_unit(struct brw_context *brw)
    clip->clip5.userclip_enable_flags = 0x7f;
    clip->clip5.userclip_must_clip = 1;
    clip->clip5.guard_band_enable = 0;
-   /* _NEW_TRANSOFORM */
+   /* _NEW_TRANSFORM */
    if (!ctx->Transform.DepthClamp)
       clip->clip5.viewport_z_clip_enable = 1;
    clip->clip5.viewport_xy_clip_enable = 1;