1
0
Fork 0
mutter-performance-source/cogl/driver/gl
Neil Roberts 5a5b3914ba cogl: Fix the include path in driver/*/Makefile.am
The include path for the winsys and driver folder was given relative
to $(srcdir) so it would end up relative to the driver folder which is
wrong. It is now specified as $(srcdir)/../../winsys to get the right
location. The driver folder is removed because it is actually just
$(srcdir) and that is already included.
2010-06-22 11:47:32 +01:00
..
cogl-context-driver.c cogl: Introduce private feature flags and check for ARB_fp 2010-06-09 15:19:30 +01:00
cogl-context-driver.h material: Adds backend abstraction for fragment processing 2010-06-09 17:15:59 +01:00
cogl-defines.h.in Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
cogl-feature-functions.h cogl-framebuffer: Use the FBO extension for color sizes 2010-06-10 19:53:39 +01:00
cogl-program.c material: Adds backend abstraction for fragment processing 2010-06-09 17:15:59 +01:00
cogl-program.h material: Adds backend abstraction for fragment processing 2010-06-09 17:15:59 +01:00
cogl-shader-private.h Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
cogl-shader.c material: Adds backend abstraction for fragment processing 2010-06-09 17:15:59 +01:00
cogl-texture-driver.c material: Avoid redundant glBindTexture calls 2010-06-09 17:26:15 +01:00
cogl.c cogl: Introduce private feature flags and check for ARB_fp 2010-06-09 15:19:30 +01:00
Makefile.am cogl: Fix the include path in driver/*/Makefile.am 2010-06-22 11:47:32 +01:00