1
0
Fork 0
A repository that has original sources for patches used in the Arch User Repository package called "mutter-performance". https://aur.archlinux.org/packages/mutter-performance
Find a file
Emmanuele Bassi 1c8a6bc09b [build] Encode the target into the backend library
The libclutter-cogl internal object should be the only dependency
for Clutter, since we are already copying it inside clutter/cogl
for the introspection scanner. For this reason, the backend-specific,
real internal object should be built with the backend encoded into
the file name, like libclutter-common. This makes the build output
a little bit more clear: instead of having two:

  LINK libclutter-cogl-common.la
  ...
  LINK libclutter-cogl.la
  LINK libclutter-cogl.la

We'll have:

  LINK libclutter-cogl-common.la
  ...
  LINK libclutter-cogl-gl.la
  LINK libclutter-cogl.la

Same applies for the GLES backend.
2009-05-29 12:50:48 +01:00
common Use g_once when registering enumeration types 2009-05-29 12:40:23 +01:00
doc/reference/cogl [docs] Fixes for the API reference 2009-05-28 17:18:13 +01:00
gl [build] Encode the target into the backend library 2009-05-29 12:50:48 +01:00
gles [build] Encode the target into the backend library 2009-05-29 12:50:48 +01:00
cogl-bitmap.h Fix inclusion guards and headers 2009-05-06 17:59:25 +01:00
cogl-color.h [cogl] Updates all file headers and removes lots of trailing white space 2009-05-02 04:12:25 +01:00
cogl-debug.h [cogl-material] Support string based blending and layer combine descriptions 2009-05-28 02:43:28 +01:00
cogl-deprecated.h [cogl deprecated] Add backface culling deprecation 2009-05-28 14:14:50 +01:00
cogl-fixed.h [cogl] Updates all file headers and removes lots of trailing white space 2009-05-02 04:12:25 +01:00
cogl-material.h [docs] Fixes for the API reference 2009-05-28 17:18:13 +01:00
cogl-matrix.h [cogl matrix] Support ortho and perspective projections. 2009-05-28 02:43:35 +01:00
cogl-offscreen.h [cogl-offscreen] Cleans up the cogl offscreen API and adds documentation 2009-05-02 04:12:26 +01:00
cogl-path.h [cogl] Updates all file headers and removes lots of trailing white space 2009-05-02 04:12:25 +01:00
cogl-shader.h [cogl] Generate enumeration GTypes 2009-05-29 12:31:47 +01:00
cogl-texture.h [cogl] Remove max_waste argument from Texture ctors 2009-05-23 19:35:19 +01:00
cogl-types.h [cogl] Generate enumeration GTypes 2009-05-29 12:31:47 +01:00
cogl-vertex-buffer.h [docs] Fixes for the API reference 2009-05-28 17:18:13 +01:00
cogl.h.in [cogl] Generate enumeration GTypes 2009-05-29 12:31:47 +01:00
cogl.pc.in [cogl] Fix hardcoded paths in the pc file 2009-03-10 12:38:04 +00:00
Makefile.am [build] Encode the target into the backend library 2009-05-29 12:50:48 +01:00
TODO Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00