summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add libvts (Virtual Terminal Session) apiwip/vtsRobert Bragg2013-07-176-0/+2049
* framebuffer: remove attribute drawing apisRobert Bragg2013-07-159-382/+68
* framebuffer: remove _draw_primitive() apiRobert Bragg2013-07-152-32/+0
* Add _primitive_draw to replace _framebuffer_draw_primitiveRobert Bragg2013-07-1531-101/+125
* Remove cogl-auto-texture apisRobert Bragg2013-07-116-592/+76
* remove unused _cogl_texture_2d_sliced_new_from_foreignRobert Bragg2013-07-112-103/+0
* examples: avoid using the auto-texture apisRobert Bragg2013-07-113-15/+13
* tests: stop using cogl-auto-texture apisRobert Bragg2013-07-1120-128/+417
* bitmap: calc rowstride from width * bpp if 0Robert Bragg2013-07-111-0/+4
* gst: don't use cogl_texture_new_with_dataRobert Bragg2013-07-111-36/+95
* remove internal use of cogl_texture_new_with_sizeRobert Bragg2013-07-114-9/+99
* 2d-sliced: add _new_from_file/data/bitmap apisRobert Bragg2013-07-115-37/+289
* texture-2d: Add _new_from_file apiRobert Bragg2013-07-113-0/+53
* Expose CoglAtlasTexture apiRobert Bragg2013-07-118-71/+327
* texture: remove _cogl_texture_prepare_for_uploadRobert Bragg2013-07-1119-318/+345
* 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
* README: misc updatesRobert Bragg2013-07-091-7/+13
* cogl-gst: move initialization code so CoglGstVideoSink can be subclassedLionel Landwerlin2013-07-091-2/+2
* Install conformance testsMatthias Clasen2013-07-093-0/+38
* 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
* gitignore: config.env has changed placeDamien Lespiau2013-07-091-1/+1
* cogl-path: fix compile outside of source treeAndreas Oberritter2013-07-041-6/+1
* 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
* Add support for automake 1.14Yosef Or Boczko2013-07-031-1/+1
* cogl-path: export cogl_framebuffer_push_path_clipAndreas Oberritter2013-07-031-1/+1
* build: Fix make distRico Tzschichholz2013-07-031-2/+1
* 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
* wayland: Always call wl_display_flush before going idleNeil Roberts2013-07-011-18/+44
* poll: Add _cogl_poll_renderer_modify_fdNeil Roberts2013-07-012-0/+24
* poll: Always run the prepare callbacks for all sourcesNeil Roberts2013-07-011-11/+3
* wayland: Disconnect the display when the renderer disconnectsNeil Roberts2013-07-011-1/+11
* Don't create a layer when enabling texture coordinate attributesNeil Roberts2013-07-011-12/+31
* Fix the alpha value in the default texture dataNeil Roberts2013-07-011-1/+1
* renderer: Don't allow the COGL_DRIVER env var to override applicationNeil Roberts2013-06-271-2/+16
* renderer: Only check certain constraints when selecting a driverNeil Roberts2013-06-272-0/+10
* Log a fatal error when an error is propagated to a NULL error argumentNeil Roberts2013-06-271-1/+4
* Fix the check for whether snippets require pipeline to need blendingNeil Roberts2013-06-211-2/+2