diff options
author | Robert Bragg <robert@linux.intel.com> | 2012-11-08 23:00:49 +0000 |
---|---|---|
committer | Robert Bragg <robert@linux.intel.com> | 2013-01-21 14:20:32 +0000 |
commit | 5803d5cce2caf227bfc6fd7d6942797c5c39dce7 (patch) | |
tree | f54f2505db6a18710b47e0f163fd7e399d675539 /cogl/winsys/cogl-texture-pixmap-x11.c | |
parent | 2ac912b0e92d271e8cfde123bae93ae495ea03e3 (diff) | |
download | cogl-5803d5cce2caf227bfc6fd7d6942797c5c39dce7.tar.gz |
moves some gl texture code too cogl-texture-gl.c
This adds a driver/gl/cogl-texture-gl.c file and moves some gl specific
bits from cogl-texture.c into it. The moved symbols were also given a
_gl_ infix and the calling code was updated accordingly.
Reviewed-by: Neil Roberts <neil@linux.intel.com>
(cherry picked from commit 2c9e81de70cc02d72b1ce9013c49e39300a05b6a)
Diffstat (limited to 'cogl/winsys/cogl-texture-pixmap-x11.c')
-rw-r--r-- | cogl/winsys/cogl-texture-pixmap-x11.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cogl/winsys/cogl-texture-pixmap-x11.c b/cogl/winsys/cogl-texture-pixmap-x11.c index d2d8f4cf..cf5de196 100644 --- a/cogl/winsys/cogl-texture-pixmap-x11.c +++ b/cogl/winsys/cogl-texture-pixmap-x11.c @@ -48,6 +48,7 @@ #include "cogl-pipeline-opengl-private.h" #include "cogl-xlib.h" #include "cogl-error-private.h" +#include "cogl-texture-gl-private.h" #include <X11/Xlib.h> #include <X11/Xutil.h> |