summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* doc: Fix small typo of sequenceDamien Lespiau2013-01-211-1/+1
* doc: Update the section name and description of CoglIndicesDamien Lespiau2013-01-211-3/+2
* doc: Remove the last reference to VertexArraysDamien Lespiau2013-01-211-7/+0
* doc: s/Fuction/Function/Damien Lespiau2013-01-213-3/+3
* doc: Fix argument syntax of existing commment blocksDamien Lespiau2013-01-214-15/+15
* doc: Expose CoglBitmapDamien Lespiau2013-01-212-0/+28
* doc: Fix a typo in the description of cogl-bitmapDamien Lespiau2013-01-211-1/+1
* doc: Expose the Cogl GLES 2.0 facilities in the documentationDamien Lespiau2013-01-213-0/+25
* doc: Automatically build the list of *-private.h filesDamien Lespiau2013-01-211-43/+5
* doc: Add missing symbol in cogl_framebuffer_get_context() documentationDamien Lespiau2013-01-211-0/+1
* doc: Add all the objects with a role leading to context creationDamien Lespiau2013-01-211-0/+4
* doc: Re-organise the first few sectionsDamien Lespiau2013-01-211-3/+10
* doc: Move the main loop integration in the integration sectionDamien Lespiau2013-01-211-1/+1
* doc: Use Returns: to annotate return valuesDamien Lespiau2013-01-212-2/+2
* build: Use -Wundef when possibleDamien Lespiau2013-01-211-1/+1
* build: Exclude COGL_DEFINES and COGL_GL_HEADER_INCLUDES from MakefilesDamien Lespiau2013-01-211-1/+2
* Don't use #if with defines that are either defined or notDamien Lespiau2013-01-213-4/+4
* sdl: Bind the default window when currently bound window is destroyedNeil Roberts2013-01-211-1/+12
* matrix-stack: make CoglMatrixStack publicRobert Bragg2013-01-2118-423/+966
* matrix-stack: only maintain composite_gets in debug buildsRobert Bragg2013-01-212-1/+9
* matrix-stack: move pointer to top of CoglMatrixEntryRobert Bragg2013-01-211-1/+1
* matrix-stack: getting parent ptr before freeingRobert Bragg2013-01-211-1/+5
* journal: don't call cogl_attribute_buffer_new with NULLRobert Bragg2013-01-211-1/+1
* x11: Replace all internal usage of cogl_xlib_get_display()Damien Lespiau2013-01-212-9/+19
* Fix handling of binding errors when uploading a full textureNeil Roberts2013-01-214-9/+29
* Simplify test-pixel-bufferNeil Roberts2013-01-212-205/+205
* tests: port test-texture-get-set-data to be standaloneRobert Bragg2013-01-213-46/+21
* texture: expose mipmap level in set region apisRobert Bragg2013-01-2124-208/+529
* atlas-texture: remove some use of _COGL_GET_CONTEXTRobert Bragg2013-01-215-93/+105
* cogl-pango: Updates to no longer require a default contextRobert Bragg2013-01-218-298/+551
* glx: avoid use of _COGL_GET_CONTEXT()Robert Bragg2013-01-211-26/+13
* framebuffer: remove use of _COGL_GET_CONTEXTRobert Bragg2013-01-211-2/+1
* journal: don't reference global contextRobert Bragg2013-01-211-28/+19
* error: Don't allocate a new CoglError when propagatingNeil Roberts2013-01-212-3/+16
* Fix spelling of _cogl_propagate_errorNeil Roberts2013-01-219-13/+13
* blit: avoid referring to framebuffer stackRobert Bragg2013-01-217-94/+97
* moves some gl texture code too cogl-texture-gl.cRobert Bragg2013-01-2114-88/+160
* matrix-stack: init cache->flippedRobert Bragg2013-01-211-0/+1
* bitmap: ret CoglError from _new_with_malloc_bufferRobert Bragg2013-01-217-14/+64
* texture: split out high-level texture constructorsRobert Bragg2013-01-219-336/+400
* atlas: catch _create_texture errorsRobert Bragg2013-01-211-2/+6
* Allow propogation of OOM errors to appsRobert Bragg2013-01-2145-970/+1921
* attribute: Only unref buffer for buffered attributesRobert Bragg2013-01-211-1/+4
* attribute: Adds support for constant CoglAttributesRobert Bragg2013-01-215-142/+790
* progend-glsl: dirty prog for vertex state changesRobert Bragg2013-01-211-8/+9
* Adds back tex_coord array for CoglShader compatibilityRobert Bragg2013-01-2112-172/+232
* Remove the varying array for tex_coordsRobert Bragg2013-01-2020-215/+193
* sync cogl-blit and cogl-texture with masterRobert Bragg2013-01-203-48/+53
* Check for out-of-memory when allocating 3d texturesRobert Bragg2013-01-201-9/+21
* Add a conformance test using alpha texturesNeil Roberts2013-01-203-0/+126