summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.15.6 (snapshot)1.15.6Robert Bragg2013-08-201-4/+4
* Updates NEWS for the 1.15.6 releaseRobert Bragg2013-08-201-1/+41
* framebuffer: restore api to maintain ABI for releaseRobert Bragg2013-08-202-0/+339
* Fix the placement of deprecation macrosChun-wei Fan2013-08-1915-325/+354
* Update the cogl.symbols fileFan Chun-wei2013-08-191-9/+28
* cogl-gpu-info.c: Avoid using named initializersChun-wei Fan2013-08-191-3/+4
* cogl-texture-gl.c: Don't include strings.h unconditionallyChun-wei Fan2013-08-191-0/+2
* MSVC builds: Update pre-defined cogl-define.hChun-wei Fan2013-08-192-0/+2
* cogl-gst: emit ready signal on sink only after the first frame is uploadedLionel Landwerlin2013-08-191-6/+10
* Fix the documented default value for --enable-cogl-pathNeil Roberts2013-08-191-1/+1
* Fix the help string for --enable-standaloneNeil Roberts2013-08-191-1/+1
* gl: bind position attribute to location 0Robert Bragg2013-08-192-19/+33
* offscreen: rename _new_to_texture to _new_with_textureRobert Bragg2013-08-1920-38/+85
* offscreen: Allocate the framebuffer in cogl_offscreen_new_to_texture_fullAdel Gadllah2013-08-191-0/+8
* cogl-path: Fix the uninitialised path->fill_primitiveNeil Roberts2013-08-191-0/+1
* Separate out CoglPath api into sub-libraryRobert Bragg2013-08-1961-708/+735
* egl-kms: set the EGL_PLATFORM explicitlyGiovanni Campagna2013-08-131-0/+6
* Post-release version bump to 1.15.5Neil Roberts2013-07-301-2/+2
* Release 1.15.4 (snapshot)1.15.4Neil Roberts2013-07-301-3/+3
* Updates NEWS for the 1.15.4 releaseNeil Roberts2013-07-301-0/+29
* framebuffer: remove attribute drawing apisRobert Bragg2013-07-3010-402/+78
* Add _primitive_draw to replace _framebuffer_draw_primitiveRobert Bragg2013-07-2930-100/+133
* examples: avoid using the auto-texture apisRobert Bragg2013-07-293-12/+13
* tests: stop using cogl-auto-texture apisRobert Bragg2013-07-2919-100/+415
* bitmap: calc rowstride from width * bpp if 0Robert Bragg2013-07-291-0/+4
* gst: don't use cogl_texture_new_with_dataRobert Bragg2013-07-291-33/+95
* remove internal use of cogl_texture_new_with_sizeRobert Bragg2013-07-294-8/+99
* 2d-sliced: add _new_from_file/data/bitmap apisRobert Bragg2013-07-295-36/+289
* texture-2d: Add _new_from_file apiRobert Bragg2013-07-293-0/+53
* Expose CoglAtlasTexture apiRobert Bragg2013-07-298-71/+327
* texture: remove _cogl_texture_prepare_for_uploadRobert Bragg2013-07-2918-321/+344
* context: Don't forget to unref() the renderer if we create it ourselvesDamien Lespiau2013-07-291-0/+1
* cogl-gst: adds _sink_is_ready() apiRobert Bragg2013-07-253-0/+27
* Update Visual Studio Property SheetsChun-wei Fan2013-07-252-0/+6
* Visual Studio Builds: Update Conformance Test ProjectsChun-wei Fan2013-07-253-0/+11
* pipeline: Initialize unknown_color_alpha on copyDamien Lespiau2013-07-191-0/+1
* gpu-info: consider "(Core Profile)" GL version annotationRobert Bragg2013-07-191-2/+24
* Initialise dirty_real_blend_enable in _cogl_pipeline_copyNeil Roberts2013-07-111-0/+1
* wayland: Send COGL_FRAME_EVENT_SYNC based on the frame callbackNeil Roberts2013-07-113-1/+85
* wayland: Remove the Wayland socket FD if there are any errorsNeil Roberts2013-07-112-20/+69
* Post-release version bump to 1.15.3Robert Bragg2013-07-101-2/+2
* Release 1.15.2 (snapshot)1.15.2Robert Bragg2013-07-101-5/+5
* Updates NEWS for the 1.15.2 releaseRobert Bragg2013-07-101-0/+58
* release: update documentation links for release notesRobert Bragg2013-07-091-3/+2
* README: misc updatesRobert Bragg2013-07-091-6/+10
* Install conformance testsMatthias Clasen2013-07-093-0/+38
* tests: Add a test for the RGB <-> HSL functionsDamien Lespiau2013-07-093-0/+47
* color: Add HSL conversion functionsDamien Lespiau2013-07-094-0/+171
* cogl-gst: move initialization code so CoglGstVideoSink can be subclassedLionel Landwerlin2013-07-091-2/+2
* wayland: Add API to prevent Cogl from dispatching the wayland displayNeil Roberts2013-07-095-7/+48