summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Expose WGL context to applicationswip/expose-glx-egl-context-1.18Robert Bragg2014-03-053-0/+107
* Expose EGL context/display and GLX contextRobert Bragg2014-03-058-29/+148
* move GLeglImageOES define into cogl-egl-private.hRobert Bragg2014-03-054-10/+85
* egl: remove NativeWindowType/NativeDisplayType definesRobert Bragg2014-03-058-16/+9
* This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg2014-02-22361-4886/+7207
* Post-release version bump to 1.17.5Robert Bragg2014-02-201-2/+2
* Release 1.17.4 (snapshot)1.17.4Robert Bragg2014-02-201-3/+6
* Updates NEWS for the 1.17.4 releaseRobert Bragg2014-02-201-0/+30
* kms: include stddef.h before drm.hAndreas Oberritter2014-02-201-0/+1
* fix experimental pc files dep on cogl-1.0Lionel Landwerlin2014-02-204-7/+7
* 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-206-32/+46
* Added uk translationDaniel Korostil2014-02-141-99/+121
* Updated Norwegian bokmål translationKjartan Maraas2014-02-121-5/+35
* GLX winsys: fix feature handling for INTEL_swap_eventOwen W. Taylor2014-02-052-1/+2
* 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
* cogl-path: Fix the exported symbols regular expressionEmmanuele Bassi2014-01-221-1/+1
* cogl-gst: video-sink: fix not installed rgb shaderLionel Landwerlin2014-01-221-1/+3
* Post-release version bump to 1.17.3Neil Roberts2014-01-201-2/+2
* Release 1.17.2 (snapshot)1.17.2Neil Roberts2014-01-201-4/+4
* Updates NEWS for the 1.17.2 releaseNeil Roberts2014-01-201-0/+53
* 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
* Add support for RG texturesNeil Roberts2014-01-2015-16/+283
* Tweak documentation for the CoglTexture interfaceNeil Roberts2014-01-202-11/+44
* pipeline-cache: Prune old unused pipelines when the cache gets too bigNeil Roberts2014-01-148-87/+334
* texture: fix cogl_texture_get_components prototypeRobert Bragg2014-01-132-2/+2
* texture-rectangle: update _new_with_size in line with masterRobert Bragg2014-01-134-59/+21
* expose deprecated fb api regardless of COGL_ENABLE_EXPERIMENTAL_2_0_APIRobert Bragg2014-01-091-1/+1
* framebuffer: move fb stack under cogl/deprecated/Robert Bragg2014-01-095-451/+455
* auto-texture: Adds cogl-auto-texture.h headerRobert Bragg2014-01-096-182/+234
* Consistently name cogl-gst pkg-config filesRobert Bragg2014-01-094-3/+30
* consistently name cogl-gles2 pkg-config filesRobert Bragg2014-01-094-3/+20
* remove internal_format and redundant error argumentsRobert Bragg2014-01-0962-585/+413
* introduce texture loaders to make allocations lazyRobert Bragg2014-01-0928-907/+1680
* get_texture_bits_via_offscreen(): use meta texture formatRobert Bragg2014-01-093-25/+69
* texture: make cogl_texture_get_format api privateRobert Bragg2014-01-0920-134/+205
* atlas: defer checks until allocationRobert Bragg2014-01-091-24/+24
* atlas: make zero size a programmer errorRobert Bragg2014-01-091-9/+2
* texture: allocate on slicing/hw repeat queriesRobert Bragg2014-01-091-0/+6
* ensure texture allocated in _get_gl_texture() in preparationRobert Bragg2014-01-091-0/+3
* framebuffer: defer calculating level size until allocationRobert Bragg2014-01-094-34/+53
* framebuffer: if size unknown; allocate for size/vp queriesRobert Bragg2014-01-091-0/+32
* offscreen: allocate texture before querying slicingRobert Bragg2014-01-091-3/+5
* framebuffer: make format internalRobert Bragg2014-01-0910-33/+105
* macros: Add 1.18 deprecation macrosRobert Bragg2014-01-091-0/+14
* version: Add COGL_VERSION_1_18 defineRobert Bragg2014-01-091-0/+10