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)
This commit is contained in:
Robert Bragg
2012-11-08 23:00:49 +00:00
parent 6941ff2c71
commit e8eb9793e6
14 changed files with 160 additions and 88 deletions

View File

@@ -36,6 +36,7 @@
#include "cogl-texture-private.h"
#include "cogl-framebuffer-private.h"
#include "cogl-offscreen.h"
#include "cogl-texture-gl-private.h"
#include "cogl-pipeline-progend-glsl-private.h"