[mutter] (87 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] (87 commits) Non-fast-forward update to branch gbsneto/graphene-matrix
- Date: Sat, 19 Sep 2020 23:54:25 +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:
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
8476240... clutter/stage: Only use graphene_matrix_* APIs
c182d4d... clutter/clone: Use graphene APIs
d2ad484... clutter/offscreen-effect: Use graphene APIs
4bb2b29... clutter/stage-view: Use graphene APIs
705c1f1... clutter/actor: Use graphene APIs
b51e968... clutter/paint-nodes: Use graphene APIs
1626e55... clutter/paint-volume: Use graphene APIs
35a76b9... clutter/pan-action: Use graphene APIs
b9a0b53... clutter/scroll-actor: Use graphene APIs
4d73de5... clutter/util: Use graphene APIs
358244a... cogl/matrix-stack: Embed graphene matrices in entry structs
85b5b7d... cogl/matrix-stack: Use graphene APIs
aab1eb0... cogl: Use graphene APIs
97379c9... shaped-texture: Use graphene APIs
f0620cd... renderer-view: Use graphene APIs
779799b... src: Use graphene APIs
1785a74... texture-tower: Use graphene APIs
2403835... cogl/tests: Use graphene APIs
6f006b0... tests: Use graphene APIs
b738693... Remove CoglMatrix
Commits added to the branch:
d338e5e... Update Latvian translation (*)
7d82245... cogl/renderer: Set error in dmabuf constructor fallback (*)
6c04406... screen-cast: Enable DMA buffers only for i915 (*)
af9df1e... screen-cast: Add 'dma-buf-screen-sharing' experimental feat (*)
e74b065... input-mapper: Don't match touchscreens to the absence of a (*)
56ec31d... Bump version to 3.38.0 (*)
1bc3b3d... Update Portuguese translation (*)
827f545... kms/crtc: Read initial gamma state (*)
d586d06... kms/crtc: Always consider gamma state valid (*)
453e02b... backends/x11: fix the property type for the scroll button (*)
e04e003... backends/x11: factor out the scroll method property changes (*)
48243bf... backends/x11: if the scroll button is nonzero, enable butto (*)
aa56595... clutter-backend-x11: Don't set the font-dpi computed on X11 (*)
6e3ecad... backends/native: Fall back to compositing if direct scanout (*)
aa638f4... backends/native: fix the scroll button lock right/middle mi (*)
db79673... wayland/window: Always flag acked move/resize as 'moved' if (*)
647eec5... cogl: Flush specific framebuffers (*)
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
48ec613... clutter/paint-nodes: Use graphene APIs
16ead82... clutter/paint-volume: Use graphene APIs
0b7c0fd... clutter/pan-action: Use graphene APIs
b8850f0... clutter/scroll-actor: Use graphene APIs
7f29b04... clutter/util: Use graphene APIs
43228ca... cogl/matrix-stack: Embed graphene matrices in entry structs
aa2ce86... cogl/matrix-stack: Use graphene APIs
02af5dd... cogl: Use graphene APIs
fbcefe3... shaped-texture: Use graphene APIs
fdd66b8... renderer-view: Use graphene APIs
87acc9b... src: Use graphene APIs
7db8e3c... texture-tower: Use graphene APIs
b2dcb7f... cogl/tests: Use graphene APIs
73ed208... tests: Use graphene APIs
ac7d41d... 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]