summaryrefslogtreecommitdiff
path: root/cogl
Commit message (Expand)AuthorAgeFilesLines
* Free state after freeing its contentsEmmanuele Bassi2020-06-041-3/+3
* cogl-xlib-renderer: Ensure we don't close the same X display twiceSimon McVittie2020-03-101-1/+4
* gles: Reassure compiler that uninitialized variables are not reachedSimon McVittie2020-03-101-0/+1
* Merge branch 'cogl-1.22' into 'cogl-1.22'Emmanuele Bassi2019-03-181-8/+8
|\
| * primitive: Fix syntax on annotations typeMarco Trevisan (Treviño)2019-03-081-8/+8
* | cogl/deprecated/cogl-fixed.h: Use "static inline" instead G_INLINE_FUNCJavier Jardón2019-03-172-98/+32
|/
* wayland: do not require wl_shellIlia Bozhinov2019-02-061-5/+15
* Fix an incorrect preprocessor conditionalKalev Lember2016-10-191-1/+1
* wayland-winsys: Take possible pending resize into accountOlivier Fourdan2016-10-121-0/+2
* Add precision for Sampler3DLionel Landwerlin2016-09-021-0/+4
* Use _NO_CONTEXT when creating images for EGL_WAYLAND_BUFFER_WLSjoerd Simons2016-08-261-0/+7
* winsys-egl-kms: dont create 0x0 surfaceRay Strode2016-02-221-3/+29
* winsys-egl-kms: bypass initial output setup if kms fd passed inRay Strode2015-11-171-4/+8
* kms-winsys: don't wait for a flip when page flipping failsRay Strode2015-10-211-2/+3
* Fix compiler warningEmmanuele Bassi2015-09-231-1/+1
* GLES: Support glMapBufferRange from ES3Daniel Stone2015-09-232-1/+12
* Journal: Skip journal dumping when unsupportedDaniel Stone2015-09-231-1/+2
* CoglBufferError: Remove trailing comma from enum.Murray Cumming2015-09-171-1/+1
* winsys: glx: fix crash when inspecting onscreensLionel Landwerlin2015-09-111-1/+1
* winsys: wayland: destroy eglsurface when destroying associated native windowLionel Landwerlin2015-09-071-1/+3
* kms-winsys: don't disable page flipping on EACCESRay Strode2015-09-031-1/+2
* kms-winsys: clean up error handling in _cogl_winsys_renderer_connectRay Strode2015-09-031-12/+11
* kms-winsys: use correct surface formatRay Strode2015-09-031-2/+2
* build: Enable subdir-objectsEmmanuele Bassi2015-09-031-367/+358
* Initialize out variablesEmmanuele Bassi2015-09-031-2/+2
* gl: Do not use deprecated constants with the GL3 driverEmmanuele Bassi2015-08-061-20/+26
* egl-kms: append output after we know we found itMarek Chalupa2015-07-281-1/+2
* winsys-glx: Add error traps in create_contextAdel Gadllah2015-07-261-1/+4
* winsys: Drop xlib_get_visual_info from the vtableEmmanuele Bassi2015-07-223-49/+0
* Use CoglRenderer for implementing deprecated, Clutter-only APIEmmanuele Bassi2015-07-221-5/+6
* onscreen: Use the CoglRenderer API for retrieving the X visualEmmanuele Bassi2015-07-221-5/+8
* Store the XVisualInfo in the X11-based winsys backendsEmmanuele Bassi2015-07-222-2/+2
* Store XVisualInfo into the Xlib rendererEmmanuele Bassi2015-07-224-0/+24
* Avoid compiler error for uninitialized valueEmmanuele Bassi2015-06-101-1/+1
* egl-x11: Fix compiler warningsEmmanuele Bassi2015-06-101-2/+2
* Fix compiler warningsEmmanuele Bassi2015-06-101-1/+1
* Include deprecated header for cogl_read_pixels()Emmanuele Bassi2015-06-101-0/+2
* Conditional call to g_type_init()Emmanuele Bassi2015-06-101-1/+1
* Fix compiler warningsEmmanuele Bassi2015-06-103-0/+10
* framebuffer-deprecated: Unref the correct bufferRui Matos2015-05-081-1/+1
* cogl-framebuffer-gl: Work again on GLESv2Jasper St. Pierre2015-04-201-0/+9
* kms-winsys: try to hobble along if driver doesn't support page flipsRay Strode2015-03-231-13/+39
* Add version 1.2 define + macrosRobert Bragg2015-02-232-0/+24
* kms-winsys: Remove a few unused variablesRui Matos2015-02-231-4/+0
* kms-winsys: Defer setting new surfaces until swap buffersRui Matos2015-02-231-8/+26
* glx: Precisely wait for the next vblankChris Wilson2015-02-041-3/+1
* wayland-winsys: Provide a wl_registry.global_remove callbackRui Matos2015-01-301-0/+9
* kms-winsys: Mark the framebuffer to be bound when setting a new layoutRui Matos2015-01-301-0/+2
* mir: use output names that are more conformat to the one used by XmirMarco Trevisan (Treviño)2014-12-121-13/+9
* mir: add renderer event listener supportMarco Trevisan (Treviño)2014-12-102-11/+99