mutter/cogl/driver/gl
Robert Bragg d045bea70e make COGL_FEATURE_FOUR_CLIP_PLANES a private feature
Cogl doesn't currently expose public api for clip planes so it
doesn't make much sense to have this feature as part of the public api.
We can't break the api by removing the enum but at least we no longer
ever set the feature flag.

We now have a replacement private feature flag
COGL_PRIVATE_FEATURE_FOUR_CLIP_PLANES which cogl now checks for
internally.

Reviewed-by: Neil Roberts <neil@linux.intel.com>
2011-11-01 12:03:00 +00:00
..
cogl-gl.c make COGL_FEATURE_FOUR_CLIP_PLANES a private feature 2011-11-01 12:03:00 +00:00
cogl-texture-driver-gl.c Move the cogl texture driver functions to a vtable 2011-07-08 15:35:51 +01:00