summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.2.10 (stable)1.2.10Emmanuele Bassi2010-06-082-2/+24
* Fix variable shadowingEmmanuele Bassi2010-06-081-10/+10
* build: Fix out of tree gtk-doc generationDamien Lespiau2010-06-081-1/+1
* build: Don't distribute clutter-version.h and cogl-defines.hDamien Lespiau2010-06-082-3/+4
* build: Do not distribute clutter-json.hDamien Lespiau2010-06-081-1/+3
* cogl-texture-2d: Regenerate the mipmaps when the texture is modifiedNeil Roberts2010-05-281-0/+2
* eglx: implement cogl_get_proc_address()Brian Tarricone2010-05-191-1/+3
* eglx: Rename EGLNative{Window,Display}Type back to Native{Window,Display}TypeNeil Roberts2010-05-192-3/+3
* clutter-backend-egl: Chain up in dispose before destroying the contextNeil Roberts2010-05-191-2/+6
* clutter-stage-egl.c: Don't call eglWait*()Neil Roberts2010-05-191-2/+0
* fix case when EGL driver doesn't support EGL_NATIVE_VISUAL_IDBrian Tarricone2010-05-191-7/+30
* clutter-backend-egl: Create a dummy X window and EGL surfaceNeil Roberts2010-05-192-4/+78
* update backend to use lazy context/stage creationBrian Tarricone2010-05-194-226/+229
* cogl-material: Set the blend equation even if blend funcs are the sameNeil Roberts2010-05-171-15/+13
* cogl-material: Set blend constant even if alpha and rgb factors are the sameNeil Roberts2010-05-171-4/+22
* cogl-blend-string: Don't split combined blend statements into twoNeil Roberts2010-05-171-11/+5
* cogl-framebuffer: Flush journal when creating fboOwen W. Taylor2010-05-101-2/+5
* Post-release version bump to 1.2.9Emmanuele Bassi2010-05-101-2/+2
* Release Clutter 1.2.81.2.8Emmanuele Bassi2010-05-102-2/+38
* Fix annotation typosEmmanuele Bassi2010-05-091-3/+3
* debug: Use G_UNLIKELY in the testsDamien Lespiau2010-05-052-38/+38
* container: use CLUTTER_IS_ACTOR on correct parameterJussi Kukkonen2010-05-051-1/+1
* Ignore unexpected GLX_BufferSwapCompleteOwen W. Taylor2010-05-051-7/+8
* gles: Fix the functions names for the GL_OES_framebuffer_object extNeil Roberts2010-05-051-4/+1
* Call backend handle_event from clutter_x11_handle_event()Owen W. Taylor2010-05-041-1/+9
* cogl-texture-2d-sliced: Use the converted bitmap when uploadingNeil Roberts2010-04-291-3/+3
* cogl-texture: Don't attempt to use GL to convert formats under GLESNeil Roberts2010-04-291-0/+32
* cogl-material: Fix the check to prevent using too many layersNeil Roberts2010-04-291-5/+4
* cogl-material: Fix the warning for when too many layers are usedNeil Roberts2010-04-291-2/+2
* Fix clutter_event_get_coords() for crossing eventsEmmanuele Bassi2010-04-281-0/+4
* picking: Read the colour value using COGL_PIXEL_FORMAT_RGBA_8888_PRENeil Roberts2010-04-231-3/+9
* cogl_read_pixels: Always use GL_RGBA/GL_UNSIGNED_BYTE under GLESNeil Roberts2010-04-231-9/+58
* cogl-bitmap: Fix converting formats with and without alpha channelsNeil Roberts2010-04-232-3/+15
* cogl-path: Add documentation for the angles of cogl_path_arcNeil Roberts2010-04-231-2/+8
* cogl-path: Document how a shape is filledNeil Roberts2010-04-233-6/+28
* cogl-path: Don't try to union sub pathsNeil Roberts2010-04-231-24/+0
* cogl-clip-stack: Use orientation of the polygon to set clip planesNeil Roberts2010-04-211-19/+24
* Post-release version bump to 1.2.7Emmanuele Bassi2010-04-191-2/+2
* Release 1.2.61.2.6Emmanuele Bassi2010-04-192-2/+35
* x11: Use g_signal_override_class_closure()Emmanuele Bassi2010-04-191-2/+4
* docs: This improves the documentation for cogl_push_framebufferRobert Bragg2010-04-191-10/+75
* tests: Fix test-script.jsonEmmanuele Bassi2010-04-191-1/+1
* clutter-texture: Remove confusing comments about realizationNeil Roberts2010-04-193-40/+44
* docs: Clean up ClutterActor's long descriptionEmmanuele Bassi2010-04-191-91/+119
* text: Check generated size of layouts in cacheRob Bradford2010-04-191-3/+52
* script: Do not allocate memory when not neededEmmanuele Bassi2010-04-191-9/+10
* win32: Use GCLP_* instead of GCL_* when calling GetClassLongPtrFridrich Strba2010-04-191-1/+1
* actor: Do not use G_UNLIKELY in paint()Emmanuele Bassi2010-04-191-12/+12
* glx: handle spurious GLX_BufferSwapComplete events gracefullyRobert Bragg2010-04-191-2/+8
* cogl-atlas-texture: Fix a memory leakNeil Roberts2010-04-131-0/+2