mutter/cogl
Neil Roberts 2bcf38d126 Fix a warning in the vtable for texture_2d_get_data
The function pointer for texture_2d_get_data in the driver vtable was
expecting an unsigned int for the rowstride but the definition in
cogl-texture-2d-gl.c took a size_t so it was giving an annoying
warning. This normalizes them both to just take an int. This seems to
better match the pattern used for cogl_bitmap_new_from_data and
cogl_texture_2d_new_from_data.

Reviewed-by: Robert Bragg <robert@linux.intel.com>

(cherry picked from commit 003f080531d5368835081568779b031ef4f09a77)
2013-01-22 17:48:00 +00:00
..
driver Fix a warning in the vtable for texture_2d_get_data 2013-01-22 17:48:00 +00:00
gl-prototypes Fix the terminator in one of the extension lists 2012-09-28 17:15:11 +01:00
tesselator
winsys Fix a warning in the vtable for texture_2d_get_data 2013-01-22 17:48:00 +00:00
cogl1-context.h
cogl2-compatibility.c Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl2-compatibility.h
cogl2-experimental.h
cogl2-path.c Don't take internal references on the context 2012-09-17 23:06:20 +01:00
cogl2-path.h
cogl-1.0.pc.in
cogl-2.0-experimental.pc.in
cogl-atlas-texture-private.h
cogl-atlas-texture.c texture: rename texobj flush code as gl specific 2013-01-22 17:47:58 +00:00
cogl-atlas.c
cogl-atlas.h
cogl-attribute-buffer-private.h
cogl-attribute-buffer.c buffer: move choice about using malloc closer to driver 2013-01-22 17:47:59 +00:00
cogl-attribute-buffer.h
cogl-attribute-private.h attribute: Split out GL specific code 2013-01-22 17:47:59 +00:00
cogl-attribute.c buffer: splits out GL specific code 2013-01-22 17:47:59 +00:00
cogl-attribute.h
cogl-bitmap-conversion.c framebuffer: Support texture based depth buffers 2013-01-18 10:53:29 +00:00
cogl-bitmap-packing.h framebuffer: Support texture based depth buffers 2013-01-18 10:53:29 +00:00
cogl-bitmap-pixbuf.c Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-bitmap-private.h Give buffer/bitmap bind functions gl infix 2013-01-22 17:47:59 +00:00
cogl-bitmap.c buffer: splits out GL specific code 2013-01-22 17:47:59 +00:00
cogl-bitmap.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-bitmask.c
cogl-bitmask.h
cogl-blend-string.c Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-blend-string.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-blit.c blit: avoid using _COGL_GET_CONTEXT 2013-01-22 17:47:59 +00:00
cogl-blit.h
cogl-boxed-value.c Don't use the transpose argument of glUniformMatrix* 2012-08-06 14:27:45 +01:00
cogl-boxed-value.h
cogl-buffer-private.h buffer: splits out GL specific code 2013-01-22 17:47:59 +00:00
cogl-buffer.c buffer: splits out GL specific code 2013-01-22 17:47:59 +00:00
cogl-buffer.h
cogl-clip-stack.c clip-stack: Splits out opengl specific code 2013-01-22 17:47:59 +00:00
cogl-clip-stack.h
cogl-clip-state-private.h
cogl-clip-state.c
cogl-clip-state.h
cogl-clutter-xlib.h
cogl-clutter.c
cogl-clutter.h
cogl-color-private.h
cogl-color.c
cogl-color.h
cogl-config-private.h
cogl-config.c config: Don't read a config file at startup when using --disable-glib 2013-01-22 17:47:24 +00:00
cogl-context-private.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-context.c Adds a NOP driver 2013-01-22 17:47:59 +00:00
cogl-context.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-debug-options.h
cogl-debug.c
cogl-debug.h debug: define COGL_DEBUG_ macros for non-debug builds 2012-09-03 15:51:45 +01:00
cogl-defines.h.in
cogl-defines.h.win32_SDL.in
cogl-defines.h.win32.in
cogl-deprecated.h
cogl-depth-state-private.h
cogl-depth-state.c
cogl-depth-state.h
cogl-display-private.h
cogl-display.c Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-display.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-driver.h Fix a warning in the vtable for texture_2d_get_data 2013-01-22 17:48:00 +00:00
cogl-egl-defines.h.in
cogl-egl.h
cogl-enum-types.c.in
cogl-enum-types.h.in
cogl-error-private.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-error.c Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-error.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-euler.c Switch use of primitive glib types to c99 equivalents 2012-08-06 14:27:39 +01:00
cogl-euler.h
cogl-feature-private.c
cogl-feature-private.h
cogl-fixed.c
cogl-fixed.h
cogl-flags.h
cogl-framebuffer-private.h framebuffer: split GL code out from cogl-framebuffer.c 2013-01-18 10:53:29 +00:00
cogl-framebuffer.c Give buffer/bitmap bind functions gl infix 2013-01-22 17:47:59 +00:00
cogl-framebuffer.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-gl-header.h.in
cogl-gl-header.h.win32
cogl-gles2-context-private.h cogl-gles2-context: Append wrapper shader to user shaders 2012-09-17 23:06:21 +01:00
cogl-gles2-context.c texture-2d: factor out all GL specific code 2013-01-22 17:47:58 +00:00
cogl-gles2-types.h Use the correct type for GLintptr 2013-01-08 14:56:25 +01:00
cogl-gles2.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-glib-source.c Don't take internal references on the context 2012-09-17 23:06:20 +01:00
cogl-glib-source.h
cogl-glx-display-private.h
cogl-glx-renderer-private.h
cogl-gpu-info-private.h gpu-info: Detect more info including architecture 2012-08-06 14:27:42 +01:00
cogl-gpu-info.c gpu-info: Match latest Mesa strings 2012-09-17 23:06:20 +01:00
cogl-gtype-private.h
cogl-index-buffer-private.h
cogl-index-buffer.c buffer: move choice about using malloc closer to driver 2013-01-22 17:47:59 +00:00
cogl-index-buffer.h Mass rename CLUTTER_COMPILATION to COGL_COMPILATION 2012-08-06 14:27:45 +01:00
cogl-indices-private.h
cogl-indices.c
cogl-indices.h
cogl-internal.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-journal-private.h
cogl-journal.c
cogl-kms-display.h
cogl-kms-renderer.h
cogl-magazine-private.h
cogl-magazine.c
cogl-material-compat.c Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-material-compat.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-matrix-private.h matrix: Add cogl_debug_matrix_print api 2013-01-18 17:28:25 +00:00
cogl-matrix-stack.c
cogl-matrix-stack.h
cogl-matrix.c matrix: Add cogl_debug_matrix_print api 2013-01-18 17:28:25 +00:00
cogl-matrix.h matrix: Add cogl_debug_matrix_print api 2013-01-18 17:28:25 +00:00
cogl-memory-stack-private.h
cogl-memory-stack.c
cogl-meta-texture.c meta-texture: Fix textures[] index 2012-09-17 11:47:04 +01:00
cogl-meta-texture.h
cogl-node-private.h
cogl-node.c
cogl-object-private.h
cogl-object.c
cogl-object.h Remove all remaining _EXP suffix defines 2013-01-18 10:53:29 +00:00
cogl-offscreen.h
cogl-onscreen-private.h
cogl-onscreen-template-private.h
cogl-onscreen-template.c
cogl-onscreen-template.h Remove all remaining _EXP suffix defines 2013-01-18 10:53:29 +00:00
cogl-onscreen.c
cogl-onscreen.h
cogl-pango.h
cogl-path-functions.h
cogl-path-private.h
cogl-path.c
cogl-path.h
cogl-pipeline-cache.c Switch use of primitive glib types to c99 equivalents 2012-08-06 14:27:39 +01:00
cogl-pipeline-cache.h
cogl-pipeline-debug.c
cogl-pipeline-layer-private.h Fixes for building with --disable-gl 2012-08-06 14:27:41 +01:00
cogl-pipeline-layer-state-private.h
cogl-pipeline-layer-state.c Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-pipeline-layer-state.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-pipeline-layer.c
cogl-pipeline-private.h Clearly define 3 progends that own the frag+vertends 2013-01-22 17:48:00 +00:00
cogl-pipeline-snippet-private.h
cogl-pipeline-snippet.c
cogl-pipeline-state-private.h
cogl-pipeline-state.c Clearly define 3 progends that own the frag+vertends 2013-01-22 17:48:00 +00:00
cogl-pipeline-state.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-pipeline.c Clearly define 3 progends that own the frag+vertends 2013-01-22 17:48:00 +00:00
cogl-pipeline.h
cogl-pixel-buffer-private.h
cogl-pixel-buffer.c buffer: move choice about using malloc closer to driver 2013-01-22 17:47:59 +00:00
cogl-pixel-buffer.h Remove all remaining _EXP suffix defines 2013-01-18 10:53:29 +00:00
cogl-point-in-poly-private.h
cogl-point-in-poly.c
cogl-poll.c
cogl-poll.h
cogl-primitive-private.h
cogl-primitive-texture.c
cogl-primitive-texture.h
cogl-primitive.c
cogl-primitive.h Remove all remaining _EXP suffix defines 2013-01-18 10:53:29 +00:00
cogl-primitives-private.h
cogl-primitives.c
cogl-primitives.h
cogl-private.h
cogl-profile.c profile: Print warning if "Mainloop" timer missing 2012-09-03 15:51:45 +01:00
cogl-profile.h
cogl-program-private.h
cogl-program.c
cogl-quaternion-private.h
cogl-quaternion.c
cogl-quaternion.h quaternions: Allow multiplication into 'a' arg 2012-08-06 18:51:32 +01:00
cogl-queue.h
cogl-rectangle-map.c
cogl-rectangle-map.h Switch use of primitive glib types to c99 equivalents 2012-08-06 14:27:39 +01:00
cogl-renderer-private.h framebuffer: split GL code out from cogl-framebuffer.c 2013-01-18 10:53:29 +00:00
cogl-renderer.c Adds a NOP driver 2013-01-22 17:47:59 +00:00
cogl-renderer.h Adds a NOP driver 2013-01-22 17:47:59 +00:00
cogl-sampler-cache-private.h
cogl-sampler-cache.c
cogl-sdl.c Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-sdl.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-shader-boilerplate.h
cogl-shader-private.h
cogl-shader.c
cogl-shader.h
cogl-snippet-private.h
cogl-snippet.c
cogl-snippet.h
cogl-spans.c
cogl-spans.h
cogl-sub-texture-private.h
cogl-sub-texture.c texture: rename texobj flush code as gl specific 2013-01-22 17:47:58 +00:00
cogl-sub-texture.h Remove all remaining _EXP suffix defines 2013-01-18 10:53:29 +00:00
cogl-swap-chain-private.h
cogl-swap-chain.c
cogl-swap-chain.h Remove all remaining _EXP suffix defines 2013-01-18 10:53:29 +00:00
cogl-texture-2d-gl.h texture-2d: factor out all GL specific code 2013-01-22 17:47:58 +00:00
cogl-texture-2d-private.h texture-2d: factor out all GL specific code 2013-01-22 17:47:58 +00:00
cogl-texture-2d-sliced-private.h
cogl-texture-2d-sliced.c texture-2d: factor out all GL specific code 2013-01-22 17:47:58 +00:00
cogl-texture-2d-sliced.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-texture-2d.c Fix a warning in the vtable for texture_2d_get_data 2013-01-22 17:48:00 +00:00
cogl-texture-2d.h texture-2d: factor out all GL specific code 2013-01-22 17:47:58 +00:00
cogl-texture-3d-private.h texture: rename texobj flush code as gl specific 2013-01-22 17:47:58 +00:00
cogl-texture-3d.c Fix a warning in the vtable for texture_2d_get_data 2013-01-22 17:48:00 +00:00
cogl-texture-3d.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-texture-driver.h
cogl-texture-private.h Fix a warning in the vtable for texture_2d_get_data 2013-01-22 17:48:00 +00:00
cogl-texture-rectangle-private.h texture: rename texobj flush code as gl specific 2013-01-22 17:47:58 +00:00
cogl-texture-rectangle.c Fix a warning in the vtable for texture_2d_get_data 2013-01-22 17:48:00 +00:00
cogl-texture-rectangle.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-texture.c texture-2d: factor out all GL specific code 2013-01-22 17:47:58 +00:00
cogl-texture.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-types.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-util.c
cogl-util.h
cogl-vector.c
cogl-vector.h
cogl-version.h
cogl-vertex-buffer-private.h
cogl-vertex-buffer.c Switch use of primitive glib types to c99 equivalents 2012-08-06 14:27:39 +01:00
cogl-vertex-buffer.h
cogl-wayland-client.h Create standalone public wayland client/server headers 2012-03-20 14:26:44 +00:00
cogl-wayland-renderer.h
cogl-wayland-server.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-win32-renderer.c
cogl-win32-renderer.h Remove all remaining _EXP suffix defines 2013-01-18 10:53:29 +00:00
cogl-x11-renderer-private.h
cogl-xlib-private.h
cogl-xlib-renderer-private.h Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-xlib-renderer.c Adds CoglError api 2013-01-22 17:47:39 +00:00
cogl-xlib-renderer.h Remove all remaining _EXP suffix defines 2013-01-18 10:53:29 +00:00
cogl-xlib.c
cogl-xlib.h Remove all remaining _EXP suffix defines 2013-01-18 10:53:29 +00:00
cogl.c buffer: splits out GL specific code 2013-01-22 17:47:59 +00:00
cogl.h texture-2d: factor out all GL specific code 2013-01-22 17:47:58 +00:00
cogl.rc.in
cogl.symbols texture: rename texobj flush code as gl specific 2013-01-22 17:47:58 +00:00
Makefile.am Clearly define 3 progends that own the frag+vertends 2013-01-22 17:48:00 +00:00
stb_image.c stb_image: Fix warnings that the original stb_image has 2013-01-18 17:28:25 +00:00