mutter/clutter
Ivan Leben ef084cfa95 * clutter/cogl/cogl.h.in:
* clutter/cogl/gl(es)/cogl-texture.h:
	* clutter/cogl/gl(es)/cogl-texture.c:
	cogl_texture_new_* functions take a gboolean auto_mipmap argument.
	If TRUE automatic mipmap generation is enabled during the process
	of slice texture object creation.
	(cogl_texture_new_from_foreign:) now allows mipmap min filter
	flags.

	* clutter/clutter-texture.c:
	* clutter/glx/clutter-glx-texture-pixmap.c:
	* tests/test-cogl-offscreen.c:
	* tests/test-cogl-tex-tile.c:
	* tests/test-cogl-tex-convert.c:
	* tests/test-cogl-tex-polygon.c:
	* tests/test-cogl-tex-getset.c:
	Pass FALSE for auto_mipmap to cogl_texture_new_*.

	* clutter/pango/pangoclutter-render.c:
	(tc_get:) Pass TRUE to cogl_texture_new_with_size and use mipmap
	min filter for nicer glyphs at small scales. As a result test-text
	has gone all beautiful now.
2008-05-07 16:12:54 +00:00
..
cogl * clutter/cogl/cogl.h.in: 2008-05-07 16:12:54 +00:00
eglnative 2008-04-28 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-28 09:33:38 +00:00
eglx Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
fruity Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
glx * clutter/cogl/cogl.h.in: 2008-05-07 16:12:54 +00:00
json 2008-04-09 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-09 14:18:42 +00:00
osx Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
pango * clutter/cogl/cogl.h.in: 2008-05-07 16:12:54 +00:00
sdl 2008-05-07 Emmanuele Bassi <ebassi@openedhand.com> 2008-05-07 15:03:59 +00:00
win32 Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
x11 2008-05-06 Matthew Allum <mallum@openedhand.com> 2008-05-06 19:57:05 +00:00
clutter-actor.c 2008-05-02 Emmanuele Bassi <ebassi@openedhand.com> 2008-05-02 11:48:43 +00:00
clutter-actor.h 2008-04-23 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-23 12:53:25 +00:00
clutter-alpha.c 2008-04-18 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-18 15:03:30 +00:00
clutter-alpha.h 2008-04-18 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-18 15:03:30 +00:00
clutter-backend.c 2008-04-04 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-04 17:26:26 +00:00
clutter-backend.h 2008-04-04 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-04 15:02:11 +00:00
clutter-behaviour-bspline.c
clutter-behaviour-bspline.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
clutter-behaviour-rotate.c
clutter-behaviour-rotate.h
clutter-behaviour-scale.c
clutter-behaviour-scale.h
clutter-behaviour.c 2008-05-01 Emmanuele Bassi <ebassi@openedhand.com> 2008-05-01 09:28:41 +00:00
clutter-behaviour.h
clutter-clone-texture.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
clutter-clone-texture.h
clutter-color.c
clutter-color.h
clutter-container.c 2008-04-11 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-11 15:40:08 +00:00
clutter-container.h
clutter-debug.h 2008-03-28 Matthew Allum <mallum@openedhand.com> 2008-03-28 22:50:55 +00:00
clutter-deprecated.h Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
clutter-effect.c 2008-04-30 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-30 16:27:18 +00:00
clutter-effect.h
clutter-entry.c 2008-03-06 Emmanuele Bassi <ebassi@openedhand.com> 2008-03-06 12:39:24 +00:00
clutter-entry.h 2008-03-06 Emmanuele Bassi <ebassi@openedhand.com> 2008-03-06 12:39:24 +00:00
clutter-enum-types.c.in 2007-12-25 Emmanuele Bassi <ebassi@openedhand.com> 2007-12-25 11:41:10 +00:00
clutter-enum-types.h.in
clutter-event.c 2008-03-28 Matthew Allum <mallum@openedhand.com> 2008-03-28 22:50:55 +00:00
clutter-event.h 2008-03-28 Matthew Allum <mallum@openedhand.com> 2008-03-28 22:50:55 +00:00
clutter-feature.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
clutter-feature.h Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
clutter-fixed.c 2008-04-28 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-28 13:37:28 +00:00
clutter-fixed.h 2008-04-17 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-17 11:09:27 +00:00
clutter-frame-source.c 2008-04-17 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-17 20:53:37 +00:00
clutter-frame-source.h * clutter/clutter-frame-source.h: Added the missing G_BEGIN_DECLS 2008-05-07 15:16:48 +00:00
clutter-group.c 2008-04-28 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-28 15:32:42 +00:00
clutter-group.h 2008-03-28 Matthew Allum <mallum@openedhand.com> 2008-03-28 22:50:55 +00:00
clutter-id-pool.c 2008-03-09 Matthew Allum <mallum@openedhand.com> 2008-03-09 19:07:17 +00:00
clutter-id-pool.h Refactored the integer id->ClutterActor mapping code to be a self 2008-03-07 17:34:40 +00:00
clutter-json.h.in 2008-04-23 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-23 13:58:58 +00:00
clutter-keysyms-table.h
clutter-keysyms.h
clutter-label.c 2008-02-20 Emmanuele Bassi <ebassi@openedhand.com> 2008-02-20 10:59:47 +00:00
clutter-label.h
clutter-list-model.c 2008-03-19 Emmanuele Bassi <ebassi@openedhand.com> 2008-03-19 18:33:33 +00:00
clutter-list-model.h
clutter-main.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
clutter-main.h Applied patch from bug #881 2008-04-17 16:50:23 +00:00
clutter-marshal.list 2008-04-18 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-18 15:03:30 +00:00
clutter-media.c * clutter/clutter-actor.c: 2008-02-15 15:18:02 +00:00
clutter-media.h
clutter-model-private.h
clutter-model.c 2008-03-19 Emmanuele Bassi <ebassi@openedhand.com> 2008-03-19 18:33:33 +00:00
clutter-model.h 2008-03-19 Emmanuele Bassi <ebassi@openedhand.com> 2008-03-19 18:33:33 +00:00
clutter-private.h 2008-04-04 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-04 15:02:11 +00:00
clutter-rectangle.c * clutter/cogl/cogl.h.in: renaming of API's in cogl to make the 2008-04-29 15:41:34 +00:00
clutter-rectangle.h 2006-11-20 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-20 22:20:48 +00:00
clutter-score.c 2008-03-19 Emmanuele Bassi <ebassi@openedhand.com> 2008-03-19 11:46:57 +00:00
clutter-score.h 2008-03-19 Emmanuele Bassi <ebassi@openedhand.com> 2008-03-19 11:46:57 +00:00
clutter-script-parser.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
clutter-script-private.h
clutter-script.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
clutter-script.h
clutter-scriptable.c
clutter-scriptable.h
clutter-shader.c Removed COGLhandle and changed shader and program functions to be 2008-04-29 16:10:37 +00:00
clutter-shader.h 2008-04-11 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-11 12:00:50 +00:00
clutter-stage-manager.c 2008-04-04 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-04 15:02:11 +00:00
clutter-stage-manager.h 2008-03-28 Matthew Allum <mallum@openedhand.com> 2008-03-28 22:50:55 +00:00
clutter-stage-window.c 2008-04-04 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-04 15:02:11 +00:00
clutter-stage-window.h Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
clutter-stage.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
clutter-stage.h Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
clutter-texture.c * clutter/cogl/cogl.h.in: 2008-05-07 16:12:54 +00:00
clutter-texture.h Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
clutter-timeline.c * clutter/clutter-timeline.c (clutter_timeline_get_progressx): 2008-04-18 13:51:16 +00:00
clutter-timeline.h 2008-03-18 Emmanuele Bassi <ebassi@openedhand.com> 2008-03-18 22:07:17 +00:00
clutter-timeout-pool.c Applied patch from bug #881 2008-04-17 16:50:23 +00:00
clutter-timeout-pool.h
clutter-types.h 2008-03-28 Matthew Allum <mallum@openedhand.com> 2008-03-28 22:50:55 +00:00
clutter-units.c 2008-04-28 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-28 13:37:28 +00:00
clutter-units.h 2008-04-17 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-17 11:09:27 +00:00
clutter-util.c * clutter/clutter-texture.c: (texture_get_tile_pixbuf), 2008-02-12 17:17:52 +00:00
clutter-util.h
clutter-version.h.in 2008-03-31 Matthew Allum <mallum@openedhand.com> 2008-03-31 17:15:02 +00:00
clutter.h
Makefile.am Fixed 'make dist' 2008-04-28 16:57:44 +00:00