summaryrefslogtreecommitdiff
path: root/cogl/cogl-primitive.c
Commit message (Expand)AuthorAgeFilesLines
* cogl-primitive: Fix some broken changes for removal of NULL terminatorNeil Roberts2011-05-161-4/+3
* Don't pass around NULL terminated CoglAttribute arraysRobert Bragg2011-05-161-56/+62
* Rename CoglVertexArray to CoglAttributeBufferRobert Bragg2011-05-161-40/+40
* cogl: rename CoglVertexAttribute CoglAttributeRobert Bragg2011-01-211-163/+146
* cogl: s/Cogl*Vertex/CoglVertex*/Robert Bragg2011-01-211-48/+48
* vertex-array: Adds data arg for _vertex_array_new()Robert Bragg2010-11-191-32/+8
* cogl-buffer: Use void* instead of guint8* for map and set_dataNeil Roberts2010-11-041-8/+8
* 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-041-0/+27
* cogl-primitive: Fix the ref-counting for the convenience constuctorsNeil Roberts2010-11-041-34/+55
* primitive: adds immutable ref/unref mechanismRobert Bragg2010-11-031-0/+77
* primitive: Adds convenience constructorsRobert Bragg2010-11-031-0/+246
* cogl: Adds experimental CoglPrimitive APIRobert Bragg2010-11-031-0/+223