mutter/common
Neil Roberts d741f67cfc Bug 1271 - mingw compiling failed: undefined reference to
`_glDrawRangeElements@24'

	Resolve glDrawRangeElements with cogl_get_proc_address instead of
	calling it directly because functions defined in GL > 1.1 are not
	directly exported under Windows.

	* clutter/cogl/common/cogl-mesh.c: Use the function pointer from
	the context

	* clutter/cogl/gl/cogl-context.c (cogl_create_context): Initialise
	function pointer.

	* clutter/cogl/gl/cogl-context.h (CoglContext): Add a function
	pointer

	* clutter/cogl/gl/cogl-defines.h.in: Add a typedef for the
	function pointer.

	* clutter/cogl/gl/cogl.c (_cogl_features_init): Resolve
	glDrawRangeElements
2008-11-21 16:18:58 +00:00
..
cogl-bitmap-fallback.c 2008-06-30 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-30 14:20:46 +00:00
cogl-bitmap-pixbuf.c 2008-08-27 Emmanuele Bassi <ebassi@openedhand.com> 2008-08-27 12:56:54 +00:00
cogl-bitmap.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
cogl-bitmap.h Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
cogl-clip-stack.c 2008-10-30 Emmanuele Bassi <ebassi@linux.intel.com> 2008-10-30 16:37:55 +00:00
cogl-clip-stack.h Bug 945 - Clipping+fbo cloning bugs 2008-08-01 12:23:57 +00:00
cogl-color.c 2008-11-12 Emmanuele Bassi <ebassi@linux.intel.com> 2008-11-12 13:57:58 +00:00
cogl-fixed.c * clutter/cogl/gles/cogl.c (cogl_perspective): 2008-11-06 11:42:11 +00:00
cogl-handle.h 2008-06-23 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-23 11:01:30 +00:00
cogl-mesh-private.h Bug 1164 - Implements the proposed Mesh API 2008-11-10 18:53:14 +00:00
cogl-mesh.c Bug 1271 - mingw compiling failed: undefined reference to 2008-11-21 16:18:58 +00:00
cogl-primitives.c 2008-10-30 Emmanuele Bassi <ebassi@linux.intel.com> 2008-10-30 16:37:55 +00:00
cogl-primitives.h 2008-10-30 Emmanuele Bassi <ebassi@linux.intel.com> 2008-10-30 16:37:55 +00:00
cogl-util.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
cogl-util.h Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
Makefile.am * clutter/cogl/gles/Makefile.am (libclutterinclude_HEADERS): 2008-11-12 12:08:44 +00:00
stb_image.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00