[mutter] (57 commits) Non-fast-forward update to branch gbsneto/graphene-matrix



The branch 'gbsneto/graphene-matrix' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  4b681d1... cogl/matrix: Multiply using graphene matrices
  f5bc88d... cogl/matrix: Rotate using graphene matrices
  37f9171... cogl/matrix: Scale using graphene matrices
  0bd6f32... cogl/matrix: Compare using graphene matrices
  8414ef7... cogl/matrix: Look-at using graphene matrices
  e3120ef... cogl/matrix: Transpose using graphene matrices
  d1adf14... cogl/matrix: Frustum with graphene matrices
  d705ce9... cogl/matrix: Skew using graphene matrices
  13309b5... cogl/matrix: Project and transpose using graphene matrices
  70a906a... cogl/tests: Remove euler test
  60a54ed... cogl/matrix: Euler-rotate with graphene matrices
  4ebf26f... cogl/matrix: Don't debug-print inverse matrix
  496b977... cogl/matrix: Orthographic with graphene matrices
  fa18d8f... cogl/matrix: Calculate inverse using graphene matrices
  19c9509... cogl/matrix: Remove dead code
  f51828d... cogl/matrix: Check identity using graphene matrices
  632d974... cogl/matrix: Get value using graphene matrix
  2c51e9a... cogl/matrix: Remove matrix type
  d7f4002... cogl/matrix: Remove unused defines
  56cbca3... cogl/matrix: Cleanup flags and turn them into an enum
  45ba22f... clutter: Explicitly initiate CoglMatrices
  5405bad... cogl/matrix: Rename and change cogl_matrix_get_array()
  a474bd6... cogl/matrix: Use graphene_matrix_t internally
  02345a5... cogl/matrix: Workaround precision loss
  d56b12d... cogl/matrix: Update copyright headers
  45fe0ff... cogl/matrix: Update outdated documentation and comments
  c798322... cogl/matrix: Remove extra padding
  ed2280c... cogl/matrix: Add graphene_matrix_t utility function
  f33bc9b... clutter/actor: Split building the transform into a separate
  f7d42f2... clutter/actor: Cache inverse transform
  ba251b6... clutter: Register progress function for graphene_matrix_t
  de13a1a... cogl/matrix: Remove cached inverse and flags
  5c5d8d5... cogl/matrix: Make CoglMatrix a typedef to graphene_matrix_t
  a6a4275... cogl/matrix: Remove custom boxed type
  1e33dcb... cogl/matrix: Relocate and update projection and transform A
  544e90e... Replace the CoglMatrix type by graphene_matrix_t
  0ae0f48... cogl/matrix: Move inverse calculation to cogl-graphene.c
  995230f... clutter/stage: Setup 2D view internally
  a5f690c... clutter/stage: Only use graphene_matrix_* APIs
  a49e998... clutter/actor: Use graphene APIs
  0f9ea3a... clutter/clone: Use graphene APIs
  8bf6db9... clutter/offscreen-effect: Stop using CoglMatrix API
  ba5ff13... clutter/stage-view: Use graphene APIs
  b603b0b... clutter/paint-nodes: Use graphene APIs
  9526c1d... clutter/paint-volume: Use graphene APIs
  075fb67... clutter/pan-action: Use graphene APIs
  3a9753c... clutter/scroll-actor: Use graphene APIs
  eb17bd7... clutter/util: Use graphene APIs
  4e152ce... cogl/matrix-stack: Embed graphene matrices in entry structs
  da30fda... cogl/matrix-stack: Use graphene APIs
  5c8f08e... cogl: Use graphene APIs
  c428411... shaped-texture: Use graphene APIs
  841a00f... renderer-view: Use graphene APIs
  f09567a... src: Use graphene APIs
  f169ed4... texture-tower: Use graphene APIs
  e702cbd... cogl/tests: Use graphene APIs
  e35a9f7... tests: Use graphene APIs
  4edc3fd... Remove CoglMatrix

Commits added to the branch:

  8c9b2d8... cogl/matrix: Multiply using graphene matrices
  e8e255a... cogl/matrix: Rotate using graphene matrices
  7780d05... cogl/matrix: Scale using graphene matrices
  87ea31d... cogl/matrix: Compare using graphene matrices
  68ddd95... cogl/matrix: Look-at using graphene matrices
  74702ab... cogl/matrix: Transpose using graphene matrices
  08708ee... cogl/matrix: Frustum with graphene matrices
  ed748b4... cogl/matrix: Skew using graphene matrices
  d76a006... cogl/matrix: Project and transpose using graphene matrices
  83aacb1... cogl/tests: Remove euler test
  eec3115... cogl/matrix: Euler-rotate with graphene matrices
  fcaabee... cogl/matrix: Don't debug-print inverse matrix
  80e80a2... cogl/matrix: Orthographic with graphene matrices
  cc9d949... cogl/matrix: Calculate inverse using graphene matrices
  5ff827e... cogl/matrix: Remove dead code
  25385c4... cogl/matrix: Check identity using graphene matrices
  e0fe288... cogl/matrix: Get value using graphene matrix
  e6c5281... cogl/matrix: Remove matrix type
  8b8422d... cogl/matrix: Remove unused defines
  2e5ac6a... cogl/matrix: Cleanup flags and turn them into an enum
  4a3bbce... clutter: Explicitly initiate CoglMatrices
  38cff61... cogl/matrix: Rename and change cogl_matrix_get_array()
  d61b554... cogl/matrix: Use graphene_matrix_t internally
  8b37560... cogl/matrix: Update copyright headers
  2df6f90... cogl/matrix: Update outdated documentation and comments
  da1ec39... cogl/matrix: Remove extra padding
  c19c1c2... cogl/matrix: Add graphene_matrix_t utility function
  74696b5... clutter/actor: Split building the transform into a separate
  d36cad1... clutter/actor: Cache inverse transform
  b6efc42... clutter: Register progress function for graphene_matrix_t
  d746bb6... cogl/matrix: Remove cached inverse and flags
  b84022e... cogl/matrix: Make CoglMatrix a typedef to graphene_matrix_t
  571029e... cogl/matrix: Remove custom boxed type
  2d3da16... cogl/matrix: Relocate and update projection and transform A
  1b89e02... Replace the CoglMatrix type by graphene_matrix_t
  d7b39d3... cogl/matrix: Move inverse calculation to cogl-graphene.c
  930f455... clutter/stage: Setup 2D view internally
  993a032... clutter/stage: Only use graphene_matrix_* APIs
  9d20bb2... clutter/actor: Use graphene APIs
  21dea40... clutter/clone: Use graphene APIs
  23ec58d... clutter/offscreen-effect: Stop using CoglMatrix API
  0dfdc02... clutter/stage-view: Use graphene APIs
  6d48688... clutter/paint-nodes: Use graphene APIs
  b1da4f8... clutter/paint-volume: Use graphene APIs
  9a64488... clutter/pan-action: Use graphene APIs
  2013b96... clutter/scroll-actor: Use graphene APIs
  df9c1dd... clutter/util: Use graphene APIs
  bb4e9d1... cogl/matrix-stack: Embed graphene matrices in entry structs
  f12c07f... cogl/matrix-stack: Use graphene APIs
  2e9aea3... cogl: Use graphene APIs
  ef755e4... shaped-texture: Use graphene APIs
  4653a5c... renderer-view: Use graphene APIs
  a18f116... src: Use graphene APIs
  a628d6b... texture-tower: Use graphene APIs
  47f2fc4... cogl/tests: Use graphene APIs
  1b09305... tests: Use graphene APIs
  8da6799... Remove CoglMatrix


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]