summaryrefslogtreecommitdiff
path: root/cogl/cogl-primitive.c
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-12/+18
* Add _primitive_draw to replace _framebuffer_draw_primitiveRobert Bragg2013-07-151-0/+36
* primitive: Don't leak indicesRobert Bragg2012-08-301-0/+3
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-1/+1
* buffer: explicitly relate buffers to a contextRobert Bragg2012-02-091-16/+26
* framebuffer: Add cogl_framebuffer draw methodsRobert Bragg2012-02-091-28/+0
* Add cogl_primitive_get_indices()Neil Roberts2012-02-071-0/+6
* Add cogl_primitive_foreach_attribute()Neil Roberts2012-02-071-0/+12
* Add cogl_primitive_copy()Neil Roberts2012-02-071-0/+16
* primitive: Add n_indices arg to _set_indices functionRobert Bragg2011-11-011-1/+3
* Start to reduce dependence on glibRobert Bragg2011-11-011-13/+14
* primitive: Adds _cogl_primitive_draw api taking flagsRobert Bragg2011-11-011-13/+22
* primitive: micro optimize primitive allocationsRobert Bragg2011-09-211-46/+58
* 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