summaryrefslogtreecommitdiff
path: root/cogl
Commit message (Expand)AuthorAgeFilesLines
* cogl: Add new 'sync-{primitive,frame}' options for COGL_DEBUGDaniel van Vugt2020-11-205-3/+33
* tests: Use ClutterStage "after-paint" instead of ClutterActor "paint"Jonas Dreßler2020-10-233-13/+13
* cogl: correcting the cogl trace logUday Kiran Pichika2020-10-211-2/+2
* cogl-winsys-egl: Log the color depth in useDaniel van Vugt2020-10-201-0/+41
* clutter: Use graphene_matrix_inverse()Georges Basile Stavracas Neto2020-10-163-53/+2
* cogl: Use memory management helpers moreJonas Ådahl2020-10-162-8/+4
* cogl/framebuffer: Move allocation and y-flip-ness to non-abstract typesJonas Ådahl2020-10-163-50/+95
* cogl: Turn CoglFramebuffer, CoglOffscreen and CoglOnscreen into GObjectsJonas Ådahl2020-10-1626-267/+309
* cogl: Remove cogl_offscreen_new_to_texture()Jonas Ådahl2020-10-162-41/+0
* cogl/framebuffer: Clean up cleanup functionJonas Ådahl2020-10-161-8/+4
* cogl/framebuffer: Move public struct fields to private structJonas Ådahl2020-10-1617-498/+919
* cogl/onscreen: Remove unused _cogl_onscreen_new()Jonas Ådahl2020-10-162-32/+0
* cogl/framebuffer/gl: Move OpenGL driver fields to private structJonas Ådahl2020-10-163-25/+81
* cogl/framebuffer: Fix argument naming to blit_framebuffer()Jonas Ådahl2020-10-162-17/+17
* cogl/framebuffer: Remove alignment of struct fieldsJonas Ådahl2020-10-161-35/+36
* cogl/framebuffer: Fix enum declaration coding styleJonas Ådahl2020-10-161-1/+2
* cogl: Remove unused swap-related COGL_FEATURE_ID_ flagsDaniel van Vugt2020-10-142-15/+1
* Remove CoglMatrixGeorges Basile Stavracas Neto2020-10-0618-942/+0
* cogl/tests: Use graphene APIsGeorges Basile Stavracas Neto2020-10-067-33/+33
* 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/stage: Setup 2D view internallyGeorges Basile Stavracas Neto2020-10-062-135/+0
* cogl/matrix: Move inverse calculation to cogl-graphene.cGeorges Basile Stavracas Neto2020-10-065-75/+53
* Replace the CoglMatrix type by graphene_matrix_tGeorges Basile Stavracas Neto2020-10-0629-338/+338
* cogl/matrix: Relocate and update projection and transform APIsGeorges Basile Stavracas Neto2020-10-069-412/+479
* cogl/matrix: Remove custom boxed typeGeorges Basile Stavracas Neto2020-10-062-52/+0
* 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
* cogl/matrix: Add graphene_matrix_t utility functionGeorges Basile Stavracas Neto2020-10-062-0/+18
* 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-066-25/+39
* cogl/matrix: Cleanup flags and turn them into an enumGeorges Basile Stavracas Neto2020-10-061-85/+23
* cogl/matrix: Remove unused definesGeorges Basile Stavracas Neto2020-10-061-14/+0
* cogl/matrix: Remove matrix typeGeorges Basile Stavracas Neto2020-10-062-45/+1
* cogl/matrix: Get value using graphene matrixGeorges Basile Stavracas Neto2020-10-061-14/+4
* cogl/matrix: Check identity using graphene matricesGeorges Basile Stavracas Neto2020-10-061-5/+4
* cogl/matrix: Remove dead codeGeorges Basile Stavracas Neto2020-10-061-91/+0
* cogl/matrix: Calculate inverse using graphene matricesGeorges Basile Stavracas Neto2020-10-061-701/+34
* cogl/matrix: Orthographic with graphene matricesGeorges Basile Stavracas Neto2020-10-062-137/+32
* cogl/matrix: Don't debug-print inverse matrixGeorges Basile Stavracas Neto2020-10-061-7/+1
* cogl/matrix: Euler-rotate with graphene matricesGeorges Basile Stavracas Neto2020-10-061-71/+4
* cogl/tests: Remove euler testGeorges Basile Stavracas Neto2020-10-064-66/+0
* cogl/matrix: Project and transpose using graphene matricesGeorges Basile Stavracas Neto2020-10-061-34/+74
* cogl/matrix: Skew using graphene matricesGeorges Basile Stavracas Neto2020-10-061-15/+24
* cogl/matrix: Frustum with graphene matricesGeorges Basile Stavracas Neto2020-10-061-36/+17
* cogl/matrix: Transpose using graphene matricesGeorges Basile Stavracas Neto2020-10-061-30/+6