[mutter] (73 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] (73 commits) Non-fast-forward update to branch gbsneto/graphene-matrix
- Date: Sat, 12 Sep 2020 12: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:
628fc35... cogl: Remove unused header
2559121... clutter: Add progress function for CoglMatrix
bf8d6bb... cogl/matrix: Add cogl_matrix_init_from_matrix initializer
bc740e6... cogl/matrix: Add constant identity initializer
6b27016... Remove ClutterMatrix
fe30588... cogl/tests: Compare matrices using array
4098d19... cogl/matrix: Import skew functions from Clutter
cec352c... clutter/util: Replace ClutterVertex4 with graphene_vec4_t i
d82aeb0... clutter/util: Make ClutterVertex4 internal to clutter-util.
a5f903d... clutter/cogl: Use graphene to progress matrices
c97752d... clutter/util: Remove unused functions
f4c9685... cogl/matrix: Add cogl_matrix_get_value
e4e298b... Don't access CoglMatrix struct fields
4e98d54... cogl/matrix: Translate using graphene
1c28018... cogl/matrix: Multiply using graphene matrices
032e82b... cogl/matrix: Rotate using graphene matrices
5f77a76... cogl/matrix: Scale using graphene matrices
7f5f7a4... cogl/matrix: Compare using graphene matrices
8e9e865... cogl/matrix: Look-at using graphene matrices
e6df104... cogl/matrix: Transpose using graphene matrices
1f9d234... cogl/matrix: Frustum with graphene matrices
4908f43... cogl/matrix: Skew using graphene matrices
2ffa3cc... cogl/matrix: Project and transpose using graphene matrices
0219ee7... cogl/matrix: Euler-rotate with graphene matrices
26bc4d1... cogl/matrix: Don't debug-print inverse*matrix
8898c87... cogl/matrix: Orthographic with graphene matrices
621fb1f... cogl/matrix: Calculate inverse using graphene matrices
8d2eb3d... cogl/matrix: Remove dead code
4abb071... cogl/matrix: Check identity using graphene matrices
4699264... cogl/matrix: Get value using graphene matrix
9d8021f... cogl/matrix: Remove matrix type
10897ed... cogl/matrix: Remove unused defines
4aff311... cogl/matrix: Cleanup flags and turn them into an enum
eda8272... clutter: Explicitly initiate CoglMatrices
c6a9d63... cogl/matrix: Use graphene_matrix_t internally
4e2e35b... cogl/matrix: Workaround precision loss
f92e4d7... cogl/matrix: Update copyright headers
f5037f3... cogl/matrix: Update outdated documentation and comments
65ae20f... cogl/matrix: Remove extra padding
bc81d54... cogl/matrix: Add graphene_matrix_t utility function
a3b47de... cogl/matrix: Rename and change cogl_matrix_get_array()
741d24b... clutter/actor: Split building the transform into a separate
ff98fa9... clutter/actor: Cache inverse transform
0ed2028... clutter: Register progress function for graphene_matrix_t
fc59f66... cogl/matrix: Remove cached inverse and flags
98eff8e... cogl/matrix: Remove custom boxed type
dbd1315... cogl/matrix: Relocate and update projection and transform A
36df24a... Replace the CoglMatrix type by graphene_matrix_t
aa9d32f... cogl/matrix: Move inverse calculation to cogl-graphene.c
eee8c60... clutter/stage: Setup 2D view internally
83f87fa... clutter/stage: Only use graphene_matrix_* APIs
e3b41d5... clutter/clone: Use graphene APIs
d68007b... clutter/offscreen-effect: Use graphene APIs
7efde06... clutter/stage-view: Use graphene APIs
d5f7bba... clutter/actor: Use graphene APIs
c17a7c6... clutter/paint-nodes: Use graphene APIs
837e3d5... clutter/paint-volume: Use graphene APIs
5cff952... clutter/pan-action: Use graphene APIs
16ef6a4... clutter/scroll-actor: Use graphene APIs
a20febb... clutter/util: Use graphene APIs
691f737... cogl/matrix-stack: Embed graphene matrices in entry structs
fb99de7... cogl/matrix-stack: Use graphene APIs
d65a12b... cogl: Use graphene APIs
ffe70ee... shaped-texture: Use graphene APIs
96aca04... renderer-view: Use graphene APIs
a0c76fa... src: Use graphene APIs
a839ea4... texture-tower: Use graphene APIs
ff2aaff... cogl/tests: Use graphene APIs
cd0715b... tests: Use graphene APIs
4120d70... Remove CoglMatrix
Commits added to the branch:
2e9cf87... Update German translation (*)
ecdf306... Update Italian translation (*)
a99a272... Update British English translation (*)
815c62a... cogl: Remove unused header
794bb7d... clutter: Add progress function for CoglMatrix
2075d45... cogl/matrix: Add cogl_matrix_init_from_matrix initializer
af8fa40... cogl/matrix: Add constant identity initializer
17cac79... Remove ClutterMatrix
2d7750d... cogl/tests: Compare matrices using array
021f4b9... cogl/matrix: Import skew functions from Clutter
1229b98... clutter/util: Replace ClutterVertex4 with graphene_vec4_t i
1cc2e9f... clutter/util: Make ClutterVertex4 internal to clutter-util.
6c3b0c3... clutter/cogl: Use graphene to progress matrices
0916049... clutter/util: Remove unused functions
367712a... cogl/matrix: Add cogl_matrix_get_value
ca92c9a... Don't access CoglMatrix struct fields
6de1d58... cogl/matrix: Translate using graphene
c7cf857... cogl/matrix: Multiply using graphene matrices
561ec02... cogl/matrix: Rotate using graphene matrices
197ea9c... cogl/matrix: Scale using graphene matrices
1ab09b4... cogl/matrix: Compare using graphene matrices
1901603... cogl/matrix: Look-at using graphene matrices
c56b4b1... cogl/matrix: Transpose using graphene matrices
fc7623c... cogl/matrix: Frustum with graphene matrices
39047cc... cogl/matrix: Skew using graphene matrices
41f2edf... cogl/matrix: Project and transpose using graphene matrices
9c6cf6c... cogl/matrix: Euler-rotate with graphene matrices
25b40a9... cogl/matrix: Don't debug-print inverse*matrix
e3a8482... cogl/matrix: Orthographic with graphene matrices
e6e95dc... cogl/matrix: Calculate inverse using graphene matrices
dcea6ec... cogl/matrix: Remove dead code
c34b4a8... cogl/matrix: Check identity using graphene matrices
bb15204... cogl/matrix: Get value using graphene matrix
6882f43... cogl/matrix: Remove matrix type
f4c579d... cogl/matrix: Remove unused defines
4da6284... cogl/matrix: Cleanup flags and turn them into an enum
4a74d12... clutter: Explicitly initiate CoglMatrices
8015616... cogl/matrix: Use graphene_matrix_t internally
72807b1... cogl/matrix: Workaround precision loss
1bc5182... cogl/matrix: Update copyright headers
9e6699f... cogl/matrix: Update outdated documentation and comments
2879ac5... cogl/matrix: Remove extra padding
605426f... cogl/matrix: Add graphene_matrix_t utility function
5d47546... cogl/matrix: Rename and change cogl_matrix_get_array()
684fd81... clutter/actor: Split building the transform into a separate
91c05e5... clutter/actor: Cache inverse transform
f09d15e... clutter: Register progress function for graphene_matrix_t
4fc2eb0... cogl/matrix: Remove cached inverse and flags
27861df... cogl/matrix: Remove custom boxed type
32aa958... cogl/matrix: Relocate and update projection and transform A
48895fd... Replace the CoglMatrix type by graphene_matrix_t
597361f... cogl/matrix: Move inverse calculation to cogl-graphene.c
e8f07ad... clutter/stage: Setup 2D view internally
5d81b1e... clutter/stage: Only use graphene_matrix_* APIs
08a17b7... clutter/clone: Use graphene APIs
ca1b61a... clutter/offscreen-effect: Use graphene APIs
70ed154... clutter/stage-view: Use graphene APIs
ee344c0... clutter/actor: Use graphene APIs
d0160ce... clutter/paint-nodes: Use graphene APIs
8b5a670... clutter/paint-volume: Use graphene APIs
a3cf2ca... clutter/pan-action: Use graphene APIs
199afbe... clutter/scroll-actor: Use graphene APIs
9d5903f... clutter/util: Use graphene APIs
8828ac2... cogl/matrix-stack: Embed graphene matrices in entry structs
db6b68d... cogl/matrix-stack: Use graphene APIs
3ce679e... cogl: Use graphene APIs
ea20fe4... shaped-texture: Use graphene APIs
582f9ca... renderer-view: Use graphene APIs
be42f92... src: Use graphene APIs
f1384a3... texture-tower: Use graphene APIs
9ac39f9... cogl/tests: Use graphene APIs
a178f4b... tests: Use graphene APIs
1d41b51... 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]