mutter/clutter
Owen W. Taylor 8b4034cd06 Use FBOs and use cogl_read_pixels() to efficiently read partial textures
* cogl_texture_get_data() is converted to use
   _cogl_texture_foreach_sub_texture_in_region() to iterate
  through the underlying textures.

 * When we need to read only a portion of the underlying
   texture, we set up a FBO and use _cogl_read_pixels()
   to read the portion we need. This is enormously more
   efficient for reading a small portion of a large atlas
   texture.

 * The CoglAtlasTexture, CoglSubTexture, and CoglTexture2dSliced
   implementation of get_texture() are removed.

http://bugzilla.clutter-project.org/show_bug.cgi?id=2414
2010-11-24 15:56:35 +00:00
..
cally
cogl Use FBOs and use cogl_read_pixels() to efficiently read partial textures 2010-11-24 15:56:35 +00:00
egl stage-window: tweak has_redraw_clips semantics 2010-11-24 15:09:47 +00:00
fruity
glx stage-window: tweak has_redraw_clips semantics 2010-11-24 15:09:47 +00:00
osx
wayland
win32 win32: Fix a couple of build warnings 2010-11-01 15:21:04 +00:00
x11 x11: Check for initialized context when enabling ARGB visuals 2010-11-24 12:02:38 +00:00
clutter-action.c
clutter-action.h
clutter-actor-box.c
clutter-actor-meta-private.h
clutter-actor-meta.c
clutter-actor-meta.h
clutter-actor-private.h Don't update or use last_paint_box when painting inside a clone 2010-11-23 12:50:29 +00:00
clutter-actor.c Don't update or use last_paint_box when painting inside a clone 2010-11-23 12:50:29 +00:00
clutter-actor.h build: Re-arrange headers 2010-11-18 18:23:49 +00:00
clutter-align-constraint.c
clutter-align-constraint.h
clutter-alpha.c
clutter-alpha.h
clutter-animatable.c
clutter-animatable.h
clutter-animation.c
clutter-animation.h
clutter-animator.c
clutter-animator.h
clutter-backend-private.h
clutter-backend.c
clutter-backend.h
clutter-behaviour-depth.c Deprecate ClutterBehaviour and sub-classes 2010-11-18 15:21:16 +00:00
clutter-behaviour-depth.h Deprecate ClutterBehaviour and sub-classes 2010-11-18 15:21:16 +00:00
clutter-behaviour-ellipse.c Deprecate ClutterBehaviour and sub-classes 2010-11-18 15:21:16 +00:00
clutter-behaviour-ellipse.h Deprecate ClutterBehaviour and sub-classes 2010-11-18 15:21:16 +00:00
clutter-behaviour-opacity.c Deprecate ClutterBehaviour and sub-classes 2010-11-18 15:21:16 +00:00
clutter-behaviour-opacity.h Deprecate ClutterBehaviour and sub-classes 2010-11-18 15:21:16 +00:00
clutter-behaviour-path.c Deprecate ClutterBehaviour and sub-classes 2010-11-18 15:21:16 +00:00
clutter-behaviour-path.h Deprecate ClutterBehaviour and sub-classes 2010-11-18 15:21:16 +00:00
clutter-behaviour-rotate.c Deprecate ClutterBehaviour and sub-classes 2010-11-18 15:21:16 +00:00
clutter-behaviour-rotate.h Deprecate ClutterBehaviour and sub-classes 2010-11-18 15:21:16 +00:00
clutter-behaviour-scale.c docs: Fix some wrong function/signal/property names 2010-11-18 15:21:16 +00:00
clutter-behaviour-scale.h Deprecate ClutterBehaviour and sub-classes 2010-11-18 15:21:16 +00:00
clutter-behaviour.c Deprecate ClutterBehaviour and sub-classes 2010-11-18 15:21:16 +00:00
clutter-behaviour.h docs: Fix some wrong function/signal/property names 2010-11-18 15:21:16 +00:00
clutter-bezier.c
clutter-bezier.h
clutter-bin-layout.c
clutter-bin-layout.h
clutter-bind-constraint.c
clutter-bind-constraint.h
clutter-binding-pool.c
clutter-binding-pool.h
clutter-blur-effect.c shaders: Fix the usage of the Cogl GLSL variables 2010-11-17 12:47:46 +00:00
clutter-blur-effect.h
clutter-box-layout.c
clutter-box-layout.h
clutter-box.c
clutter-box.h
clutter-cairo-texture.c gtk-doc: Fixes for the API references 2010-11-08 16:01:19 +00:00
clutter-cairo-texture.h gtk-doc: Fixes for the API references 2010-11-08 16:01:19 +00:00
clutter-child-meta.c
clutter-child-meta.h
clutter-click-action.c click-action: don't use pointer grabs 2010-11-11 23:18:20 +00:00
clutter-click-action.h
clutter-clone.c Don't update or use last_paint_box when painting inside a clone 2010-11-23 12:50:29 +00:00
clutter-clone.h
clutter-color-static.h color: Add named, global colors 2010-11-11 13:14:23 +00:00
clutter-color.c color: Do not shadow a variable 2010-11-22 17:01:17 +00:00
clutter-color.h build: Re-arrange headers 2010-11-18 18:23:49 +00:00
clutter-colorize-effect.c shaders: Fix the usage of the Cogl GLSL variables 2010-11-17 12:47:46 +00:00
clutter-colorize-effect.h
clutter-constraint.c docs: Fix some wrong function/signal/property names 2010-11-18 15:21:16 +00:00
clutter-constraint.h
clutter-container.c
clutter-container.h
clutter-debug.h debug: Do not use '&' in the messages 2010-10-19 01:42:19 +01:00
clutter-deform-effect.c
clutter-deform-effect.h build: Re-arrange headers 2010-11-18 18:23:49 +00:00
clutter-deprecated.h
clutter-desaturate-effect.c shaders: Fix the usage of the Cogl GLSL variables 2010-11-17 12:47:46 +00:00
clutter-desaturate-effect.h
clutter-device-manager-private.h
clutter-device-manager.c
clutter-device-manager.h
clutter-drag-action.c docs: Fix some wrong function/signal/property names 2010-11-18 15:21:16 +00:00
clutter-drag-action.h
clutter-effect.c
clutter-effect.h build: Re-arrange headers 2010-11-18 18:23:49 +00:00
clutter-enum-types.c.in
clutter-enum-types.h.in
clutter-event.c
clutter-event.h
clutter-feature.c
clutter-feature.h
clutter-fixed-layout.c layout-manager: Implement set_container() 2010-06-07 22:40:34 +01:00
clutter-fixed-layout.h
clutter-fixed.c
clutter-fixed.h
clutter-flow-layout.c
clutter-flow-layout.h
clutter-frame-source.c Start using the monotonic API in GLib ≥ 2.27 2010-11-17 16:19:10 +00:00
clutter-frame-source.h Deprecate ClutterFrameSource 2010-11-06 20:11:16 +00:00
clutter-group.c
clutter-group.h
clutter-id-pool.c
clutter-id-pool.h
clutter-input-device.c
clutter-input-device.h
clutter-interval.c
clutter-interval.h
clutter-keysyms-compat.h
clutter-keysyms-table.h
clutter-keysyms-update.pl
clutter-keysyms.h
clutter-layout-manager.c
clutter-layout-manager.h
clutter-layout-meta.c
clutter-layout-meta.h
clutter-list-model.c
clutter-list-model.h
clutter-main.c debug: disable-culling was disabling clipped redraws 2010-11-19 12:55:55 +00:00
clutter-main.h Deprecate ClutterFrameSource 2010-11-06 20:11:16 +00:00
clutter-marshal.list path-constraint: Add a ::node-reached signal 2010-11-07 21:35:40 +00:00
clutter-master-clock.c Start using the monotonic API in GLib ≥ 2.27 2010-11-17 16:19:10 +00:00
clutter-master-clock.h
clutter-media.c
clutter-media.h
clutter-model-private.h
clutter-model.c
clutter-model.h
clutter-offscreen-effect.c
clutter-offscreen-effect.h build: Re-arrange headers 2010-11-18 18:23:49 +00:00
clutter-page-turn-effect.c
clutter-page-turn-effect.h
clutter-paint-volume-private.h
clutter-paint-volume.c use cogl_matrix_transform_points in clutter 2010-11-23 12:50:29 +00:00
clutter-path-constraint.c path-constraint: Add a ::node-reached signal 2010-11-07 21:35:40 +00:00
clutter-path-constraint.h
clutter-path.c
clutter-path.h
clutter-private.h Deprecate ClutterFrameSource 2010-11-06 20:11:16 +00:00
clutter-profile.c
clutter-profile.h
clutter-rectangle.c
clutter-rectangle.h
clutter-score.c
clutter-score.h
clutter-script-parser.c
clutter-script-private.h
clutter-script.c docs: Fix some wrong function/signal/property names 2010-11-18 15:21:16 +00:00
clutter-script.h
clutter-scriptable.c
clutter-scriptable.h
clutter-settings.c Use the right string in the font settings debug blurb 2010-11-14 23:06:53 +00:00
clutter-settings.h
clutter-shader-effect.c Fix API docs for ClutterShaderEffects 2010-11-24 11:51:42 +00:00
clutter-shader-effect.h
clutter-shader-types.c
clutter-shader-types.h
clutter-shader.c
clutter-shader.h build: Re-arrange headers 2010-11-18 18:23:49 +00:00
clutter-snap-constraint.c Add SnapConstraint 2010-11-15 16:00:49 +00:00
clutter-snap-constraint.h Add SnapConstraint 2010-11-15 16:00:49 +00:00
clutter-stage-manager-private.h
clutter-stage-manager.c Clean up clutter-private.h/2 2010-10-21 11:30:19 +01:00
clutter-stage-manager.h
clutter-stage-private.h Discard the current pick buffer... 2010-11-08 16:45:15 +00:00
clutter-stage-window.c stage-window: tweak has_redraw_clips semantics 2010-11-24 15:09:47 +00:00
clutter-stage-window.h
clutter-stage.c stage: if backend _ignoring_redraw_clips queue full redraw 2010-11-24 15:09:47 +00:00
clutter-stage.h docs: Fix some wrong function/signal/property names 2010-11-18 15:21:16 +00:00
clutter-state.c
clutter-state.h Use G_DEFINE_BOXED_TYPE for all boxed types 2010-10-18 11:26:45 +01:00
clutter-table-layout.c
clutter-table-layout.h
clutter-text.c text: Do not segfault with NULL :font-name 2010-11-14 23:06:48 +00:00
clutter-text.h
clutter-texture.c build: Re-arrange headers 2010-11-18 18:23:49 +00:00
clutter-texture.h build: Re-arrange headers 2010-11-18 18:23:49 +00:00
clutter-timeline.c timeline: Add :reverse property 2010-11-18 15:18:19 +00:00
clutter-timeline.h timeline: Add :reverse property 2010-11-18 15:18:19 +00:00
clutter-timeout-interval.c Start using the monotonic API in GLib ≥ 2.27 2010-11-17 16:19:10 +00:00
clutter-timeout-interval.h Move away from GTimeVal 2010-11-17 16:19:10 +00:00
clutter-timeout-pool.c Start using the monotonic API in GLib ≥ 2.27 2010-11-17 16:19:10 +00:00
clutter-timeout-pool.h timeout-pool: Deprecate the structure too 2010-11-08 15:52:17 +00:00
clutter-types.h build: Re-arrange headers 2010-11-18 18:23:49 +00:00
clutter-units.c docs: Fix some wrong function/signal/property names 2010-11-18 15:21:16 +00:00
clutter-units.h
clutter-util.c
clutter-util.h
clutter-version.h.in
clutter.h Add SnapConstraint 2010-11-15 16:00:49 +00:00
clutter.pc.in
Makefile.am Add SnapConstraint 2010-11-15 16:00:49 +00:00