Commit: e2cda64f46994e7f35310e61c2dbf63d4f12f50c
Author: jwilkins
Date:   Mon Feb 17 11:00:16 2014 -0600
https://developer.blender.org/rBe2cda64f46994e7f35310e61c2dbf63d4f12f50c

removed 'enabled' field from CLIPPING state (not needed, a shader either 
implements clipping or it doesn't)

===================================================================

M       source/blender/gpu/intern/gpu_clipping.c

===================================================================

diff --git a/source/blender/gpu/intern/gpu_clipping.c 
b/source/blender/gpu/intern/gpu_clipping.c
index 96eeb32..395e661 100644
--- a/source/blender/gpu/intern/gpu_clipping.c
+++ b/source/blender/gpu/intern/gpu_clipping.c
@@ -53,7 +53,6 @@
 static struct CLIPPING {
        double   clip_plane[GPU_MAX_COMMON_CLIP_PLANES][4];
        uint32_t clip_plane_count;
-       bool     enabled;
 } CLIPPING;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to