* clutter/cogl/gles/cogl.c: (_cogl_features_init): do not set
COGL_FEATURE_TEXTURE_READ_PIXELS, since it is not available.
This commit is contained in:
parent
092fdf1d79
commit
677a202407
13
ChangeLog
13
ChangeLog
@ -1,12 +1,17 @@
|
||||
2008-05-14 Øyvind Kolås <pippin@o-hand.com>
|
||||
|
||||
* clutter/cogl/gles/cogl.c: (_cogl_features_init): do not set
|
||||
COGL_FEATURE_TEXTURE_READ_PIXELS, since it is not available.
|
||||
|
||||
2008-05-14 Matthew Allum <mallum@openedhand.com>
|
||||
|
||||
* clutter/clutter-actor.c:
|
||||
* clutter/clutter-main.c:
|
||||
* clutter/clutter-private.h:
|
||||
Rejid Øyvind's previous commit a little moving more into
|
||||
clutter-main.c and using ClutterContext.
|
||||
Also Refactor clutter_init & clutter_init_with_args to share
|
||||
same core init code.
|
||||
Rejid Øyvind's previous commit a little moving more into
|
||||
clutter-main.c and using ClutterContext.
|
||||
Also Refactor clutter_init & clutter_init_with_args to share
|
||||
same core init code.
|
||||
|
||||
2008-05-13 Øyvind Kolås <pippin@o-hand.com>
|
||||
|
||||
|
@ -468,8 +468,6 @@ _cogl_features_init ()
|
||||
|
||||
_COGL_GET_CONTEXT (ctx, NO_RETVAL);
|
||||
|
||||
flags = COGL_FEATURE_TEXTURE_READ_PIXELS;
|
||||
|
||||
GE( glGetIntegerv (GL_STENCIL_BITS, &stencil_bits) );
|
||||
if (stencil_bits > 0)
|
||||
flags |= COGL_FEATURE_STENCIL_BUFFER;
|
||||
|
Loading…
Reference in New Issue
Block a user