summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clutter: Do not special case allocated eventswip/carlosg/small-api-cleanupsCarlos Garnacho2020-10-061-98/+32
* clutter: Drop clutter_event_peek()Carlos Garnacho2020-10-062-28/+0
* backends: Use graphene_point_t on meta_cursor_tracker_get_pointer()Carlos Garnacho2020-10-068-34/+36
* backend: Don't pull generated headers (indirectly)Carlos Garnacho2020-10-062-4/+4
* util: Remove now unused debug functionsJonas Ådahl2020-10-062-21/+0
* main: Parse MUTTER_DEBUG as debug stringJonas Ådahl2020-10-062-5/+38
* util: Remove unused meta_debug_spew()Jonas Ådahl2020-10-062-34/+0
* util: Remove a bunch of unused debug topicsJonas Ådahl2020-10-062-33/+17
* place: Use 'placement' topic for logging monitor rectJonas Ådahl2020-10-061-1/+1
* main: Release backend on teardownOlivier Fourdan2020-10-061-0/+2
* backend: Add a backend release functionOlivier Fourdan2020-10-062-0/+7
* input-settings: Disconnect device signals on disposeOlivier Fourdan2020-10-061-0/+2
* Remove CoglMatrixGeorges Basile Stavracas Neto2020-10-0618-942/+0
* tests: Use graphene APIsGeorges Basile Stavracas Neto2020-10-064-28/+34
* cogl/tests: Use graphene APIsGeorges Basile Stavracas Neto2020-10-067-33/+33
* texture-tower: Use graphene APIsGeorges Basile Stavracas Neto2020-10-061-22/+22
* src: Use graphene APIsGeorges Basile Stavracas Neto2020-10-063-10/+11
* renderer-view: Use graphene APIsGeorges Basile Stavracas Neto2020-10-061-17/+17
* shaped-texture: Use graphene APIsGeorges Basile Stavracas Neto2020-10-061-36/+40
* cogl: Use graphene APIsGeorges Basile Stavracas Neto2020-10-068-31/+28
* cogl/matrix-stack: Use graphene APIsGeorges Basile Stavracas Neto2020-10-061-117/+77
* cogl/matrix-stack: Embed graphene matrices in entry structsGeorges Basile Stavracas Neto2020-10-062-80/+21
* clutter/util: Use graphene APIsGeorges Basile Stavracas Neto2020-10-061-3/+2
* clutter/scroll-actor: Use graphene APIsGeorges Basile Stavracas Neto2020-10-061-3/+2
* clutter/pan-action: Use graphene APIsGeorges Basile Stavracas Neto2020-10-061-1/+4
* clutter/paint-volume: Use graphene APIsGeorges Basile Stavracas Neto2020-10-061-2/+2
* clutter/paint-nodes: Use graphene APIsGeorges Basile Stavracas Neto2020-10-061-3/+3
* clutter/stage-view: Use graphene APIsGeorges Basile Stavracas Neto2020-10-061-8/+9
* clutter/offscreen-effect: Stop using CoglMatrix APIGeorges Basile Stavracas Neto2020-10-061-9/+5
* clutter/clone: Use graphene APIsGeorges Basile Stavracas Neto2020-10-061-8/+4
* clutter/actor: Use graphene APIsGeorges Basile Stavracas Neto2020-10-061-58/+55
* clutter/stage: Only use graphene_matrix_* APIsGeorges Basile Stavracas Neto2020-10-061-13/+11
* clutter/stage: Setup 2D view internallyGeorges Basile Stavracas Neto2020-10-063-143/+41
* cogl/matrix: Move inverse calculation to cogl-graphene.cGeorges Basile Stavracas Neto2020-10-067-78/+57
* Replace the CoglMatrix type by graphene_matrix_tGeorges Basile Stavracas Neto2020-10-0659-476/+477
* cogl/matrix: Relocate and update projection and transform APIsGeorges Basile Stavracas Neto2020-10-0614-464/+535
* cogl/matrix: Remove custom boxed typeGeorges Basile Stavracas Neto2020-10-067-150/+2
* cogl/matrix: Make CoglMatrix a typedef to graphene_matrix_tGeorges Basile Stavracas Neto2020-10-063-59/+32
* cogl/matrix: Remove cached inverse and flagsGeorges Basile Stavracas Neto2020-10-062-89/+6
* clutter: Register progress function for graphene_matrix_tGeorges Basile Stavracas Neto2020-10-061-0/+19
* clutter/actor: Cache inverse transformGeorges Basile Stavracas Neto2020-10-061-4/+11
* clutter/actor: Split building the transform into a separate functionGeorges Basile Stavracas Neto2020-10-061-7/+15
* cogl/matrix: Add graphene_matrix_t utility functionGeorges Basile Stavracas Neto2020-10-063-9/+23
* cogl/matrix: Remove extra paddingGeorges Basile Stavracas Neto2020-10-061-1/+0
* cogl/matrix: Update outdated documentation and commentsGeorges Basile Stavracas Neto2020-10-061-10/+2
* cogl/matrix: Update copyright headersGeorges Basile Stavracas Neto2020-10-061-39/+1
* cogl/matrix: Use graphene_matrix_t internallyGeorges Basile Stavracas Neto2020-10-062-186/+39
* cogl/matrix: Rename and change cogl_matrix_get_array()Georges Basile Stavracas Neto2020-10-068-29/+51
* clutter: Explicitly initiate CoglMatricesGeorges Basile Stavracas Neto2020-10-062-6/+23
* cogl/matrix: Cleanup flags and turn them into an enumGeorges Basile Stavracas Neto2020-10-061-85/+23