summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix Visual C++ buildChun-wei Fan2012-08-069-21/+74
* quaternion: Fix typo in the init_from_z_rotation documentationDamien Lespiau2012-08-061-1/+1
* doc: Fix a couple of renamed symbolsDamien Lespiau2012-08-061-2/+2
* doc: Remove the inclusion of non-existent cogl-clipping.xmlDamien Lespiau2012-08-061-1/+0
* doc: Hide the private fields of CoglQuaternionDamien Lespiau2012-08-061-0/+1
* doc: Include the documentation for CoglEulerDamien Lespiau2012-08-063-2/+4
* quaternion: Document init_from_quaternion()Damien Lespiau2012-08-062-0/+8
* quaternion: Document init_from_euler()Damien Lespiau2012-08-062-0/+8
* Visual C++ projects UpdateChun-wei Fan2012-08-065-11/+40
* [l10n] Update Japanese translationHajime Taira2012-08-061-176/+171
* matrix: Add a init_translation() constructorDamien Lespiau2012-08-063-0/+59
* Add support for the WebOS version of SDLNeil Roberts2012-08-062-26/+82
* Fixes for building with --disable-glNeil Roberts2012-08-064-8/+13
* Updated Czech translationMarek Černocký2012-08-061-11/+20
* buffer: Use GL_STREAM_DRAW on GLES2Neil Roberts2012-08-061-14/+19
* Updated Greek translationΚωνσταντίνος Χόρτης2012-08-061-162/+182
* [l10n] Updated German translationChristian Kirbach2012-08-061-20/+33
* Don't typedef CoglMemoryStack twiceNeil Roberts2012-08-061-2/+2
* Updated Galician translationsFran Diéguez2012-08-061-1/+1
* Updated Galician translationsFran Diéguez2012-08-061-9/+18
* Updated Hebrew translation.Yaron Shahrabani2012-08-061-108/+123
* Fixes for make distNeil Roberts2012-08-061-1/+1
* Updated Spanish translationDaniel Mustieles2012-08-061-93/+102
* Allow npot Texture2D creation with only basic npot supportRobert Bragg2012-08-064-50/+85
* Add a cogl-version headerNeil Roberts2012-08-0611-22/+288
* journal: avoiding some _cogl_matrix_entry_get()'sRobert Bragg2012-08-061-2/+4
* Re-design the matrix stack using a graph of opsRobert Bragg2012-08-0623-772/+1454
* Adds a "magazine" allocator for chunks of fixed sizeRobert Bragg2012-08-063-0/+162
* Adds internal CoglMemoryStack utility APIRobert Bragg2012-08-063-0/+241
* tests: Adds journal micro benchmarkRobert Bragg2012-08-064-1/+204
* build: Include stdint.hRobert Bragg2012-08-061-0/+1
* configure: Fix the check for _Static_assertNeil Roberts2012-08-061-10/+7
* Replace cogl_path_{stroke,fill} with framebuffer APINeil Roberts2012-08-068-84/+200
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-06252-2048/+2090
* Removes all remaining use of CoglHandleRobert Bragg2012-08-0677-364/+325
* Add _COGL_STATIC_ASSERT macroRobert Bragg2012-08-065-4/+81
* bitmap-pixbuf: Fix the bitmap loader on QuartzNeil Roberts2012-08-061-8/+13
* Add a context member to CoglPathNeil Roberts2012-08-064-13/+16
* Don't include any GL header from the public GL headersNeil Roberts2012-08-0613-15/+75
* Fix cogl.symbolsChun-wei Fan2012-08-061-2/+1
* cogl/Makefile.am: Fix filters for MSVC projectsChun-wei Fan2012-08-061-3/+3
* winsys-glx: Remove unused variableDamien Lespiau2012-08-061-1/+0
* Bump version to 1.11.1Robert Bragg2012-08-061-1/+1
* update Simplified Chinese (zh_CN) translationYinghua Wang2012-04-161-30/+56
* Rework sdl integration apiRobert Bragg2012-04-129-80/+339
* tests: Port test-premultLuca Bruno2012-04-113-158/+120
* kms: defer setting crtc modes until first swap buffersRobert Bragg2012-04-114-49/+104
* kms: Add mirror support and env var configurabilityRobert Bragg2012-04-112-82/+396
* kms: Implement the swap buffers notify featureNeil Roberts2012-04-111-10/+89
* egl-kms: Use drmModePageFlipNeil Roberts2012-04-111-16/+110