[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:

  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

Commits added to the branch:

  19da440... cogl/matrix: Multiply using graphene matrices
  30c94f2... cogl/matrix: Rotate using graphene matrices
  2138238... cogl/matrix: Scale using graphene matrices
  526a93e... cogl/matrix: Compare using graphene matrices
  d00136e... cogl/matrix: Look-at using graphene matrices
  11b36b4... cogl/matrix: Transpose using graphene matrices
  08054a3... cogl/matrix: Frustum with graphene matrices
  933b64d... cogl/matrix: Skew using graphene matrices
  08482f1... cogl/matrix: Project and transpose using graphene matrices
  ba39f9d... cogl/tests: Remove euler test
  0925a7f... cogl/matrix: Euler-rotate with graphene matrices
  edcc95a... cogl/matrix: Don't debug-print inverse matrix
  ea07d82... cogl/matrix: Orthographic with graphene matrices
  e4530db... cogl/matrix: Calculate inverse using graphene matrices
  d32064c... cogl/matrix: Remove dead code
  5820bce... cogl/matrix: Check identity using graphene matrices
  9b64517... cogl/matrix: Get value using graphene matrix
  dbd58da... cogl/matrix: Remove matrix type
  2fbf1be... cogl/matrix: Remove unused defines
  8668271... cogl/matrix: Cleanup flags and turn them into an enum
  73414b5... clutter: Explicitly initiate CoglMatrices
  006c7f7... cogl/matrix: Rename and change cogl_matrix_get_array()
  7872f2e... cogl/matrix: Use graphene_matrix_t internally
  07f3af4... cogl/matrix: Update copyright headers
  f62ec7c... cogl/matrix: Update outdated documentation and comments
  0de1ab3... cogl/matrix: Remove extra padding
  7453a61... cogl/matrix: Add graphene_matrix_t utility function
  438592a... clutter/actor: Split building the transform into a separate
  442ce0d... clutter/actor: Cache inverse transform
  6f745e6... clutter: Register progress function for graphene_matrix_t
  b901343... cogl/matrix: Remove cached inverse and flags
  9cdd8c9... cogl/matrix: Make CoglMatrix a typedef to graphene_matrix_t
  7353f28... cogl/matrix: Remove custom boxed type
  cc0853d... cogl/matrix: Relocate and update projection and transform A
  a1353e8... Replace the CoglMatrix type by graphene_matrix_t
  48c1e86... cogl/matrix: Move inverse calculation to cogl-graphene.c
  0ccedfd... clutter/stage: Setup 2D view internally
  be15e2a... clutter/stage: Only use graphene_matrix_* APIs
  116d666... clutter/actor: Use graphene APIs
  f7722a7... clutter/clone: Use graphene APIs
  8de536a... clutter/offscreen-effect: Stop using CoglMatrix API
  0505440... clutter/stage-view: Use graphene APIs
  479fdc1... clutter/paint-nodes: Use graphene APIs
  674ffa3... clutter/paint-volume: Use graphene APIs
  cb521e1... clutter/pan-action: Use graphene APIs
  5fe2c8a... clutter/scroll-actor: Use graphene APIs
  c4f89af... clutter/util: Use graphene APIs
  7ba85c3... cogl/matrix-stack: Embed graphene matrices in entry structs
  a4161d7... cogl/matrix-stack: Use graphene APIs
  86b4adb... cogl: Use graphene APIs
  6cc7d7f... shaped-texture: Use graphene APIs
  9709740... renderer-view: Use graphene APIs
  1b1f29f... src: Use graphene APIs
  9a07368... texture-tower: Use graphene APIs
  211e4e3... cogl/tests: Use graphene APIs
  fc4a445... tests: Use graphene APIs
  9719268... Remove CoglMatrix


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