summaryrefslogtreecommitdiff
path: root/cogl
Commit message (Expand)AuthorAgeFilesLines
* clutter/stage: Setup 2D view internallyGeorges Basile Stavracas Neto2020-09-252-135/+0
* cogl/matrix: Move inverse calculation to cogl-graphene.cGeorges Basile Stavracas Neto2020-09-255-66/+44
* Replace the CoglMatrix type by graphene_matrix_tGeorges Basile Stavracas Neto2020-09-2529-338/+338
* cogl/matrix: Relocate and update projection and transform APIsGeorges Basile Stavracas Neto2020-09-259-412/+479
* cogl/matrix: Remove custom boxed typeGeorges Basile Stavracas Neto2020-09-252-52/+0
* cogl/matrix: Make CoglMatrix a typedef to graphene_matrix_tGeorges Basile Stavracas Neto2020-09-253-59/+32
* cogl/matrix: Remove cached inverse and flagsGeorges Basile Stavracas Neto2020-09-252-89/+6
* cogl/matrix: Add graphene_matrix_t utility functionGeorges Basile Stavracas Neto2020-09-252-0/+18
* cogl/matrix: Remove extra paddingGeorges Basile Stavracas Neto2020-09-251-1/+0
* cogl/matrix: Update outdated documentation and commentsGeorges Basile Stavracas Neto2020-09-251-10/+2
* cogl/matrix: Update copyright headersGeorges Basile Stavracas Neto2020-09-251-39/+1
* cogl/matrix: Use graphene_matrix_t internallyGeorges Basile Stavracas Neto2020-09-252-186/+39
* cogl/matrix: Rename and change cogl_matrix_get_array()Georges Basile Stavracas Neto2020-09-256-25/+39
* cogl/matrix: Cleanup flags and turn them into an enumGeorges Basile Stavracas Neto2020-09-251-85/+23
* cogl/matrix: Remove unused definesGeorges Basile Stavracas Neto2020-09-251-14/+0
* cogl/matrix: Remove matrix typeGeorges Basile Stavracas Neto2020-09-252-45/+1
* cogl/matrix: Get value using graphene matrixGeorges Basile Stavracas Neto2020-09-251-14/+4
* cogl/matrix: Check identity using graphene matricesGeorges Basile Stavracas Neto2020-09-251-5/+4
* cogl/matrix: Remove dead codeGeorges Basile Stavracas Neto2020-09-251-91/+0
* cogl/matrix: Calculate inverse using graphene matricesGeorges Basile Stavracas Neto2020-09-251-702/+26
* cogl/matrix: Orthographic with graphene matricesGeorges Basile Stavracas Neto2020-09-252-137/+32
* cogl/matrix: Don't debug-print inverse matrixGeorges Basile Stavracas Neto2020-09-251-7/+1
* cogl/matrix: Euler-rotate with graphene matricesGeorges Basile Stavracas Neto2020-09-251-71/+4
* cogl/tests: Remove euler testGeorges Basile Stavracas Neto2020-09-254-66/+0
* cogl/matrix: Project and transpose using graphene matricesGeorges Basile Stavracas Neto2020-09-251-34/+74
* cogl/matrix: Skew using graphene matricesGeorges Basile Stavracas Neto2020-09-251-15/+24
* cogl/matrix: Frustum with graphene matricesGeorges Basile Stavracas Neto2020-09-251-36/+17
* cogl/matrix: Transpose using graphene matricesGeorges Basile Stavracas Neto2020-09-251-30/+6
* cogl/matrix: Look-at using graphene matricesGeorges Basile Stavracas Neto2020-09-251-42/+10
* cogl/matrix: Compare using graphene matricesGeorges Basile Stavracas Neto2020-09-251-33/+5
* cogl/matrix: Scale using graphene matricesGeorges Basile Stavracas Neto2020-09-251-26/+19
* cogl/matrix: Rotate using graphene matricesGeorges Basile Stavracas Neto2020-09-251-196/+16
* cogl/matrix: Multiply using graphene matricesGeorges Basile Stavracas Neto2020-09-251-21/+11
* cogl/matrix: Translate using grapheneGeorges Basile Stavracas Neto2020-09-201-47/+34
* cogl/matrix: Add cogl_matrix_get_valueGeorges Basile Stavracas Neto2020-09-202-2/+21
* cogl/matrix: Import skew functions from ClutterGeorges Basile Stavracas Neto2020-09-202-0/+84
* cogl/tests: Compare matrices using arrayGeorges Basile Stavracas Neto2020-09-201-16/+11
* cogl/matrix: Add constant identity initializerGeorges Basile Stavracas Neto2020-09-201-0/+6
* cogl/matrix: Add cogl_matrix_init_from_matrix initializerGeorges Basile Stavracas Neto2020-09-202-0/+18
* cogl: Remove unused headerGeorges Basile Stavracas Neto2020-09-201-158/+0
* cogl: Flush specific framebuffersDaniel van Vugt2020-09-181-4/+2
* backends/native: Fall back to compositing if direct scanout failedJonas Ådahl2020-09-173-15/+23
* cogl/renderer: Set error in dmabuf constructor fallbackJonas Ådahl2020-09-141-0/+4
* cogl/scanout: Allow blitting to framebufferGeorges Basile Stavracas Neto2020-09-012-0/+33
* cogl/context: Add API to create named pipelinesRobert Mader2020-08-313-0/+65
* cogl: Fix spelling of CoglPipelineStateComparatorBjörn Daase2020-08-294-7/+7
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-2961-111/+111
* tests/clutter: Always use stage from backendJonas Ådahl2020-08-135-11/+11
* clutter: Remove support for transparent windowsJonas Ådahl2020-08-135-49/+4
* cogl: Add API to check whether a format is supported by the driverJonas Ådahl2020-08-075-0/+146