summaryrefslogtreecommitdiff
path: root/cogl
Commit message (Expand)AuthorAgeFilesLines
* cogl: Remove conditional g_type_init() callFlorian Müllner2021-08-221-4/+0
* cogl/trace: Add getter for trace enabled stateJonas Ådahl2021-07-291-5/+11
* cogl/trace: Add scoped trace anchorsJonas Ådahl2021-07-291-0/+14
* cogl/trace: Add way to add a description to traceJonas Ådahl2021-07-292-3/+28
* cogl/trace: Fix argument namingJonas Ådahl2021-07-291-6/+6
* cogl/gl: Handle bogus glGetString(GL_RENDERER) return valuesJonas Ådahl2021-07-161-0/+7
* cogl: Store CPU and GPU rendering timestamps in frame infoIvan Molodetskikh2021-07-132-1/+18
* cogl: Add CPU swap time and GPU rendering query to CoglFrameInfoIvan Molodetskikh2021-07-133-2/+43
* cogl: Add GPU timestamp querying utilitiesIvan Molodetskikh2021-07-1310-0/+205
* cogl: Add prototypes for getting timestamp queriesIvan Molodetskikh2021-07-131-0/+28
* cogl/renderer: Add API to bind the right EGL APIJonas Ådahl2021-07-075-5/+35
* cogl: Export cogl_blend_string_error_quarkZander Brown2021-07-051-1/+1
* cogl/winsys-glx: Request 2 stencil bitsDaniel van Vugt2021-06-011-1/+1
* cogl/clip-stack-gl: Set glStencilMask correctly for clip regionsDaniel van Vugt2021-06-011-1/+2
* cogl/clip-stack-gl: Set glStencilMask correctly for clip rectanglesDaniel van Vugt2021-06-011-1/+2
* cogl: Add new option COGL_DEBUG=stencilling to disable optimizationsDaniel van Vugt2021-06-014-2/+12
* cogl/clip-stack-gl: Remove unused code: #define GL_CLIP_PLANEnDaniel van Vugt2021-06-011-9/+0
* mutter-cogl.test: Use xvfb-run to run the cogl testsMarco Trevisan (Treviño)2021-05-261-1/+1
* cogl: Remove ability to bind Wayland EGL displayJonas Ådahl2021-05-184-36/+0
* cogl: Drop "volatile" from static GTypes in manual registrationCarlos Garnacho2021-03-221-16/+16
* cogl/onscreen/egl: Remove platform pointerJonas Ådahl2021-03-082-29/+0
* cogl/frame-info: Add VSYNC flagIvan Molodetskikh2021-03-084-0/+19
* cogl/frame-info: Add ZERO_COPY flagIvan Molodetskikh2021-03-084-0/+18
* cogl/frame-info: Add sequenceIvan Molodetskikh2021-03-084-3/+22
* cogl: Remove get_monotonic_time_ns()Ivan Molodetskikh2021-03-081-10/+1
* cogl: Remove cogl_get_clock_time()Ivan Molodetskikh2021-03-084-83/+0
* cogl: Make presentation time always MONOTONICIvan Molodetskikh2021-03-083-12/+34
* cogl: Report presentation time in microsecondsIvan Molodetskikh2021-03-084-20/+20
* cogl/frame-info: Add HW_CLOCK flagIvan Molodetskikh2021-03-084-0/+13
* cogl: Stop using GSliceRobert Mader2021-02-2244-139/+133
* cogl/journal: Don't sometimes hold a ref on the framebufferJonas Ådahl2021-02-187-51/+51
* Change all g_memdup() to g_memdup2()Jonas Ådahl2021-02-041-9/+9
* 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-3013-61/+128
* 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-303-16/+22
* cogl/onscreen: Move binding to onscreen classJonas Ådahl2021-01-3011-28/+20
* cogl/onscreen: Make swap_buffer/region CoglOnscreen class vfuncsJonas Ådahl2021-01-309-87/+61