summaryrefslogtreecommitdiff
path: root/clutter
Commit message (Expand)AuthorAgeFilesLines
* cogl-shader: Prepend boilerplate for portable shadersRobert Bragg2010-11-1020-134/+501
* Discard the current pick buffer...Tomeu Vizoso2010-11-083-11/+22
* gtk-doc: Fixes for the API referencesEmmanuele Bassi2010-11-083-2/+4
* timeout-pool: Deprecate the structure tooEmmanuele Bassi2010-11-082-3/+5
* path-constraint: Add a ::node-reached signalEmmanuele Bassi2010-11-072-0/+44
* build: Re-instate profile buildsEmmanuele Bassi2010-11-071-0/+2
* Deprecate ClutterFrameSourceEmmanuele Bassi2010-11-065-95/+115
* Deprecate ClutterTimeoutPoolEmmanuele Bassi2010-11-062-0/+12
* Remove a compiler warningEmmanuele Bassi2010-11-061-1/+2
* CoglContext: correct initialization orderMaxim Ermilov2010-11-061-2/+2
* cogl-texture-2d-sliced: Fix the foreach callback for waste texturesNeil Roberts2010-11-051-30/+26
* Replace the disable-npots tool with a COGL_DEBUG optionNeil Roberts2010-11-054-2/+16
* actor: Check "paint" handlers in _get_paint_volumeRobert Bragg2010-11-051-41/+37
* matrix-stack: use GArray instead of GSList for stackRobert Bragg2010-11-041-38/+17
* pipeline: Avoid costly checking of lighting propertiesRobert Bragg2010-11-041-18/+24
* cogl: add separate material for blended source_colorsRobert Bragg2010-11-043-12/+25
* texture_quad_multiple_primitives: rework wrap mode overridesRobert Bragg2010-11-041-29/+55
* _multitexture_quad_single_primitive: avoid wrap overridesRobert Bragg2010-11-041-114/+151
* cogl-path: Don't bother filling the path if less than 3 nodesNeil Roberts2010-11-041-2/+2
* cogl-journal: Log the clip state in the journalNeil Roberts2010-11-043-49/+83
* cogl-framebuffer: Add a flag to skip flushing the clip stateNeil Roberts2010-11-042-1/+5
* cogl: Don't flush the journal when flushing clip stateNeil Roberts2010-11-048-74/+203
* cogl-path: Use the vertex array API instead of CoglVertexBufferNeil Roberts2010-11-042-47/+60
* cogl: Move the clip stack dirtiness to the context rather than the FBNeil Roberts2010-11-048-59/+76
* cogl-clip-stack: Don't allocate a separate struct for CoglClipStackNeil Roberts2010-11-044-190/+116
* cogl: Don't flush the framebuffer state for the internal drawNeil Roberts2010-11-041-10/+19
* cogl-buffer: Use void* instead of guint8* for map and set_dataNeil Roberts2010-11-046-22/+22
* cogl-primitive: Fix the texture attribute offsetsNeil Roberts2010-11-041-4/+4
* cogl-primitive: Fix a typo in new_with_attributes_arrayNeil Roberts2010-11-041-1/+1
* cogl-primitive: Add the missing cogl_primitive_new_p2 functionNeil Roberts2010-11-042-0/+71
* cogl-primitive: Fix the ref-counting for the convenience constuctorsNeil Roberts2010-11-041-34/+55
* primitive: fix prototypes and start adding docsRobert Bragg2010-11-041-22/+307
* cogl-gles2-wrapper: Fix a reference to the old name for CoglPipelineNeil Roberts2010-11-041-1/+1
* gles2: disable vbos until while we rework backendRobert Bragg2010-11-031-0/+5
* cogl: rename CoglMaterial -> CoglPipelineRobert Bragg2010-11-0345-3554/+5305
* pango: Use CoglMaterial type for materialsRobert Bragg2010-11-033-7/+7
* pango: push/pop source instead of trashing users sourceRobert Bragg2010-11-031-31/+45
* primitives: implements cogl_polygon on vertex_attributesRobert Bragg2010-11-033-420/+167
* journal: port to the vertex_attributes APIRobert Bragg2010-11-033-122/+145
* vertex-buffer: use cogl_get_rectangle_indicesRobert Bragg2010-11-033-80/+36
* vertex-buffer: port to CoglVertexAttributes + CoglPrimitiveRobert Bragg2010-11-032-811/+371
* primitive: adds immutable ref/unref mechanismRobert Bragg2010-11-032-0/+85
* primitive: Adds convenience constructorsRobert Bragg2010-11-032-16/+296
* cogl: Adds experimental CoglPrimitive APIRobert Bragg2010-11-035-0/+584
* cogl: Adds experimental CoglVertexAttribute APIRobert Bragg2010-11-035-0/+1171
* cogl: Adds experimental CoglIndices APIRobert Bragg2010-11-037-0/+416
* cogl: Adds experimental CoglVertexArray typeRobert Bragg2010-11-035-0/+190
* cogl: Adds experimental CoglIndexArray typeRobert Bragg2010-11-035-0/+253
* buffer: adds immutable ref/unref mechanismRobert Bragg2010-11-032-2/+48
* buffer: make _bind() return base pointerRobert Bragg2010-11-033-28/+19