mirror of
https://github.com/brl/mutter.git
synced 2025-08-01 14:15:30 +00:00
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:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user