summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tightly integrate ulib (was eglib)wip/ulibRobert Bragg2014-03-10316-7331/+7305
* eglib: simplify compiler checksRobert Bragg2014-03-054-184/+75
* eglib: remove unused gpattern and gmarkup apisRobert Bragg2014-03-057-1009/+3
* eglib: remove some redundant filesRobert Bragg2014-03-0517-2653/+5
* Add deps/eglib library from the mono projectRobert Bragg2014-03-05193-38604/+23443
* standalone: Fix building standaloneRobert Bragg2014-02-203-12/+8
* gmacros: Use _Static_assert for G_STATIC_ASSERTRobert Bragg2014-02-201-3/+6
* stb_image: upgrade to version 1.33Robert Bragg2014-02-201-1291/+2076
* Fix _COGL_RETURN_VAL_IF_FAIL return type warningRobert Bragg2014-02-201-1/+1
* cogl-gst: allocate textures synchronouslyRobert Bragg2014-02-201-1/+3
* 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
* ensure texture allocated in _get_gl_texture() in preparationRobert Bragg2014-01-011-0/+3
* framebuffer: defer calculating level size until allocationRobert Bragg2014-01-014-34/+53
* framebuffer: if size unknown; allocate for size/vp queriesRobert Bragg2014-01-011-0/+32
* offscreen: allocate texture before querying slicingRobert Bragg2014-01-011-3/+5
* framebuffer: make format internalRobert Bragg2014-01-015-17/+11
* cogl-gst: video-sink: fix YV12/I420 supportRobert Bragg2014-01-011-3/+3
* 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
* 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/+71