summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for setting up stereo CoglOnscreensOwen W. Taylor2014-07-1710-3/+186
* examples/cogl-x11-tfp: Fix compilationOwen W. Taylor2014-07-171-1/+3
* examples/cogl-x11-tfp.c: Handle WM_DELETE_WINDOWOwen W. Taylor2014-07-171-0/+12
* examples/cogl-x11-tfp.c: Wait for the window to be mappedOwen W. Taylor2014-07-171-1/+10
* kms-winsys: Add api that tells cogl to ignore a crtcAdel Gadllah2014-06-303-2/+42
* kms_winsys: Add cogl_kms_renderer_get_gbm apiAdel Gadllah2014-06-302-0/+15
* Use the EGL_KHR_surfacless_context extensionNeil Roberts2014-06-178-71/+154
* Add a COGL_EXT_IN_GLES3 option to specify extensions that are in GLES3Neil Roberts2014-06-176-42/+102
* atlas-texture: Keep reference on potential destination atlasFelix Riemann2014-05-191-9/+19
* cogl-winsys-egl-kms: Call swap notify handler even when pageflip ioctl failsKristian Høgsberg2014-04-301-13/+28
* cogl-winsys-egl-kms: Never set EGL_PLATFORMKristian Høgsberg2014-04-301-6/+0
* MSVC Builds: Don't Link to SDL AutomaticallyChun-wei Fan2014-04-161-9/+0
* doap: update URLsPiotr Drąg2014-03-301-3/+3
* mingw: Try adding a -w64 suffix when searching for a suitable compilerNeil Roberts2014-03-211-1/+1
* cogl-pango-pipeline-cache.c: Include forgotten headerChun-wei Fan2014-03-201-0/+1
* cogl/cogl-renderer.c: Avoid Clash with Newer Windows SDKsChun-wei Fan2014-03-201-3/+3
* cogl-gst-plugin: Fix the license name in the plugin descriptionNeil Roberts2014-03-141-1/+1
* Set COGL_WINSYS_FEATURE_BUFFER_AGE on EGLNeil Roberts2014-03-141-0/+5
* cogl-winsys-egl-kms: Make sure to close our connection to DRM at shutdownJasper St. Pierre2014-03-121-0/+3
* cogl-winsys-egl-kms: Add cogl_kms_renderer_set_kms_fdJasper St. Pierre2014-03-124-8/+56
* cogl-winsys-egl-wayland: Report an error if we can't find the globals we needJasper St. Pierre2014-03-121-6/+10
* kms: include stddef.h before drm.hAndreas Oberritter2014-02-201-0/+1
* Allocate immediately in _cogl_egl_texture_2d_new_from_imageNeil Roberts2014-02-201-1/+10
* Don't dereference an unitialised pointer in _cogl_container_ofNeil Roberts2014-02-196-32/+46
* Updated Ukrainian translationDaniel Korostil2014-02-141-99/+121
* Updated FSF's addressDaniel Mustieles2014-01-3167-193/+67
* cogl-basic-video-player: Allow passing a GStreamer pipelineNeil Roberts2014-01-311-12/+122
* cogl-gst: Fix get_caps implementation when no context is setNeil Roberts2014-01-311-1/+5
* cogl-gst: video-sink: add NV12 supportNeil Roberts2014-01-311-6/+111
* cogl-gst-video-sink: Premultiply the colors coming from the videoNeil Roberts2014-01-312-38/+125
* Update Chinese simplified translationWylmer Wang2014-01-241-105/+100
* cogl-gst: video-sink: fix not installed rgb shaderLionel Landwerlin2014-01-221-1/+3
* mingw-fetch-dependencies: Add the -L option when using curlNeil Roberts2014-01-201-1/+1
* winsys-wgl: Don't include cogl.hNeil Roberts2014-01-201-2/+0
* Set the COGL_BITWISE_BIT flag for the formats with 10-bit componentsNeil Roberts2014-01-201-9/+9
* Add support for RG texturesNeil Roberts2014-01-2015-16/+283
* Tweak documentation for the CoglTexture interfaceNeil Roberts2014-01-202-11/+44
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-14327-4474/+6574
* pipeline-cache: Prune old unused pipelines when the cache gets too bigNeil Roberts2014-01-148-87/+334
* winsys-glx: Fix swap region to remain disabled for old mesaAdel Gadllah2014-01-061-1/+1
* winsys-glx: Reenable swap_region for llvmpipe and swrastAdel Gadllah2014-01-061-10/+14
* texture: fix cogl_texture_get_components prototypeRobert Bragg2014-01-022-2/+2
* remove internal_format and redundant error argumentsRobert Bragg2014-01-0160-549/+308
* introduce texture loaders to make allocations lazyRobert Bragg2014-01-0128-838/+1599
* get_texture_bits_via_offscreen(): use meta texture formatRobert Bragg2014-01-013-25/+69
* texture: return ints from _get_width/heightRobert Bragg2014-01-012-4/+4
* texture: make cogl_texture_get_format api privateRobert Bragg2014-01-0118-33/+23
* atlas: defer checks until allocationRobert Bragg2014-01-011-24/+24
* atlas: make zero size a programmer errorRobert Bragg2014-01-011-9/+2
* texture: allocate on slicing/hw repeat queriesRobert Bragg2014-01-011-0/+6