summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* cogl-gst: video-sink: fix YV12/I420 supportRobert Bragg2014-01-011-3/+3
* cogl-path: Export cogl_clip_push_from_pathColin Walters2013-12-111-1/+1
* Build and install cogl-path as a shared libraryRobert Bragg2013-12-119-19/+62
* Make cogl-sdl.h a top-level headerRobert Bragg2013-12-114-7/+32
* cogl-gst: video-sink: fix ayuv pipeline setupLionel Landwerlin2013-12-111-2/+2
* cogl-gst: video-sink: fix YV12/I420 supportLionel Landwerlin2013-12-111-4/+49
* cogl-framebuffer: Don't mark the clear clip dirty from the journalJasper St. Pierre2013-12-043-1/+11
* Revert "Revert "Remove the framebuffer's stack of clip stacks""Neil Roberts2013-12-0411-446/+288
* Fix calculating the bounds when clipping from a primitiveNeil Roberts2013-12-032-2/+2
* Add a test for cogl_framebuffer_push_path_clipNeil Roberts2013-12-033-1/+72
* Revert "Remove the framebuffer's stack of clip stacks"Jasper St. Pierre2013-12-0211-288/+446
* Remove cogl2-compatibility.cNeil Roberts2013-12-022-144/+0
* Remove the framebuffer's stack of clip stacksNeil Roberts2013-11-2911-446/+288
* Update .gitignoreNeil Roberts2013-11-291-0/+3
* wayland: Add a convenience function to update a region from SHM bufferNeil Roberts2013-11-283-61/+123
* Revert "cogl-texture-2d: Add update_area equivalent for Wayland"Neil Roberts2013-11-282-70/+25
* Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts2013-11-2845-222/+287
* build: fix building introspection dataRobert Bragg2013-11-288-1/+142
* configure: improve the error message if gbm missingRobert Bragg2013-11-271-1/+1
* Declare interface types as void and remove cast macrosRobert Bragg2013-11-2762-156/+340