summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* framebuffer: expose experimental cogl_get_draw_framebufferRobert Bragg2011-04-1114-70/+70
* framebuffer: track context as CoglFramebuffer memberRobert Bragg2011-04-111-23/+34
* remove unused _cogl_features_init prototypeRobert Bragg2011-04-111-3/+0
* Remove unused _cogl_swap_buffers_notifyRobert Bragg2011-04-114-22/+0
* cogl: consolidate _create_context_driver + _features_initRobert Bragg2011-04-118-210/+48
* cogl: Adds experimental cogl_context_new() APIRobert Bragg2011-04-116-137/+305
* cogl: rename cogl-context.h cogl-context-private.hRobert Bragg2011-04-1148-50/+50
* cogl-pango-glyph-cache: Fix the flags passed to cogl_atlas_newNeil Roberts2011-04-061-1/+2
* cogl-pipeline: Be careful not to take ownership of root layerNeil Roberts2011-04-051-2/+4
* pipeline: reclaim ownership if reverting to layer ancestorRobert Bragg2011-04-051-1/+2
* offscreen: Plug a leak in an error pathEmmanuele Bassi2011-04-041-1/+6
* Merge remote-tracking branch 'elliot/cookbook-effects-basic'Emmanuele Bassi2011-03-210-0/+0
* cogl: Use GHookList instead of CoglCallbackListNeil Roberts2011-03-148-208/+65
* culling: Don't cull actors not being painted on the stageRobert Bragg2011-03-101-0/+3
* cogl-clip-state: Adapt to experimental cogl2 API.Jasper St. Pierre2011-03-108-53/+186
* cogl-path: Optimise paths that are just a rectangleNeil Roberts2011-03-093-19/+79
* cogl-shader-boilerplate: Specify default precision earlierNeil Roberts2011-03-081-1/+1
* util: optimize _clutter_util_fully_transform_verticesRobert Bragg2011-03-072-9/+9
* matrix: adds 2d view transform conveniencesRobert Bragg2011-03-072-0/+137
* viewport: consistently use floats for viewportsRobert Bragg2011-03-078-44/+39
* util: tune point_in_poly test for polys in screen coordsRobert Bragg2011-03-073-12/+43
* cogl-blit: Disable blending when using texture renderNeil Roberts2011-02-241-0/+6
* Merge remote-tracking branch 'elliot/cookbook-effects-custom-deform'Emmanuele Bassi2011-02-210-0/+0
* cogl: Remove unused variablesEmmanuele Bassi2011-02-191-4/+0
* cogl-atlas-texture: Don't let textures be destroyed during migrationNeil Roberts2011-02-174-27/+120
* cogl-atlas: Fix a compiler warning when Cogl debug is disabledNeil Roberts2011-02-151-5/+4
* cogl-debug: Don't define _cogl_debug_flags when debugging disabledNeil Roberts2011-02-151-4/+0
* cogl: Avoid pointer arithmetic on void* pointersNeil Roberts2011-02-152-4/+4
* Fix ISO C90 compiler warnings in CoglEmmanuele Bassi2011-02-153-28/+57
* cogl-atlas: Try 4 different approaches for migrating texturesNeil Roberts2011-02-156-169/+501
* cogl-texture-2d: Add _cogl_is_texture_2d to the private headerNeil Roberts2011-02-151-0/+3
* cogl-texture-2d: Add an internal wrapper around glCopyTexSubImage2DNeil Roberts2011-02-152-0/+57
* cogl-framebuffer: Add _cogl_blit_framebufferNeil Roberts2011-02-152-0/+99
* cogl-gles: Check for the GL_ANGLE_framebuffer_blit extensionNeil Roberts2011-02-151-0/+18
* cogl-atlas-texture: Make copying a texture out more robustNeil Roberts2011-02-151-8/+15
* cogl-framebuffer: Separate the draw and read bufferNeil Roberts2011-02-1511-112/+255
* Merge remote-tracking branch 'nobled/wayland-fixes2'Emmanuele Bassi2011-02-110-0/+0
|\
* \ Merge remote-tracking branch 'elliot/cookbook-animations-path'Emmanuele Bassi2011-02-110-0/+0
|\ \
* | | cogl-framebuffer: Fix flushing the framebuffer on pushNeil Roberts2011-02-101-5/+10
* | | cogl-framebuffer: Remove all dependencies after a flushNeil Roberts2011-02-101-0/+1
* | | docs: clarify cogl_vertex_buffer_adds docsRobert Bragg2011-02-091-1/+2
* | | matrix: note that _matrix_multiply can multiply in-placeRobert Bragg2011-02-091-1/+4
* | | cogl: Set the layer matrix on the right layer instead of a random oneNeil Roberts2011-02-092-0/+4
|/ /
* | cogl-vertex-buffer: Use a ref count on the pipeline private dataNeil Roberts2011-02-011-6/+27
* | cogl-pipeline: Fix comparing the color in set_layer_combine_constantNeil Roberts2011-02-011-10/+11
* | cogl-matrix: Get rid of the *_packed variantsNeil Roberts2011-02-011-196/+50
* | Merge remote branch 'elliot/cookbook-actors-composite'Emmanuele Bassi2011-01-310-0/+0
* | pipeline: fix for _init_multi_property_sparse_state1.6.0Robert Bragg2011-01-241-13/+14
* | framebuffer: flush journal when switching framebuffersRobert Bragg2011-01-241-4/+22
* | cogl-clip-stack: Fix flushing multiple stencil rectanglesNeil Roberts2011-01-241-8/+8