mutter/tests/conform
Robert Bragg 82ba7220af pixel-array: Allow passing of hints to cogl_buffer_map
This allows you to tell Cogl that you are planning to replace all the
buffer's data once it is mapped with cogl_buffer_map. This means if the
buffer is currently being accessed by the GPU then the driver doesn't
have to stall and wait for it to finish before it can access it from the
CPU and can instead potentially allocate a new buffer with undefined
data and map that.
2010-07-06 12:07:28 +01:00
..
.gitignore Update conformance Git ignore file 2010-07-05 16:45:19 +01:00
ADDING_NEW_TESTS
Makefile.am test-conformance: Use -export-dynamic instead of -rdynamic 2010-06-24 17:46:29 +01:00
run-tests.sh conform: Make gtester run a list of wrappers 2010-05-07 17:17:59 +01:00
test-actor-destroy.c actor: Turn push/pop_internal into Actor methods 2010-02-15 16:09:26 +00:00
test-actor-invariants.c conformance: Show the Stage to test invariants 2010-02-24 12:25:48 +00:00
test-actor-size.c
test-anchors.c
test-animator.c conformance: Use g_assert_no_error() if available 2010-03-02 19:10:07 +00:00
test-behaviours.c conform: fix stack corruption in test-behaviours.c 2010-02-09 13:09:24 +00:00
test-binding-pool.c
test-clutter-cairo-texture.c Add a conformance test for ClutterCairoTexture 2010-05-11 15:57:12 +01:00
test-clutter-rectangle.c
test-clutter-text.c
test-clutter-texture.c [texture] Support picking textures according to their alpha channel 2010-05-28 16:07:17 +01:00
test-clutter-units.c conform: Do not use deprecated API in test-clutter-units 2010-06-22 13:32:11 +01:00
test-cogl-backface-culling.c cogl: Support any format in cogl_read_pixels 2010-03-02 11:01:35 +00:00
test-cogl-blend-strings.c cogl: Support any format in cogl_read_pixels 2010-03-02 11:01:35 +00:00
test-cogl-depth-test.c material: Make CoglMaterial responsible for depth state 2010-06-15 15:26:28 +01:00
test-cogl-fixed.c
test-cogl-materials.c test-cogl-materials: Test invalid layers with a constant color 2010-05-24 16:10:56 +01:00
test-cogl-multitexture.c test-cogl-multitexture: Set linear filters on the two textures 2010-05-07 17:06:01 +01:00
test-cogl-npot-texture.c test-cogl-npot-texture: Use the COGL_TEXTURE_NO_ATLAS flag 2010-01-19 17:15:51 +00:00
test-cogl-object.c conform: Adds a test-cogl-object conformance test 2010-06-04 14:44:15 +01:00
test-cogl-offscreen.c cogl: Support any format in cogl_read_pixels 2010-03-02 11:01:35 +00:00
test-cogl-path.c test-cogl-path: Add tests for changing the fill rule 2010-06-29 20:37:14 +01:00
test-cogl-pixel-buffer.c pixel-array: Allow passing of hints to cogl_buffer_map 2010-07-06 12:07:28 +01:00
test-cogl-premult.c cogl: Support any format in cogl_read_pixels 2010-03-02 11:01:35 +00:00
test-cogl-readpixels.c test-cogl-readpixels: Reset the viewport and matrices 2010-05-06 14:18:32 +01:00
test-cogl-sub-texture.c cogl-sub-texture: Optimise taking a sub texture of a sub texture 2010-02-12 16:57:17 +00:00
test-cogl-texture-mipmaps.c cogl: Support any format in cogl_read_pixels 2010-03-02 11:01:35 +00:00
test-cogl-texture-pixmap-x11.c Add a test case for CoglTexturePixmapX11 2010-06-22 12:22:48 +01:00
test-cogl-texture-rectangle.c test-cogl-texture-rectangle: save restore GL state correctly 2010-06-09 15:19:31 +01:00
test-cogl-vertex-buffer-contiguous.c cogl: Support any format in cogl_read_pixels 2010-03-02 11:01:35 +00:00
test-cogl-vertex-buffer-interleved.c cogl: Support any format in cogl_read_pixels 2010-03-02 11:01:35 +00:00
test-cogl-vertex-buffer-mutability.c cogl: Support any format in cogl_read_pixels 2010-03-02 11:01:35 +00:00
test-cogl-viewport.c cogl: Support any format in cogl_read_pixels 2010-03-02 11:01:35 +00:00
test-cogl-wrap-modes.c tests: Add a conformance test for the wrap modes of a cogl material 2010-04-12 15:44:23 +01:00
test-color.c
test-conform-common.c test-conform-common: Disconnect all paint handlers on the stage 2010-05-06 14:21:53 +01:00
test-conform-common.h
test-conform-main.c conform: don't reference old test_cogl_pixel_buffer symbol 2010-07-05 16:19:35 +01:00
test-group.c
test-launcher.sh conform: Make gtester run a list of wrappers 2010-05-07 17:17:59 +01:00
test-model.c conformance: Use g_assert_no_error() if available 2010-03-02 19:10:07 +00:00
test-paint-opacity.c
test-path.c analysis: Conformance tests 2010-02-12 14:57:56 +00:00
test-pick.c conform: Do not resize the stage 2010-02-16 12:19:15 +00:00
test-script-parser.c script: Support layout manager properties 2010-06-07 22:45:34 +01:00
test-state.c state: removed special handling of state named "default" 2010-06-24 15:49:01 +01:00
test-text-cache.c
test-texture-fbo.c
test-timeline-interpolate.c
test-timeline-rewind.c
test-timeline.c