mutter/tests/interactive
Robert Bragg be826ed4e7 [cogl vertex buffers] Give indices a CoglHandle so they are shareable
Previously indices were tightly bound to a particular Cogl vertex buffer
but we would like to be able to share indices so now we have
cogl_vertex_buffer_indices_new () which returns a CoglHandle.

In particular we could like to have a shared set of indices for drawing
lists of quads that can be shared between the pango renderer and the
Cogl journal.
2009-05-28 13:27:54 +01:00
..
Makefile.am [tests] Adds an interactive cogl vertex buffer unit test 2009-03-16 16:19:51 +00:00
test-actor-clone.c Remove Units from the public API 2009-05-06 16:44:47 +01:00
test-actors.c Remove Units from the public API 2009-05-06 16:44:47 +01:00
test-animation.c Remove Units from the public API 2009-05-06 16:44:47 +01:00
test-behave.c Clean up of the ClutterColor API 2009-03-10 12:38:02 +00:00
test-binding-pool.c
test-clip.c [cogl] Remove max_waste argument from Texture ctors 2009-05-23 19:35:19 +01:00
test-clutter-cairo-flowers.c Remove Units from the public API 2009-05-06 16:44:47 +01:00
test-cogl-multitexture.c [cogl] Remove max_waste argument from Texture ctors 2009-05-23 19:35:19 +01:00
test-cogl-offscreen.c [cogl] Remove max_waste argument from Texture ctors 2009-05-23 19:35:19 +01:00
test-cogl-primitives.c Change cogl_path_rectangle and cogl_path_round_rectangle to take x1,y1,x2,y2 2009-03-13 12:20:26 +00:00
test-cogl-tex-convert.c [cogl] Remove max_waste argument from Texture ctors 2009-05-23 19:35:19 +01:00
test-cogl-tex-foreign.c [cogl-handle] Optimize how we define cogl handles 2009-04-02 11:58:43 +01:00
test-cogl-tex-getset.c [cogl] Remove max_waste argument from Texture ctors 2009-05-23 19:35:19 +01:00
test-cogl-tex-polygon.c [cogl] Remove max_waste argument from Texture ctors 2009-05-23 19:35:19 +01:00
test-cogl-tex-tile.c [cogl] Remove max_waste argument from Texture ctors 2009-05-23 19:35:19 +01:00
test-cogl-vertex-buffer.c [cogl vertex buffers] Give indices a CoglHandle so they are shareable 2009-05-28 13:27:54 +01:00
test-depth.c Remove Units from the public API 2009-05-06 16:44:47 +01:00
test-devices.c
test-easing.c Remove Units from the public API 2009-05-06 16:44:47 +01:00
test-entry.c
test-events.c
test-fbo.c
test-fullscreen.c Remove Units from the public API 2009-05-06 16:44:47 +01:00
test-grab.c
test-layout.c Remove Units from the public API 2009-05-06 16:44:47 +01:00
test-main.c
test-model.c
test-multistage.c
test-offscreen.c
test-paint-wrapper.c Remove Units from the public API 2009-05-06 16:44:47 +01:00
test-perspective.c
test-pixmap.c
test-project.c Remove Units from the public API 2009-05-06 16:44:47 +01:00
test-random-text.c
test-rotate.c
test-scale.c
test-score.c Remove usage of the grave accent as quotation mark 2009-03-17 14:13:31 +00:00
test-script.c Remove usage of the grave accent as quotation mark 2009-03-17 14:13:31 +00:00
test-shader.c
test-stage-read-pixels.c Remove Units from the public API 2009-05-06 16:44:47 +01:00
test-text-field.c Merge commit 'origin/master' into 1.0-integration 2009-05-20 16:49:22 +01:00
test-text.c
test-texture-async.c [tests] Remove unused variables 2009-03-16 12:17:03 +00:00
test-texture-quality.c [stage] Coalesce fog and perspective API 2009-03-10 12:38:03 +00:00
test-textures.c
test-threads.c
test-unproject.c Remove Units from the public API 2009-05-06 16:44:47 +01:00
test-viewport.c
wrapper.sh