summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIPwip/nielsdg/meta-multi-texture-wipNiels De Graef2021-02-153-62/+132
* WIPNiels De Graef2021-01-313-18/+22
* wip: shmNiels De Graef2021-01-312-56/+179
* wayland: Add support for YUV-based EGLimagesNiels De Graef2021-01-311-24/+64
* multi-texture: Add API to have color conversionNiels De Graef2021-01-313-11/+213
* shaped-texture: Start using MetaMultiTextureNiels De Graef2021-01-3112-191/+283
* compositor: Add MetaMultiTexture classNiels De Graef2021-01-316-0/+807
* Updated Czech translationMarek Černocký2021-01-301-58/+69
* window/x11: Check before freezing commitsOlivier Fourdan2021-01-301-1/+15
* window-actor: Add a new can_freeze_commits() APIOlivier Fourdan2021-01-304-0/+27
* wayland: Only use async configured geometry if actually changedJonas Ådahl2021-01-303-37/+67
* cogl/gl-framebuffer: Remove hard coding type nameJonas Ådahl2021-01-302-2/+2
* cogl: Use 'is_y_flipped()' instead of instance-of checkingJonas Ådahl2021-01-303-7/+7
* cogl/gl-framebuffer: Check Y-flipped-ness instead of framebuffer typeJonas Ådahl2021-01-303-15/+17
* cogl/gl-framebuffer: Move stereo mode state flushing to backendJonas Ådahl2021-01-304-33/+63
* cogl/gl-framebuffer: GObject:ify helper functionsJonas Ådahl2021-01-301-19/+38
* cogl/framebuffer: Move read_pixels_into_bitmap() to driver classJonas Ådahl2021-01-3013-132/+58
* cogl/framebuffer: Move attribute drawing to driver classJonas Ådahl2021-01-3012-134/+158
* cogl/framebuffer: Move discard_buffers() to driver sub typesJonas Ådahl2021-01-3014-61/+78
* cogl/framebuffer: Move flush() and finish() to driver classJonas Ådahl2021-01-3012-44/+48
* cogl/framebuffer: Move clear() to CoglFramebufferDriverJonas Ådahl2021-01-3012-49/+71
* cogl/onscreen: Move buffer age getter vfunc to classJonas Ådahl2021-01-309-21/+11
* cogl: Add CoglX11Onscreen interfaceJonas Ådahl2021-01-3014-62/+130
* cogl/onscreen: Remove explicit 'resizable':nessJonas Ådahl2021-01-3010-399/+1
* cogl/onscreen: Remove show()/hide()Jonas Ådahl2021-01-308-79/+0
* cogl/test-utils: Skip "showing" the onscreenJonas Ådahl2021-01-301-3/+0
* cogl/onscreen: Move direct scanout to CoglOnscreen classJonas Ådahl2021-01-306-25/+24
* cogl/onscreen: Move binding to onscreen classJonas Ådahl2021-01-3011-28/+20
* cogl/onscreen: Make swap_buffer/region CoglOnscreen class vfuncsJonas Ådahl2021-01-3012-105/+73
* cogl/gl-framebuffer: Split up into FBO and back driversJonas Ådahl2021-01-3024-743/+1165
* cogl: Add 'framebuffer' debug topicJonas Ådahl2021-01-302-0/+2
* cogl: Init framebuffer driver up frontJonas Ådahl2021-01-3017-162/+250
* cogl/offscreen: Move struct to C fileJonas Ådahl2021-01-304-33/+47
* cogl/gl-framebuffer: Move struct fields into privateJonas Ådahl2021-01-301-30/+45
* cogl: Move "flush framebuffers" under the context scopeJonas Ådahl2021-01-3017-207/+248
* cogl: Add CoglFramebufferDriver base typeJonas Ådahl2021-01-305-4/+183
* cogl/offscreen: Pass ColgOffscreenFlag when allocatingJonas Ådahl2021-01-306-14/+21
* cogl/gl-framebuffer: Fix allocate flag variable nameJonas Ådahl2021-01-301-9/+9
* cogl/offscreen: Remove alloation_flags struct fieldJonas Ådahl2021-01-302-7/+0
* cogl/offscreen: Remove depth buffer texture fieldJonas Ådahl2021-01-303-73/+0
* cogl/offscreen: Move CoglGlFbo struct to GL driverJonas Ådahl2021-01-302-14/+26
* cogl/offscreen: Move CoglOffscreen code to its own fileJonas Ådahl2021-01-308-185/+248
* cogl/gl-framebuffer: Rename CoglGLFramebuffer CoglGlFboJonas Ådahl2021-01-302-23/+23
* cogl/gl-framebuffer: Make it a GObjectJonas Ådahl2021-01-302-4/+24
* cogl/framebuffer-gl: Rename from CoglFramebufferGl to CoglGlFramebufferJonas Ådahl2021-01-301-34/+34
* cogl/onscreen: Use CoglFramebufferClass::allocate() to initJonas Ådahl2021-01-3014-236/+210
* Make all CoglOnscreen sub types inherit CoglOnscreenJonas Ådahl2021-01-3015-455/+411
* onscreen/native: Remove uselses size checkJonas Ådahl2021-01-301-7/+0
* cogl/onscreen/egl: Move struct fields to instance privateJonas Ådahl2021-01-301-23/+62
* renderer/native: Move out CoglOnscreen code to separate fileJonas Ådahl2021-01-306-2278/+2500