diff options
author | marha <marha@users.sourceforge.net> | 2012-03-13 08:34:09 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-03-13 08:34:09 +0100 |
commit | 7d894e32566b710952c44cbc71939ad1d9e2fa8d (patch) | |
tree | 2c324c18b71f48bcb8bb2c4c35fa0fce1b02a5fb /mesalib/src/mesa/main/depth.c | |
parent | 96276c847a5c266f9f51f3ec4ece8fe3f1381c96 (diff) | |
parent | fc72edebf875378459368c5383d9023730cbca54 (diff) | |
download | vcxsrv-7d894e32566b710952c44cbc71939ad1d9e2fa8d.tar.gz vcxsrv-7d894e32566b710952c44cbc71939ad1d9e2fa8d.tar.bz2 vcxsrv-7d894e32566b710952c44cbc71939ad1d9e2fa8d.zip |
Merge remote-tracking branch 'origin/released'
Diffstat (limited to 'mesalib/src/mesa/main/depth.c')
-rw-r--r-- | mesalib/src/mesa/main/depth.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mesalib/src/mesa/main/depth.c b/mesalib/src/mesa/main/depth.c index 52c69a6bc..bb1625440 100644 --- a/mesalib/src/mesa/main/depth.c +++ b/mesalib/src/mesa/main/depth.c @@ -54,8 +54,6 @@ _mesa_ClearDepth( GLclampd depth ) FLUSH_VERTICES(ctx, _NEW_DEPTH); ctx->Depth.Clear = depth; - if (ctx->Driver.ClearDepth) - (*ctx->Driver.ClearDepth)( ctx, ctx->Depth.Clear ); } |