[mutter] (73 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:

  10a2814... build: Bump graphene requirement to 1.10.2
  b49c008... cogl: Remove unused header
  42255c6... clutter: Add progress function for CoglMatrix
  6988d35... cogl/matrix: Add cogl_matrix_init_from_matrix initializer
  f222c28... cogl/matrix: Add constant identity initializer
  b318952... Remove ClutterMatrix
  6d0f6a1... cogl/tests: Compare matrices using array
  bdcb972... cogl/matrix: Import skew functions from Clutter
  c40db0a... clutter/util: Replace ClutterVertex4 with graphene_vec4_t i
  c4a9fe0... clutter/util: Make ClutterVertex4 internal to clutter-util.
  d813a67... clutter/cogl: Use graphene to progress matrices
  a21ced0... clutter/util: Remove unused functions
  44d4f80... cogl/matrix: Add cogl_matrix_get_value
  84953af... Don't access CoglMatrix struct fields
  5d6fb90... cogl/matrix: Translate using graphene
  952b30b... cogl/matrix: Multiply using graphene matrices
  1692051... cogl/matrix: Rotate using graphene matrices
  a880740... cogl/matrix: Scale using graphene matrices
  3e4eb2b... cogl/matrix: Compare using graphene matrices
  52b6c2d... cogl/matrix: Look-at using graphene matrices
  47f7ecc... cogl/matrix: Transpose using graphene matrices
  9a1c36a... cogl/matrix: Frustum with graphene matrices
  9361f9f... cogl/matrix: Skew using graphene matrices
  18ef983... cogl/matrix: Project and transpose using graphene matrices
  7f7d049... cogl/tests: Remove euler test
  3859fca... cogl/matrix: Euler-rotate with graphene matrices
  8b0b471... cogl/matrix: Don't debug-print inverse matrix
  8df25f8... cogl/matrix: Orthographic with graphene matrices
  fcdf0ea... cogl/matrix: Calculate inverse using graphene matrices
  190290e... cogl/matrix: Remove dead code
  8b64886... cogl/matrix: Check identity using graphene matrices
  4e354c3... cogl/matrix: Get value using graphene matrix
  de0e101... cogl/matrix: Remove matrix type
  5656c5c... cogl/matrix: Remove unused defines
  58db9aa... cogl/matrix: Cleanup flags and turn them into an enum
  491e170... clutter: Explicitly initiate CoglMatrices
  4d170bc... cogl/matrix: Rename and change cogl_matrix_get_array()
  032c03e... cogl/matrix: Use graphene_matrix_t internally
  a28ce7d... cogl/matrix: Update copyright headers
  a021e62... cogl/matrix: Update outdated documentation and comments
  1ccb04a... cogl/matrix: Remove extra padding
  9ff514e... cogl/matrix: Add graphene_matrix_t utility function
  74aa029... clutter/actor: Split building the transform into a separate
  e26060b... clutter/actor: Cache inverse transform
  10dc19b... clutter: Register progress function for graphene_matrix_t
  ee5a117... cogl/matrix: Remove cached inverse and flags
  c2a8799... cogl/matrix: Make CoglMatrix a typedef to graphene_matrix_t
  56d2af1... cogl/matrix: Remove custom boxed type
  5480f73... cogl/matrix: Relocate and update projection and transform A
  5d991b2... Replace the CoglMatrix type by graphene_matrix_t
  e678c00... cogl/matrix: Move inverse calculation to cogl-graphene.c
  bc6c696... clutter/stage: Setup 2D view internally
  f359d51... clutter/stage: Only use graphene_matrix_* APIs
  11fce9d... clutter/actor: Use graphene APIs
  06af46d... clutter/clone: Use graphene APIs
  514449a... clutter/offscreen-effect: Stop using CoglMatrix API
  d33691b... clutter/stage-view: Use graphene APIs
  fe1d9ea... clutter/paint-nodes: Use graphene APIs
  1a88ecc... clutter/paint-volume: Use graphene APIs
  d98ab29... clutter/pan-action: Use graphene APIs
  b53de43... clutter/scroll-actor: Use graphene APIs
  4fb6069... clutter/util: Use graphene APIs
  b860ee1... cogl/matrix-stack: Embed graphene matrices in entry structs
  9386c79... cogl/matrix-stack: Use graphene APIs
  3e59321... cogl: Use graphene APIs
  df561ea... shaped-texture: Use graphene APIs
  6330a7c... renderer-view: Use graphene APIs
  fac2379... src: Use graphene APIs
  8eb9b20... texture-tower: Use graphene APIs
  996a5d6... cogl/tests: Use graphene APIs
  4880221... tests: Use graphene APIs
  ba64c1a... Remove CoglMatrix

Commits added to the branch:

  b9e5a2d... backends/native: Wait to have an stage before emitting CLUT (*)
  9b8eaff... build: Bump graphene requirement to 1.10.2
  1a9f9b0... cogl: Remove unused header
  c2dbdb3... clutter: Add progress function for CoglMatrix
  a761caf... cogl/matrix: Add cogl_matrix_init_from_matrix initializer
  eee2e33... cogl/matrix: Add constant identity initializer
  dc9c1f8... Remove ClutterMatrix
  566b081... cogl/tests: Compare matrices using array
  fe0a325... cogl/matrix: Import skew functions from Clutter
  eed3c62... clutter/util: Replace ClutterVertex4 with graphene_vec4_t i
  f61377b... clutter/util: Make ClutterVertex4 internal to clutter-util.
  8fc3d29... clutter/cogl: Use graphene to progress matrices
  e061393... clutter/util: Remove unused functions
  8e125fb... cogl/matrix: Add cogl_matrix_get_value
  55b05e5... Don't access CoglMatrix struct fields
  2b9ce99... cogl/matrix: Translate using graphene
  02a30f2... cogl/matrix: Multiply using graphene matrices
  ade28ee... cogl/matrix: Rotate using graphene matrices
  06db70e... cogl/matrix: Scale using graphene matrices
  2b7a73e... cogl/matrix: Compare using graphene matrices
  0dbd6d3... cogl/matrix: Look-at using graphene matrices
  dad710a... cogl/matrix: Transpose using graphene matrices
  3ea8af1... cogl/matrix: Frustum with graphene matrices
  5d84f73... cogl/matrix: Skew using graphene matrices
  b1472a6... cogl/matrix: Project and transpose using graphene matrices
  1f0e8fb... cogl/tests: Remove euler test
  dd3c15a... cogl/matrix: Euler-rotate with graphene matrices
  b331868... cogl/matrix: Don't debug-print inverse matrix
  cb733f8... cogl/matrix: Orthographic with graphene matrices
  ada5e67... cogl/matrix: Calculate inverse using graphene matrices
  9b65f74... cogl/matrix: Remove dead code
  45f3e15... cogl/matrix: Check identity using graphene matrices
  a96f0d7... cogl/matrix: Get value using graphene matrix
  7d7981e... cogl/matrix: Remove matrix type
  947e538... cogl/matrix: Remove unused defines
  b878938... cogl/matrix: Cleanup flags and turn them into an enum
  3324fbb... clutter: Explicitly initiate CoglMatrices
  51094de... cogl/matrix: Rename and change cogl_matrix_get_array()
  70397c5... cogl/matrix: Use graphene_matrix_t internally
  1adc9c7... cogl/matrix: Update copyright headers
  1c41bfb... cogl/matrix: Update outdated documentation and comments
  6c695ec... cogl/matrix: Remove extra padding
  2e986ed... cogl/matrix: Add graphene_matrix_t utility function
  1d13c52... clutter/actor: Split building the transform into a separate
  6512138... clutter/actor: Cache inverse transform
  1f38494... clutter: Register progress function for graphene_matrix_t
  eaa795a... cogl/matrix: Remove cached inverse and flags
  5b8c0dc... cogl/matrix: Make CoglMatrix a typedef to graphene_matrix_t
  050053a... cogl/matrix: Remove custom boxed type
  cedb531... cogl/matrix: Relocate and update projection and transform A
  3e0c961... Replace the CoglMatrix type by graphene_matrix_t
  db23ee5... cogl/matrix: Move inverse calculation to cogl-graphene.c
  5db1f67... clutter/stage: Setup 2D view internally
  cbcbe39... clutter/stage: Only use graphene_matrix_* APIs
  2406f22... clutter/actor: Use graphene APIs
  f9d1b7c... clutter/clone: Use graphene APIs
  dc8f875... clutter/offscreen-effect: Stop using CoglMatrix API
  aca2880... clutter/stage-view: Use graphene APIs
  eff662f... clutter/paint-nodes: Use graphene APIs
  6aa2964... clutter/paint-volume: Use graphene APIs
  571bf5a... clutter/pan-action: Use graphene APIs
  462ade5... clutter/scroll-actor: Use graphene APIs
  3cb5905... clutter/util: Use graphene APIs
  d03ffe1... cogl/matrix-stack: Embed graphene matrices in entry structs
  9e1004d... cogl/matrix-stack: Use graphene APIs
  182b517... cogl: Use graphene APIs
  4376f59... shaped-texture: Use graphene APIs
  f676861... renderer-view: Use graphene APIs
  f6998f8... src: Use graphene APIs
  a3cb1ca... texture-tower: Use graphene APIs
  090973e... cogl/tests: Use graphene APIs
  77352c2... tests: Use graphene APIs
  b5749a8... Remove CoglMatrix

(*) This commit already existed in another branch; no separate mail sent


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