mutter/clutter
Neil Roberts 1a1de0e278 cogl: Add a texture utility function for manually repeating
Given a region of texture coordinates this utility invokes a callback
enough times to cover the region with a subregion that spans the
texture at most once. Eg, if called with tx1 and tx2 as 0.5 and 3.0 it
it would invoke the callback with:

0.5,1.0  1.0,2.0  2.0,3.0

Manual repeating is needed by all texture backends regardless of
whether they can support hardware repeating because when Cogl calls
the foreach_sub_texture_in_region method then it sets the wrap mode to
GL_CLAMP_TO_EDGE and no hardware repeating is possible.
2009-12-02 22:03:08 +00:00
..
cogl cogl: Add a texture utility function for manually repeating 2009-12-02 22:03:08 +00:00
eglnative
eglx
fruity
glx
json
osx
sdl
win32 win32: Remove the check for GL 1.2 2009-11-13 17:23:13 +00:00
x11 docs: Fix the 'Since' annotation for some functions 2009-11-19 11:51:21 +00:00
clutter-actor.c actor: Fix a pre-condition check in set_text_direction() 2009-12-01 16:06:57 +00:00
clutter-actor.h actor: Add :text-direction property 2009-11-10 12:16:55 +00:00
clutter-alpha.c docs: Document the AnimationMode definition 2009-11-13 15:01:17 +00:00
clutter-alpha.h
clutter-animatable.c
clutter-animatable.h
clutter-animation.c animation: Keep a weak reference on actors 2009-11-24 16:59:24 +00:00
clutter-animation.h
clutter-backend.c Validate that the GL version is >= 1.2 2009-11-13 15:55:48 +00:00
clutter-backend.h
clutter-behaviour-depth.c
clutter-behaviour-depth.h
clutter-behaviour-ellipse.c
clutter-behaviour-ellipse.h
clutter-behaviour-opacity.c
clutter-behaviour-opacity.h
clutter-behaviour-path.c
clutter-behaviour-path.h docs: Fix the 'Since' annotation for some functions 2009-11-19 11:51:21 +00:00
clutter-behaviour-rotate.c
clutter-behaviour-rotate.h
clutter-behaviour-scale.c
clutter-behaviour-scale.h
clutter-behaviour.c
clutter-behaviour.h
clutter-bezier.c
clutter-bezier.h
clutter-bin-layout.c
clutter-bin-layout.h [layout, docs] Clean up BinLayout documentation 2009-10-14 11:31:29 +01:00
clutter-binding-pool.c Pass the interned string value to the binding callback 2009-11-17 21:32:17 +00:00
clutter-binding-pool.h
clutter-box-layout.c Merge branch 'text-direction' 2009-12-01 14:55:19 +00:00
clutter-box-layout.h
clutter-box.c layout-manager: Create LayoutMeta on demand 2009-11-30 19:11:00 +00:00
clutter-box.h
clutter-cairo-texture.c
clutter-cairo-texture.h
clutter-child-meta.c
clutter-child-meta.h
clutter-clone.c
clutter-clone.h
clutter-color.c
clutter-color.h
clutter-container.c
clutter-container.h
clutter-debug.h
clutter-deprecated.h
clutter-enum-types.c.in
clutter-enum-types.h.in
clutter-event.c [input] Rework input device API 2009-06-19 13:12:05 +01:00
clutter-event.h
clutter-feature.c
clutter-feature.h
clutter-fixed-layout.c
clutter-fixed-layout.h
clutter-fixed.c
clutter-fixed.h
clutter-flow-layout.c flow-layout: Include the first line when calculating number of lines 2009-12-01 17:46:12 +00:00
clutter-flow-layout.h
clutter-frame-source.c
clutter-frame-source.h Count timeline frames using the FPS instead of an integer interval 2009-03-16 15:40:18 +00:00
clutter-group.c
clutter-group.h
clutter-id-pool.c
clutter-id-pool.h
clutter-interval.c
clutter-interval.h
clutter-json.h.in
clutter-keysyms-table.h
clutter-keysyms.h
clutter-layout-manager.c docs: Fix docbook syntax 2009-12-02 14:15:19 +00:00
clutter-layout-manager.h layout-manager: Create LayoutMeta on demand 2009-11-30 19:11:00 +00:00
clutter-layout-meta.c
clutter-layout-meta.h layout: Add padding to LayoutMeta 2009-12-02 11:36:25 +00:00
clutter-list-model.c
clutter-list-model.h
clutter-main.c docs: Document Clutter's threading model 2009-12-02 14:15:43 +00:00
clutter-main.h Use the newly added ClutterTextDirection enumeration 2009-11-10 11:06:20 +00:00
clutter-marshal.list
clutter-master-clock.c
clutter-master-clock.h
clutter-media.c
clutter-media.h
clutter-model-private.h
clutter-model.c
clutter-model.h
clutter-path.c
clutter-path.h
clutter-private.h Validate that the GL version is >= 1.2 2009-11-13 15:55:48 +00:00
clutter-rectangle.c
clutter-rectangle.h
clutter-score.c
clutter-score.h
clutter-script-parser.c Whitespace fixes 2009-11-13 15:01:17 +00:00
clutter-script-private.h
clutter-script.c script: Coding style clean-ups 2009-11-06 14:07:46 +00:00
clutter-script.h
clutter-scriptable.c
clutter-scriptable.h
clutter-shader-types.c
clutter-shader-types.h
clutter-shader.c
clutter-shader.h [shader] Remove deprecated set_uniform_1f() 2009-04-03 12:47:21 +01:00
clutter-stage-manager.c
clutter-stage-manager.h docs: Annotate StageManager 2009-12-02 11:38:04 +00:00
clutter-stage-window.c
clutter-stage-window.h
clutter-stage.c picking: avoid redundant picking geometry for the stage. 2009-11-27 00:43:57 +00:00
clutter-stage.h
clutter-text.c Merge branch 'text-direction' 2009-12-01 14:55:19 +00:00
clutter-text.h docs: Documentation fixes 2009-10-19 12:01:38 +01:00
clutter-texture.c cogl: deprecate cogl_draw_buffer API and replace with a cogl_framebuffer API 2009-11-26 19:33:14 +00:00
clutter-texture.h
clutter-timeline.c
clutter-timeline.h
clutter-timeout-interval.c
clutter-timeout-interval.h
clutter-timeout-pool.c
clutter-timeout-pool.h
clutter-types.h Add ClutterTextDirection enumeration 2009-11-10 11:06:20 +00:00
clutter-units.c
clutter-units.h
clutter-util.c
clutter-util.h
clutter-version.h.in
clutter.h
Makefile.am build: Fix CPP and LD flags 2009-12-02 16:03:55 +00:00