profile/ivi/clutter.git
2010-11-11 Robert Braggpath 2.0: update path API for experimental 2.0 API
2010-11-11 Robert Braggconfig.h: define COGL_ENABLE_EXPERIMENTAL_2_0_API
2010-11-11 Robert Braggcogl: Adds COGL_ENABLE_EXPERIMENTAL_2_0_API define
2010-11-11 Emmanuele Bassibuild: Sanitize the hack for ACLOCAL_FLAGS
2010-11-10 Emmanuele Bassibuild: Hack build/autotools into autoreconf
2010-11-10 Robert Braggcogl-shader: Prepend boilerplate for portable shaders
2010-11-10 Robert Braggtests: test-cogl-shader-arbfp wasn't compiling shader
2010-11-10 Emmanuele Bassibuild: Honour ACLOCAL_FLAGS with autoreconf
2010-11-08 Tomeu VizosoDiscard the current pick buffer...
2010-11-08 Emmanuele Bassireference: Add a Wayland section
2010-11-08 Emmanuele Bassigtk-doc: Add PathConstraint to the Clutter API reference
2010-11-08 Emmanuele Bassigtk-doc: Fixes for the API references
2010-11-08 Emmanuele Bassitimeout-pool: Deprecate the structure too
2010-11-07 Emmanuele Bassipath-constraint: Add a ::node-reached signal
2010-11-07 Emmanuele Bassibuild: Re-instate profile builds
2010-11-06 Emmanuele BassiDeprecate ClutterFrameSource
2010-11-06 Emmanuele BassiDeprecate ClutterTimeoutPool
2010-11-06 Emmanuele BassiRemove a compiler warning
2010-11-06 Maxim ErmilovCoglContext: correct initialization order
2010-11-06 Piotr Drągpo: Update the Polish translation
2010-11-05 Neil RobertsMake test-cogl-npot-texture a bit more extensive
2010-11-05 Neil Robertscogl-texture-2d-sliced: Fix the foreach callback for...
2010-11-05 Neil RobertsReplace the disable-npots tool with a COGL_DEBUG option
2010-11-05 Robert Braggactor: Check "paint" handlers in _get_paint_volume
2010-11-04 Damien Lespiaugitignore: Update the path of generated GLES2 shaders
2010-11-04 Robert Braggmatrix-stack: use GArray instead of GSList for stack
2010-11-04 Robert Braggpipeline: Avoid costly checking of lighting properties
2010-11-04 Robert Braggcogl: add separate material for blended source_colors
2010-11-04 Robert Braggtexture_quad_multiple_primitives: rework wrap mode...
2010-11-04 Robert Bragg_multitexture_quad_single_primitive: avoid wrap overrides
2010-11-04 Neil Robertscogl-path: Don't bother filling the path if less than...
2010-11-04 Neil Robertscogl-journal: Log the clip state in the journal
2010-11-04 Neil Robertscogl-framebuffer: Add a flag to skip flushing the clip...
2010-11-04 Neil Robertscogl: Don't flush the journal when flushing clip state
2010-11-04 Neil Robertscogl-path: Use the vertex array API instead of CoglVert...
2010-11-04 Neil Robertscogl: Move the clip stack dirtiness to the context...
2010-11-04 Neil Robertscogl-clip-stack: Don't allocate a separate struct for...
2010-11-04 Neil Robertscogl: Don't flush the framebuffer state for the interna...
2010-11-04 Neil Robertscogl-buffer: Use void* instead of guint8* for map and...
2010-11-04 Neil RobertsAdd a conformance test for the CoglPrimitive convenienc...
2010-11-04 Neil Robertscogl-primitive: Fix the texture attribute offsets
2010-11-04 Neil Robertscogl-primitive: Fix a typo in new_with_attributes_array
2010-11-04 Neil Robertscogl-primitive: Add the missing cogl_primitive_new_p2...
2010-11-04 Neil Robertscogl-primitive: Fix the ref-counting for the convenienc...
2010-11-04 Robert Braggprimitive: fix prototypes and start adding docs
2010-11-04 Neil Robertscogl-gles2-wrapper: Fix a reference to the old name...
2010-11-03 Robert Bragggles2: disable vbos until while we rework backend
2010-11-03 Robert Braggcogl: rename CoglMaterial -> CoglPipeline
2010-11-03 Robert Braggpango: Use CoglMaterial type for materials
2010-11-03 Robert Braggpango: push/pop source instead of trashing users source
2010-11-03 Robert Braggprimitives: implements cogl_polygon on vertex_attributes
2010-11-03 Robert Braggjournal: port to the vertex_attributes API
2010-11-03 Robert Braggvertex-buffer: use cogl_get_rectangle_indices
2010-11-03 Robert Braggvertex-buffer: port to CoglVertexAttributes + CoglPrimitive
2010-11-03 Robert Braggprimitive: adds immutable ref/unref mechanism
2010-11-03 Robert Braggprimitive: Adds convenience constructors
2010-11-03 Robert Braggcogl: Adds experimental CoglPrimitive API
2010-11-03 Robert Braggcogl: Adds experimental CoglVertexAttribute API
2010-11-03 Robert Braggcogl: Adds experimental CoglIndices API
2010-11-03 Robert Braggcogl: Adds experimental CoglVertexArray type
2010-11-03 Robert Braggcogl: Adds experimental CoglIndexArray type
2010-11-03 Robert Braggbuffer: adds immutable ref/unref mechanism
2010-11-03 Robert Braggbuffer: make _bind() return base pointer
2010-11-03 Robert Braggmaterial: Bail out faster if re-flushing unchanged...
2010-11-03 Robert Braggmaterial-node: track if node owns reference on parent
2010-11-03 Robert Braggcogl-object: correctly free user_data_array in _unref
2010-11-03 Owen W. TaylorDon't leave stale invalidated queued redraws around
2010-11-01 Neil Robertswin32: Fix a couple of build warnings
2010-11-01 Neil Robertsclutter-backend-win32: Use g_object_unref on the stage...
2010-11-01 Damien Lespiauclone: Remove checks in set_source_internal()
2010-11-01 Damien Lespiautexture: Warn when the file loaded from a ClutterScript...
2010-10-28 Neil RobertsMerge cogl-program-{gl,gles}.c into one cogl-program.c
2010-10-27 Neil Robertscogl: Use separate materials for set_source_color and...
2010-10-26 Robert BraggMove IndicesType and VerticesMode typedefs to cogl...
2010-10-26 Robert Braggbuffer: BufferBindTarget + BufferUsageHint enum renaming
2010-10-26 Robert Braggbuffer: warn if (offset + size) > buffer->size
2010-10-26 Robert Braggpixel-array: Remove some benign variables
2010-10-26 Robert Braggpixel-array: Remove flags member and flag macros
2010-10-26 Robert Braggbuffer: Add a store_created bit field member
2010-10-26 Robert Braggbuffer: remove flag macros
2010-10-26 Robert Braggmaterial: Adds _cogl_material_get_layer_texture
2010-10-26 Robert Braggmaterial: add internal layer filter getters
2010-10-26 Robert Braggmaterial: Adds missing get_layer_wrap_mode_xyz prototypes
2010-10-26 Robert Braggvertex-buffer: remove the unstrided CBO type
2010-10-26 Robert Braggmaterial: Adds _cogl_material_pre_paint_for_layer
2010-10-26 Robert Braggcogl: Adds {push,pop,get}_source functions
2010-10-25 Emmanuele BassiMerge branch 'private-cleanup'
2010-10-25 Emmanuele BassiPost-release version bump to 1.5.5
2010-10-25 Emmanuele BassiRelease Clutter 1.5.4
2010-10-25 Chris Lordstate: Correct the documentation
2010-10-25 Chris Lordstate: Fix warping to the current state during transitions
2010-10-25 Chris Lordstate: Handle setting keys for the current target state
2010-10-25 Chris Lordstate: Fix crasher when removing the last key of a...
2010-10-25 Chris Lordstate: Allow setting a NULL state
2010-10-25 Emmanuele BassiUpdate NEWS
2010-10-25 Emmanuele BassiMerge branch 'wip/path-constraint'
2010-10-25 Emmanuele Bassidocs: Add PathConstraint
2010-10-25 Emmanuele Bassitests: Add a PathConstraint interactive test
2010-10-25 Emmanuele BassiAdd ClutterPathConstraint
2010-10-25 Emmanuele Bassiactor-box: Add setters for origin and size
next