mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
cogl: Unconditionally include cogl-config.h
This commit is contained in:
parent
12171e413b
commit
0163a0b0cd
@ -26,9 +26,7 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
#include <string.h>
|
||||
|
@ -34,9 +34,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
/* This is needed to get the Pango headers to export stuff needed to
|
||||
subclass */
|
||||
|
@ -26,9 +26,7 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Neil Roberts <neil@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
#include "cogl-pango-pipeline-cache.h"
|
||||
|
@ -33,9 +33,7 @@
|
||||
* Matthew Allum <mallum@openedhand.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#ifndef PANGO_ENABLE_BACKEND
|
||||
#define PANGO_ENABLE_BACKEND 1
|
||||
|
@ -1,7 +1,5 @@
|
||||
/*** BEGIN file-header ***/
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
/* We need to undefine this so that we will be sure to include
|
||||
* cogl-path.h instead of cogl2-path.h when we include the framebuffer
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Neil Roberts <neil@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-debug.h"
|
||||
#include "cogl-util.h"
|
||||
|
@ -29,9 +29,7 @@
|
||||
* Neil Roberts <neil@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-atlas.h"
|
||||
#include "cogl-rectangle-map.h"
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-object-private.h"
|
||||
#include "cogl-attribute-buffer.h"
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-util.h"
|
||||
#include "cogl-context-private.h"
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-private.h"
|
||||
#include "cogl-bitmap-private.h"
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-util.h"
|
||||
#include "cogl-bitmap-private.h"
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-util.h"
|
||||
#include "cogl-debug.h"
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -29,9 +29,7 @@
|
||||
* Neil Roberts <neil@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -37,9 +37,7 @@
|
||||
* Pixel Buffers API.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -30,9 +30,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-debug.h"
|
||||
#include "cogl-config-private.h"
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-object.h"
|
||||
#include "cogl-private.h"
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@ -29,9 +29,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-util.h"
|
||||
#include "cogl-depth-state-private.h"
|
||||
|
@ -29,9 +29,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -29,9 +29,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-types.h"
|
||||
#include "cogl-util.h"
|
||||
|
@ -29,9 +29,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <cogl-util.h>
|
||||
#include <cogl-euler.h>
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -27,9 +27,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-fence.h"
|
||||
#include "cogl-fence-private.h"
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-frame-info-private.h"
|
||||
#include "cogl-gtype-private.h"
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -33,9 +33,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-glib-source.h"
|
||||
#include "cogl-poll.h"
|
||||
|
@ -32,9 +32,7 @@
|
||||
* Neil Roberts <neil@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-context-private.h"
|
||||
#include "cogl-util-gl-private.h"
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-object-private.h"
|
||||
#include "cogl-indices.h"
|
||||
|
@ -32,9 +32,7 @@
|
||||
* Neil Roberts <neil@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-util.h"
|
||||
#include "cogl-object-private.h"
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-debug.h"
|
||||
#include "cogl-context-private.h"
|
||||
|
@ -23,9 +23,7 @@
|
||||
|
||||
/* This list implementation is based on the Wayland source code */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -51,9 +51,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-memory-stack-private.h"
|
||||
#include "cogl-magazine-private.h"
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Neil Roberts <neil@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-context-private.h"
|
||||
#include "cogl-util-gl-private.h"
|
||||
|
@ -69,9 +69,7 @@
|
||||
* the inverse of the identity matrix)
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <cogl-util.h>
|
||||
#include <cogl-debug.h>
|
||||
|
@ -54,9 +54,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-memory-stack-private.h"
|
||||
#include "cogl-list.h"
|
||||
|
@ -30,9 +30,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-texture.h"
|
||||
#include "cogl-matrix.h"
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-util.h"
|
||||
#include "cogl-node-private.h"
|
||||
|
@ -29,9 +29,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
#include <string.h>
|
||||
|
@ -29,9 +29,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-object.h"
|
||||
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-util.h"
|
||||
#include "cogl-onscreen-private.h"
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-output-private.h"
|
||||
#include "cogl-gtype-private.h"
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <test-fixtures/test-unit.h>
|
||||
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-context-private.h"
|
||||
#include "cogl-pipeline-private.h"
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-context-private.h"
|
||||
#include "cogl-pipeline-private.h"
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-context-private.h"
|
||||
#include "cogl-pipeline-private.h"
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-util.h"
|
||||
#include "cogl-context-private.h"
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Neil Roberts <neil@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-context-private.h"
|
||||
#include "cogl-color-private.h"
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-debug.h"
|
||||
#include "cogl-context-private.h"
|
||||
|
@ -37,9 +37,7 @@
|
||||
* Pixel Buffers API.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -34,9 +34,7 @@
|
||||
* http://www.ecse.rpi.edu/Homepages/wrf/Research/Short_Notes/pnpoly.html
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-util.h"
|
||||
#include "cogl-point-in-poly-private.h"
|
||||
|
@ -30,9 +30,7 @@
|
||||
* Neil Roberts <neil@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-poll.h"
|
||||
#include "cogl-poll-private.h"
|
||||
|
@ -30,9 +30,7 @@
|
||||
* Neil Roberts <neil@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-primitive-texture.h"
|
||||
#include "cogl-texture-private.h"
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-util.h"
|
||||
#include "cogl-object-private.h"
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-debug.h"
|
||||
#include "cogl-context-private.h"
|
||||
|
@ -1,6 +1,4 @@
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#ifdef COGL_ENABLE_PROFILE
|
||||
|
||||
|
@ -39,9 +39,7 @@
|
||||
* 3D Maths Primer for Graphics and Game Development ISBN-10: 1556229119
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <cogl-util.h>
|
||||
#include <cogl-quaternion.h>
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Neil Roberts <neil@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@ -29,9 +29,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -30,9 +30,7 @@
|
||||
* Neil Roberts <neil@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-sampler-cache-private.h"
|
||||
#include "cogl-context-private.h"
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Neil Roberts <neil@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-types.h"
|
||||
#include "cogl-snippet-private.h"
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "math.h"
|
||||
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Neil Roberts <neil@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-util.h"
|
||||
#include "cogl-texture-private.h"
|
||||
|
@ -29,9 +29,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-object.h"
|
||||
|
||||
|
@ -33,9 +33,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-debug.h"
|
||||
#include "cogl-private.h"
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Neil Roberts <neil@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-private.h"
|
||||
#include "cogl-util.h"
|
||||
|
@ -29,9 +29,7 @@
|
||||
* Neil Roberts <neil@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-private.h"
|
||||
#include "cogl-util.h"
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Neil Roberts <neil@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-private.h"
|
||||
#include "cogl-util.h"
|
||||
|
@ -34,9 +34,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-util.h"
|
||||
#include "cogl-bitmap.h"
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -29,9 +29,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <cogl-util.h>
|
||||
#include <cogl-vector.h>
|
||||
|
@ -29,9 +29,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-xlib-renderer.h"
|
||||
#include "cogl-util.h"
|
||||
|
@ -30,9 +30,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <cogl-xlib.h>
|
||||
|
||||
|
@ -29,9 +29,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
#include <string.h>
|
||||
|
@ -29,9 +29,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <cogl-material-compat.h>
|
||||
#include <cogl-pipeline.h>
|
||||
|
@ -28,10 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
|
||||
#include "cogl-util.h"
|
||||
#include "cogl-util-gl-private.h"
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-shader-private.h"
|
||||
#include "cogl-util-gl-private.h"
|
||||
|
@ -95,9 +95,7 @@
|
||||
* "MVert", "MFace" and "MEdge" primitives.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -32,9 +32,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -32,9 +32,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-context-private.h"
|
||||
#include "cogl-buffer-gl-private.h"
|
||||
|
@ -32,9 +32,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-context-private.h"
|
||||
#include "cogl-util-gl-private.h"
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-context-private.h"
|
||||
#include "cogl-util-gl-private.h"
|
||||
|
@ -32,9 +32,7 @@
|
||||
* Neil Roberts <neil@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Neil Roberts <neil@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -31,9 +31,7 @@
|
||||
* Neil Roberts <neil@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -27,9 +27,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <strings.h>
|
||||
|
||||
|
@ -30,9 +30,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-types.h"
|
||||
#include "cogl-context-private.h"
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -33,9 +33,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-private.h"
|
||||
#include "cogl-util.h"
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -33,9 +33,7 @@
|
||||
* Robert Bragg <robert@linux.intel.com>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-private.h"
|
||||
#include "cogl-util.h"
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-types.h"
|
||||
#include "cogl-framebuffer.h"
|
||||
|
@ -28,9 +28,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cogl-config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-clip-stack.h"
|
||||
#include "cogl-clip-stack-nop-private.h"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user