[mutter] (71 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] (71 commits) Non-fast-forward update to branch gbsneto/graphene-matrix
- Date: Sun, 20 Sep 2020 21:39:36 +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:
d8a0838... cogl: Remove unused header
81e1702... clutter: Add progress function for CoglMatrix
79a3567... cogl/matrix: Add cogl_matrix_init_from_matrix initializer
f2e6e1f... cogl/matrix: Add constant identity initializer
8b151fe... Remove ClutterMatrix
285a042... cogl/tests: Compare matrices using array
7147b8c... cogl/matrix: Import skew functions from Clutter
5346e91... clutter/util: Replace ClutterVertex4 with graphene_vec4_t i
e867d96... clutter/util: Make ClutterVertex4 internal to clutter-util.
a6e7f24... clutter/cogl: Use graphene to progress matrices
1c573d2... clutter/util: Remove unused functions
8ccc81f... cogl/matrix: Add cogl_matrix_get_value
999731c... Don't access CoglMatrix struct fields
e52ba1b... cogl/matrix: Translate using graphene
ad6103f... cogl/matrix: Multiply using graphene matrices
f94e4d9... cogl/matrix: Rotate using graphene matrices
07e81d4... cogl/matrix: Scale using graphene matrices
02455fc... cogl/matrix: Compare using graphene matrices
afe8d79... cogl/matrix: Look-at using graphene matrices
2e8021b... cogl/matrix: Transpose using graphene matrices
f2eaecd... cogl/matrix: Frustum with graphene matrices
1398958... cogl/matrix: Skew using graphene matrices
9e5c953... cogl/matrix: Project and transpose using graphene matrices
f191d99... cogl/matrix: Euler-rotate with graphene matrices
5ff0ac9... cogl/matrix: Don't debug-print inverse*matrix
e52d8b4... cogl/matrix: Orthographic with graphene matrices
080f64a... cogl/matrix: Calculate inverse using graphene matrices
381f74e... cogl/matrix: Remove dead code
4cf461e... cogl/matrix: Check identity using graphene matrices
e103af9... cogl/matrix: Get value using graphene matrix
5de7cc2... cogl/matrix: Remove matrix type
e33a7ad... cogl/matrix: Remove unused defines
9bd4400... cogl/matrix: Cleanup flags and turn them into an enum
75a6cbf... clutter: Explicitly initiate CoglMatrices
cf07d51... cogl/matrix: Use graphene_matrix_t internally
0d8832c... cogl/matrix: Workaround precision loss
7426638... cogl/matrix: Update copyright headers
418fc67... cogl/matrix: Update outdated documentation and comments
210917a... cogl/matrix: Remove extra padding
7fd2b13... cogl/matrix: Add graphene_matrix_t utility function
fd60fe5... cogl/matrix: Rename and change cogl_matrix_get_array()
087c9b3... clutter/actor: Split building the transform into a separate
0b680ae... clutter/actor: Cache inverse transform
b3ac952... clutter: Register progress function for graphene_matrix_t
5f1d3c4... cogl/matrix: Remove cached inverse and flags
cf86e3f... cogl/matrix: Remove custom boxed type
24a63d2... cogl/matrix: Relocate and update projection and transform A
31407c5... Replace the CoglMatrix type by graphene_matrix_t
a031860... cogl/matrix: Move inverse calculation to cogl-graphene.c
e88e501... clutter/stage: Setup 2D view internally
fb05ce3... clutter/stage: Only use graphene_matrix_* APIs
d713c22... clutter/clone: Use graphene APIs
a7a95f3... clutter/offscreen-effect: Use graphene APIs
977de14... clutter/stage-view: Use graphene APIs
9291140... clutter/actor: Use graphene APIs
bbe4b7a... clutter/paint-nodes: Use graphene APIs
70330bc... clutter/paint-volume: Use graphene APIs
b7529f3... clutter/pan-action: Use graphene APIs
ec39196... clutter/scroll-actor: Use graphene APIs
a631fa9... clutter/util: Use graphene APIs
971e4e4... cogl/matrix-stack: Embed graphene matrices in entry structs
7b79cc6... cogl/matrix-stack: Use graphene APIs
5575fd5... cogl: Use graphene APIs
b3c8372... shaped-texture: Use graphene APIs
fca746a... renderer-view: Use graphene APIs
1a0e34a... src: Use graphene APIs
d8eecb0... texture-tower: Use graphene APIs
de952cb... cogl/tests: Use graphene APIs
69f7e5f... tests: Use graphene APIs
943d44f... Remove CoglMatrix
Commits added to the branch:
632c2dd... build: Bump graphene requirement to 1.10.2
09e1278... cogl: Remove unused header
3ff50cb... clutter: Add progress function for CoglMatrix
5d518e5... cogl/matrix: Add cogl_matrix_init_from_matrix initializer
05f51ef... cogl/matrix: Add constant identity initializer
6f5ebce... Remove ClutterMatrix
fccaf18... cogl/tests: Compare matrices using array
8902416... cogl/matrix: Import skew functions from Clutter
6965b11... clutter/util: Replace ClutterVertex4 with graphene_vec4_t i
886713a... clutter/util: Make ClutterVertex4 internal to clutter-util.
0384e8f... clutter/cogl: Use graphene to progress matrices
178b61d... clutter/util: Remove unused functions
b9c2ab4... cogl/matrix: Add cogl_matrix_get_value
295e714... Don't access CoglMatrix struct fields
340fa14... cogl/matrix: Translate using graphene
4b681d1... cogl/matrix: Multiply using graphene matrices
f5bc88d... cogl/matrix: Rotate using graphene matrices
37f9171... cogl/matrix: Scale using graphene matrices
0bd6f32... cogl/matrix: Compare using graphene matrices
8414ef7... cogl/matrix: Look-at using graphene matrices
e3120ef... cogl/matrix: Transpose using graphene matrices
d1adf14... cogl/matrix: Frustum with graphene matrices
d705ce9... cogl/matrix: Skew using graphene matrices
13309b5... cogl/matrix: Project and transpose using graphene matrices
23c1c5f... cogl/matrix: Euler-rotate with graphene matrices
6ef0d02... cogl/matrix: Don't debug-print inverse*matrix
d210eb3... cogl/matrix: Orthographic with graphene matrices
58524e3... cogl/matrix: Calculate inverse using graphene matrices
95aeb58... cogl/matrix: Remove dead code
45cb9a7... cogl/matrix: Check identity using graphene matrices
547a686... cogl/matrix: Get value using graphene matrix
4166506... cogl/matrix: Remove matrix type
decb899... cogl/matrix: Remove unused defines
a1b38bd... cogl/matrix: Cleanup flags and turn them into an enum
a95af7a... clutter: Explicitly initiate CoglMatrices
491b548... cogl/matrix: Use graphene_matrix_t internally
c9ed262... cogl/matrix: Workaround precision loss
cf19b09... cogl/matrix: Update copyright headers
99dc461... cogl/matrix: Update outdated documentation and comments
589738b... cogl/matrix: Remove extra padding
1528b37... cogl/matrix: Add graphene_matrix_t utility function
403e1d6... cogl/matrix: Rename and change cogl_matrix_get_array()
1f70137... clutter/actor: Split building the transform into a separate
de4125d... clutter/actor: Cache inverse transform
799dc6d... clutter: Register progress function for graphene_matrix_t
c15df23... cogl/matrix: Remove cached inverse and flags
6861a85... cogl/matrix: Remove custom boxed type
f2247d3... cogl/matrix: Relocate and update projection and transform A
65b5c03... Replace the CoglMatrix type by graphene_matrix_t
cc63dab... cogl/matrix: Move inverse calculation to cogl-graphene.c
241dbf0... clutter/stage: Setup 2D view internally
6f84185... clutter/stage: Only use graphene_matrix_* APIs
f143ede... clutter/clone: Use graphene APIs
4bf897c... clutter/offscreen-effect: Use graphene APIs
5fd31d3... clutter/stage-view: Use graphene APIs
4dd2176... clutter/actor: Use graphene APIs
093f9a0... clutter/paint-nodes: Use graphene APIs
1a89a58... clutter/paint-volume: Use graphene APIs
ddfa30a... clutter/pan-action: Use graphene APIs
65f7e18... clutter/scroll-actor: Use graphene APIs
2af5c96... clutter/util: Use graphene APIs
d38a043... cogl/matrix-stack: Embed graphene matrices in entry structs
3dd5184... cogl/matrix-stack: Use graphene APIs
c47f58b... cogl: Use graphene APIs
2f1f5fb... shaped-texture: Use graphene APIs
b6464d4... renderer-view: Use graphene APIs
db7acce... src: Use graphene APIs
de71c62... texture-tower: Use graphene APIs
70d2338... cogl/tests: Use graphene APIs
971d3e0... tests: Use graphene APIs
1507dc9... Remove CoglMatrix
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]