Browse Source

oops fix a bug I introduced

tags/R300_DRIVER_0
Dave Airlie 22 years ago
parent
commit
6fc70e87ed
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/drivers/dri/mach64/mach64_context.c

+ 1
- 1
src/mesa/drivers/dri/mach64/mach64_context.c View File

@@ -144,7 +144,7 @@ GLboolean mach64CreateContext( const __GLcontextModes *glVisual,
mach64Screen->driScreen->myNum, "mach64");

mmesa->sarea = (drm_mach64_sarea_t *)((char *)driScreen->pSAREA +
sizeof(drm_mach64_sarea_t));
sizeof(drm_sarea_t));

mmesa->CurrentTexObj[0] = NULL;
mmesa->CurrentTexObj[1] = NULL;

Loading…
Cancel
Save