|
Link Here
|
| 612 |
_tnl_allow_pixel_fog( ctx, GL_FALSE ); |
612 |
_tnl_allow_pixel_fog( ctx, GL_FALSE ); |
| 613 |
_tnl_allow_vertex_fog( ctx, GL_TRUE ); |
613 |
_tnl_allow_vertex_fog( ctx, GL_TRUE ); |
| 614 |
|
614 |
|
| 615 |
mmesa->primary_offset = mmesa->mgaScreen->primary.handle; |
615 |
mmesa->primary_offset = drmAgpBase(sPriv->fd); |
| 616 |
|
|
|
| 617 |
ctx->DriverCtx = (void *) mmesa; |
616 |
ctx->DriverCtx = (void *) mmesa; |
| 618 |
mmesa->glCtx = ctx; |
617 |
mmesa->glCtx = ctx; |
| 619 |
|
618 |
|