summaryrefslogtreecommitdiff
path: root/cogl
Commit message (Expand)AuthorAgeFilesLines
* cogl-auto-texture: Avoid a double-free crashDaniel van Vugt2018-11-081-0/+1
* build: Fix include and lib paths in autotools .pc filesJonas Ådahl2018-11-074-7/+7
* build: Add soversion to shared librariesJonas Ådahl2018-11-074-0/+4
* cogl: Expose more headers for introspectionGeorges Basile Stavracas Neto2018-11-072-12/+12
* cogl/framebuffer: Mark CoglOffscreen as a CoglFramebuffer implementationGeorges Basile Stavracas Neto2018-11-071-1/+2
* build: Make libmutter-cogl-path a dependency for test-journalGeorges Basile Stavracas Neto2018-11-061-0/+1
* build: Prefer dependencies instead of link_withGeorges Basile Stavracas Neto2018-11-066-14/+28
* Add meson build supportJonas Ådahl2018-11-0618-0/+1190
* Make it possible to build without EGL supportJonas Ådahl2018-11-063-0/+8
* autotools: Make install directories paths more consistentJonas Ådahl2018-11-068-16/+16
* cogl: Pass unit-tests file to run-tests.shJonas Ådahl2018-11-063-4/+12
* cogl: Fix HAVE_COGL_GL guardJonas Ådahl2018-11-061-1/+1
* cogl: Make cogl-config.h include check explicitJonas Ådahl2018-11-063-3/+5
* cogl: Require relative full paths when includingJonas Ådahl2018-11-0662-157/+153
* cogl: Remove left-over WebGL pathsJonas Ådahl2018-11-064-20/+0
* cogl: Unconditionally include cogl-config.hJonas Ådahl2018-11-06109-219/+0
* cogl: Unconditionally depend on cairoJonas Ådahl2018-11-062-27/+5
* cogl: Unconditionally include "strings.h"Jonas Ådahl2018-11-061-2/+0
* cogl/tests: Mark failing test as known failureJonas Ådahl2018-11-062-4/+4
* cogl: Remove ARBfp pipeline supportJonas Ådahl2018-11-0620-1352/+65
* cogl: Remove fixed pipeline supportJonas Ådahl2018-11-0618-1020/+9
* cogl: Remove notion of a "cogl" versionJonas Ådahl2018-11-0622-763/+166
* cogl: Remove support for GLESv1Jonas Ådahl2018-11-0628-393/+78
* cogl: Remove some left over KMS backend stuffJonas Ådahl2018-11-062-39/+0
* cogl: Always build CoglPango supportJonas Ådahl2018-11-062-21/+2
* cogl: Always build CoglPath supportJonas Ådahl2018-11-065-29/+1
* cogl: Make various functions non-optionalJonas Ådahl2018-11-063-158/+0
* cogl: Make _Static_assert non-optionalJonas Ådahl2018-11-063-14/+2
* cogl-gles2/Makefile.am: Add cogl/ includedirJonas Ådahl2018-11-061-1/+3
* cogl: Fix cogl_frame_info_get_frame_counter docsDaniel van Vugt2018-07-201-5/+2
* native: Restore previous EGL state after blitting onto secondary GPUJonas Ådahl2018-04-253-1/+16
* cogl: Do not unref a NULL objectMarco Trevisan (Treviño)2018-04-251-1/+5
* cogl: Read pixels as per the stored formatCarlos Garnacho2018-03-211-16/+6
* Fix some spelling errorshandsome-feng2018-03-211-1/+1
* renderer/native: Force EGL config pixel formatJonas Ådahl2018-03-053-9/+43
* cogl-texture: Remove unused functionFlorian Müllner2018-02-091-279/+0
* cogl/x11/renderer: Silence introspection warningJonas Ådahl2018-02-071-1/+1
* cogl-texture: refuse downloading textures in cogl_texture_get_data() on GLESGeorge Kiagiadakis2018-02-051-17/+5
* cogl: Add way to pass user data when setting custom renderer winsysJonas Ådahl2017-10-053-2/+6
* cogl: Only do the swizzling hack for GL contextsMario Sanchez Prada2017-08-211-2/+4
* cogl: Mark vertex buffers as dynamicCarlos Garnacho2017-05-221-1/+1
* cogl: Use pixel_format_to_gl_with_target in find_best_gl_get_data_formatCarlos Garnacho2017-05-184-5/+10
* Consider the right CONTEXT_LOST token on OpenGL ES contextsMario Sanchez Prada2017-04-171-0/+5
* Define new tokens from the ARB_robustness extension if neededMario Sanchez Prada2017-04-171-0/+13
* x11: Use EGL instead of GLX when drawing using GLESJonas Ådahl2017-03-253-7/+9
* cogl: Use pixel_format_to_gl_with_target on bitmap uploading pathsCarlos Garnacho2017-03-071-5/+6
* cogl: Add pixel_format_to_gl_with_target driver vfuncCarlos Garnacho2017-03-074-11/+52
* cogl: Read pixels in the correct 32bit format as per the given bitmapCarlos Garnacho2017-03-011-0/+9
* cogl: Prefer swizzling to convert BGRA buffersCarlos Garnacho2017-02-282-1/+21
* Add cogl_xlib_renderer_set_threaded_swap_wait_enabled()Owen W. Taylor2017-02-214-0/+43