summaryrefslogtreecommitdiff
path: root/cogl
Commit message (Expand)AuthorAgeFilesLines
* cogl: Fix GLES2 fallbackAdam Jackson2020-01-271-0/+2
* cogl-pango/meson.build: Remove extraneous quotingDaniel van Vugt2019-10-101-1/+1
* cogl: Flush journal before blittingOlivier Fourdan2019-10-031-0/+5
* cogl: Remove unused CoglTextureDriver::prep_gl_for_pixels_uploadAdam Jackson2019-09-283-22/+0
* cogl/egl: Just notify about failure to create high priority contextJonas Ådahl2019-09-131-1/+1
* cogl: Remove GLX "threaded swap wait" used on NvidiaDaniel van Vugt2019-09-025-316/+2
* backends/native: Add various cogl tracesJonas Ådahl2019-08-311-0/+4
* cogl: Remove unused cogl_{begin,end}_gl APIAdam Jackson2019-08-167-191/+0
* cogl: Remove unused cogl-gles2 APIAdam Jackson2019-08-1627-7070/+2
* cogl/tests: Only install run-tests.sh when building installed testswip/run-tests-installIain Lane2019-07-221-1/+3
* cogl/texture: Add EGLImage texture import flagsJonas Ådahl2019-07-185-0/+13
* cogl/texture: Make is_get_data_supported() a bool on the textureJonas Ådahl2019-07-183-4/+4
* cogl: Expose cogl_blit_framebufferPekka Paalanen2019-07-104-74/+98
* cogl: Rename feature OFFSCREEN_BLIT to BLIT_FRAMEBUFFERPekka Paalanen2019-07-107-7/+7
* cogl: Allow glBlitFramebuffer between onscreen/offscreenPekka Paalanen2019-07-103-22/+43
* cogl: Relax formats on glBlitFramebufferPekka Paalanen2019-07-103-8/+16
* cogl: Replace ANGLE with GLES3 and NV framebuffer_blitPekka Paalanen2019-07-102-4/+4
* cogl: Fix doc for _cogl_blit_framebufferPekka Paalanen2019-07-101-3/+3
* cogl: Remove unused OFFSCREEN_BLIT feature flagPekka Paalanen2019-07-101-2/+0
* Add fallback for semi-private symbols in PangoEmmanuele Bassi2019-07-071-0/+7
* cogl-trace: Include cogl-trace.h even when not tracingDaniel van Vugt2019-06-261-2/+2
* cogl: Remove CoglError wrapperNiels De Graef2019-06-2096-1049/+626
* cogl: Drop _COGL_RETURN_VAL_IF_FAIL macroNiels De Graef2019-06-1946-210/+206
* cogl: Drop _COGL_RETURN_IF_FAIL macroNiels De Graef2019-06-1939-195/+194
* cogl: Remove unused _COGL_TYPEDEF_ASSERT() macroNiels De Graef2019-06-191-8/+0
* cogl: Remove cogl_util_ffs macroNiels De Graef2019-06-194-4/+3
* cogl: Remove cogl_util_memmem() macroNiels De Graef2019-06-192-10/+8
* cogl: Remove cogl_wayland_texture_2d_* functionsNiels De Graef2019-06-183-254/+0
* enum-types: Use @basename@ in header commentFlorian Müllner2019-06-121-1/+1
* cogl/trace: Fix typoGeorges Basile Stavracas Neto2019-06-071-1/+1
* cogl/trace: Add user-visible group nameGeorges Basile Stavracas Neto2019-05-312-9/+22
* clutter: Add more descriptive profiling sectionsGeorges Basile Stavracas Neto2019-05-311-6/+6
* profiler: Support setting output filenameGeorges Basile Stavracas Neto2019-05-312-20/+76
* cogl-trace: Cleanup context after disablingGeorges Basile Stavracas Neto2019-05-311-0/+10
* cogl: Add libsysprof capture based tracingJonas Ådahl2019-05-315-0/+338
* meson: Cleanup debug build handlingRobert Mader2019-05-291-4/+6
* cogl-path: Undeprecate framebuffer functionsFlorian Müllner2019-05-272-9/+0
* cogl/pipeline: Don't try to access to free'd pointer dataMarco Trevisan (Treviño)2019-05-271-3/+3
* cogl/xlib-renderer: Save Xlib renderer data in custom winsys pointerMarco Trevisan (Treviño)2019-05-271-19/+7
* cogl/tests: Remove configure_file workaround for installed testsMarco Trevisan (Treviño)2019-05-211-13/+3
* cogl/meson: Remove uneeded cogl-mutter-config.h generationMarco Trevisan (Treviño)2019-05-212-7/+1
* cogl: Map CoglPixelFormats to their specific propertiesNiels De Graef2019-05-212-12/+244
* cogl: Put CoglPixelFormat code into its own fileNiels De Graef2019-05-2110-269/+384
* Use free_full on GSList's instead of foreach + freeMarco Trevisan (Treviño)2019-05-153-10/+6
* Use free_full on GList's instead of foreach + freeMarco Trevisan (Treviño)2019-05-151-11/+2
* cogl/tests: Use less verbose run-tests.sh on single tests run by mesonMarco Trevisan (Treviño)2019-05-023-14/+21
* meson: Define srcdir and builddir using meson functionsMarco Trevisan (Treviño)2019-05-021-2/+1
* cogl/tests: Export and run unit tests if they are enabledMarco Trevisan (Treviño)2019-05-025-25/+33
* cogl/tests: Run conform tests as single meson testsMarco Trevisan (Treviño)2019-05-021-11/+26
* cogl/tests: Run tests supports both test names and files as parameterMarco Trevisan (Treviño)2019-05-021-4/+8