[mutter] (57 commits) Non-fast-forward update to branch gbsneto/graphene-matrix
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] (57 commits) Non-fast-forward update to branch gbsneto/graphene-matrix
- Date: Fri, 25 Sep 2020 11:51:08 +0000 (UTC)
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:
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
Commits added to 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]