summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of the foreign shell and compositor APIsNeil Roberts2013-07-094-164/+6
* Implicitly allocate on cogl_wayland_onscreen_get_(shell_)?surfaceNeil Roberts2013-07-091-20/+16
* Allow cogl_wayland_onscreen_get_surface to be used non-foreignlyNeil Roberts2013-07-091-1/+1
* cogl-gst: protect public API using type checksLionel Landwerlin2013-07-091-5/+32
* cogland: Use wl_resource_get_user_data instead of resource->dataNeil Roberts2013-07-041-11/+13
* Fix the GBM_MICRO macroNeil Roberts2013-07-041-1/+1
* Add -I$(top_builddir) to the cogl-gst doc include flagsNeil Roberts2013-07-041-1/+1
* Remove cogl-swap-chain.xml from cogl2-docs.xmlNeil Roberts2013-07-041-1/+0
* Add test-unit.h to test-fixtures/Makefile.amNeil Roberts2013-07-041-0/+1
* Don't include cogl/cogl.h from test-utils.hNeil Roberts2013-07-044-6/+7
* Include endian.h before checking __FLOAT_WORD_ORDERNeil Roberts2013-07-042-1/+12
* Fix the check for whether to use inline ARM assemblerNeil Roberts2013-07-041-1/+1
* Don't enable deprecation warnings for internal API when building CoglNeil Roberts2013-07-042-2/+3
* Add support for automake 1.14Yosef Or Boczko2013-07-031-1/+1
* build: Fix doc build and make distRico Tzschichholz2013-07-022-3/+2
* Set the minimum required wayland-server version to 1.1.90Neil Roberts2013-07-011-2/+4
* cogland: Use wl_client_add_object instead of wl_client_add_resourceNeil Roberts2013-07-011-56/+68
* wayland-server: Update because wl_shm_buffer is no longer a wl_bufferNeil Roberts2013-07-013-146/+230