summaryrefslogtreecommitdiff
path: root/cogl/cogl-primitive.h
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-13/+20
* primitive: add missing descriptionLionel Landwerlin2013-09-241-0/+21
* primitive: add scope annotationLionel Landwerlin2013-09-241-2/+4
* primitive: add missing transfer annotationsLionel Landwerlin2013-09-241-27/+36
* Add _primitive_draw to replace _framebuffer_draw_primitiveRobert Bragg2013-07-151-0/+25
* Remove cogl-auto-texture apisRobert Bragg2013-07-111-72/+64
* doc: Fix the remaining broken internal cross-referencesDamien Lespiau2012-12-311-8/+8
* doc: Don't use '::' to denote an object propertyDamien Lespiau2012-12-311-13/+13
* doc: Populate cogl-types a bit more and move it to the general sectionDamien Lespiau2012-12-311-16/+8
* doc: Fix various mismatches between arguments and their documentationDamien Lespiau2012-12-311-3/+3
* Fixes for --disable-glibNeil Roberts2012-11-261-2/+2
* Remove all remaining _EXP suffix definesRobert Bragg2012-09-071-3/+0
* Mass rename CLUTTER_COMPILATION to COGL_COMPILATIONTomeu Vizoso2012-06-201-1/+1
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-6/+6
* Removes all remaining use of CoglHandleRobert Bragg2012-04-181-1/+1
* Remove deprecated cogl_vertex_buffer apiRobert Bragg2012-04-161-1/+1
* Move all types/prototypes from cogl.h -> cogl[1]-context.hRobert Bragg2012-02-201-2/+5
* buffer: explicitly relate buffers to a contextRobert Bragg2012-02-091-8/+24
* framebuffer: Add cogl_framebuffer draw methodsRobert Bragg2012-02-091-12/+0
* Add cogl_primitive_get_indices()Neil Roberts2012-02-071-0/+13
* Add cogl_primitive_foreach_attribute()Neil Roberts2012-02-071-0/+35
* Add cogl_primitive_copy()Neil Roberts2012-02-071-0/+15
* primitive: Add n_indices arg to _set_indices functionRobert Bragg2011-11-011-10/+142
* Don't pass around NULL terminated CoglAttribute arraysRobert Bragg2011-05-161-5/+6
* Rename CoglVertexArray to CoglAttributeBufferRobert Bragg2011-05-161-8/+8
* cogl: rename CoglVertexAttribute CoglAttributeRobert Bragg2011-01-211-13/+13
* cogl: s/Cogl*Vertex/CoglVertex*/Robert Bragg2011-01-211-40/+40
* cogl-primitive: Add the missing cogl_primitive_new_p2 functionNeil Roberts2010-11-041-0/+44
* primitive: fix prototypes and start adding docsRobert Bragg2010-11-041-22/+307
* primitive: Adds convenience constructorsRobert Bragg2010-11-031-16/+50
* cogl: Adds experimental CoglPrimitive APIRobert Bragg2010-11-031-0/+311