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

  d2a41d5... cogl/matrix: Multiply using graphene matrices
  9a7df4b... cogl/matrix: Rotate using graphene matrices
  e1583c3... cogl/matrix: Scale using graphene matrices
  3cde1d2... cogl/matrix: Compare using graphene matrices
  8c42892... cogl/matrix: Look-at using graphene matrices
  13d1ad3... cogl/matrix: Transpose using graphene matrices
  5c5e204... cogl/matrix: Frustum with graphene matrices
  92026a4... cogl/matrix: Skew using graphene matrices
  bf3b8ae... cogl/matrix: Project and transpose using graphene matrices
  d94f0fd... cogl/tests: Remove euler test
  3a6ae64... cogl/matrix: Euler-rotate with graphene matrices
  336c3ab... cogl/matrix: Don't debug-print inverse matrix
  6dbf89b... cogl/matrix: Orthographic with graphene matrices
  34e2a32... cogl/matrix: Calculate inverse using graphene matrices
  f38ecfe... cogl/matrix: Remove dead code
  b0ea5de... cogl/matrix: Check identity using graphene matrices
  f965fac... cogl/matrix: Get value using graphene matrix
  234a2c4... cogl/matrix: Remove matrix type
  5b7215b... cogl/matrix: Remove unused defines
  49f3bd2... cogl/matrix: Cleanup flags and turn them into an enum
  d535a9e... clutter: Explicitly initiate CoglMatrices
  c42c0d6... cogl/matrix: Rename and change cogl_matrix_get_array()
  3b3838e... cogl/matrix: Use graphene_matrix_t internally
  75e0b05... cogl/matrix: Update copyright headers
  f370883... cogl/matrix: Update outdated documentation and comments
  f144066... cogl/matrix: Remove extra padding
  9c4498a... cogl/matrix: Add graphene_matrix_t utility function
  7996999... clutter/actor: Split building the transform into a separate
  0ccd33c... clutter/actor: Cache inverse transform
  976c875... clutter: Register progress function for graphene_matrix_t
  f773d8f... cogl/matrix: Remove cached inverse and flags
  acd46d5... cogl/matrix: Make CoglMatrix a typedef to graphene_matrix_t
  3209a22... cogl/matrix: Remove custom boxed type
  5434d7c... cogl/matrix: Relocate and update projection and transform A
  c54b20c... Replace the CoglMatrix type by graphene_matrix_t
  995a47e... cogl/matrix: Move inverse calculation to cogl-graphene.c
  9558ec2... clutter/stage: Setup 2D view internally
  6f10048... clutter/stage: Only use graphene_matrix_* APIs
  71a0c29... clutter/actor: Use graphene APIs
  f08fc9e... clutter/clone: Use graphene APIs
  c7e1cc2... clutter/offscreen-effect: Stop using CoglMatrix API
  b925ff6... clutter/stage-view: Use graphene APIs
  74d43ec... clutter/paint-nodes: Use graphene APIs
  2169a4a... clutter/paint-volume: Use graphene APIs
  f33421d... clutter/pan-action: Use graphene APIs
  0853d55... clutter/scroll-actor: Use graphene APIs
  3e4ca09... clutter/util: Use graphene APIs
  95e0ccb... cogl/matrix-stack: Embed graphene matrices in entry structs
  d497a6f... cogl/matrix-stack: Use graphene APIs
  213b414... cogl: Use graphene APIs
  372b4c5... shaped-texture: Use graphene APIs
  0115a70... renderer-view: Use graphene APIs
  309b1ae... src: Use graphene APIs
  c2c4c67... texture-tower: Use graphene APIs
  4bdc64b... cogl/tests: Use graphene APIs
  0409e9a... tests: Use graphene APIs
  debce16... Remove CoglMatrix

Commits added to the branch:

  7e61955... cogl/matrix: Multiply using graphene matrices
  9ec79da... cogl/matrix: Rotate using graphene matrices
  9d7c198... cogl/matrix: Scale using graphene matrices
  be8a386... cogl/matrix: Compare using graphene matrices
  3886752... cogl/matrix: Look-at using graphene matrices
  fc217ad... cogl/matrix: Transpose using graphene matrices
  bd58e71... cogl/matrix: Frustum with graphene matrices
  8700566... cogl/matrix: Skew using graphene matrices
  ddd1672... cogl/matrix: Project and transpose using graphene matrices
  29a5632... cogl/tests: Remove euler test
  59a156c... cogl/matrix: Euler-rotate with graphene matrices
  dee716a... cogl/matrix: Don't debug-print inverse matrix
  dd77782... cogl/matrix: Orthographic with graphene matrices
  ea2bb2a... cogl/matrix: Calculate inverse using graphene matrices
  0437edf... cogl/matrix: Remove dead code
  52a0993... cogl/matrix: Check identity using graphene matrices
  1c9ba40... cogl/matrix: Get value using graphene matrix
  7e0eb75... cogl/matrix: Remove matrix type
  0438710... cogl/matrix: Remove unused defines
  a7757e3... cogl/matrix: Cleanup flags and turn them into an enum
  941d05d... clutter: Explicitly initiate CoglMatrices
  7f837be... cogl/matrix: Rename and change cogl_matrix_get_array()
  bb077b4... cogl/matrix: Use graphene_matrix_t internally
  9682048... cogl/matrix: Update copyright headers
  0f48ca5... cogl/matrix: Update outdated documentation and comments
  a8148b7... cogl/matrix: Remove extra padding
  a854ab1... cogl/matrix: Add graphene_matrix_t utility function
  5b9a3e5... clutter/actor: Split building the transform into a separate
  6a454a1... clutter/actor: Cache inverse transform
  005cb09... clutter: Register progress function for graphene_matrix_t
  58251ad... cogl/matrix: Remove cached inverse and flags
  97f4d4c... cogl/matrix: Make CoglMatrix a typedef to graphene_matrix_t
  3b73f99... cogl/matrix: Remove custom boxed type
  9bc9fa8... cogl/matrix: Relocate and update projection and transform A
  6571476... Replace the CoglMatrix type by graphene_matrix_t
  9b98ef5... cogl/matrix: Move inverse calculation to cogl-graphene.c
  c4acc66... clutter/stage: Setup 2D view internally
  a540500... clutter/stage: Only use graphene_matrix_* APIs
  922e117... clutter/actor: Use graphene APIs
  1cd0c36... clutter/clone: Use graphene APIs
  09bde60... clutter/offscreen-effect: Stop using CoglMatrix API
  240616a... clutter/stage-view: Use graphene APIs
  2854ed6... clutter/paint-nodes: Use graphene APIs
  6bf216b... clutter/paint-volume: Use graphene APIs
  08b77d6... clutter/pan-action: Use graphene APIs
  89e7c60... clutter/scroll-actor: Use graphene APIs
  4f0191d... clutter/util: Use graphene APIs
  f0ad227... cogl/matrix-stack: Embed graphene matrices in entry structs
  8f45379... cogl/matrix-stack: Use graphene APIs
  8417cbc... cogl: Use graphene APIs
  8c3f5b9... shaped-texture: Use graphene APIs
  e37115a... renderer-view: Use graphene APIs
  267489d... src: Use graphene APIs
  66324e1... texture-tower: Use graphene APIs
  8ed86a2... cogl/tests: Use graphene APIs
  6105e65... tests: Use graphene APIs
  50a170b... Remove CoglMatrix


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