summaryrefslogtreecommitdiff
path: root/cogl/cogl-primitive.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-20Registers gtypes for all public objects and structsLionel Landwerlin1-1/+13
2014-02-22This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg1-13/+20
2013-09-23Start clearly separating deprecated codeRobert Bragg1-1/+1
2013-09-23primitive: add missing descriptionLionel Landwerlin1-0/+21
2013-09-23primitive: add scope annotationLionel Landwerlin1-2/+4
2013-09-23primitive: add missing transfer annotationsLionel Landwerlin1-27/+36
2013-07-29Add _primitive_draw to replace _framebuffer_draw_primitiveRobert Bragg1-0/+25
2013-01-22doc: Fix the remaining broken internal cross-referencesDamien Lespiau1-8/+8
2013-01-22doc: Don't use '::' to denote an object propertyDamien Lespiau1-13/+13
2013-01-22doc: Populate cogl-types a bit more and move it to the general sectionDamien Lespiau1-16/+8
2013-01-22doc: Fix various mismatches between arguments and their documentationDamien Lespiau1-3/+3
2013-01-22Fixes for --disable-glibNeil Roberts1-2/+2
2013-01-18Remove all remaining _EXP suffix definesRobert Bragg1-3/+0
2012-08-06Mass rename CLUTTER_COMPILATION to COGL_COMPILATIONTomeu Vizoso1-1/+1
2012-08-06Switch use of primitive glib types to c99 equivalentsRobert Bragg1-6/+6
2012-08-06Removes all remaining use of CoglHandleRobert Bragg1-1/+1
2012-02-20Move all types/prototypes from cogl.h -> cogl[1]-context.hRobert Bragg1-2/+5
2012-02-09buffer: explicitly relate buffers to a contextRobert Bragg1-8/+24
2012-02-09framebuffer: Add cogl_framebuffer draw methodsRobert Bragg1-12/+0
2012-02-07Add cogl_primitive_get_indices()Neil Roberts1-0/+13
2012-02-07Add cogl_primitive_foreach_attribute()Neil Roberts1-0/+35
2012-02-07Add cogl_primitive_copy()Neil Roberts1-0/+15
2011-11-01primitive: Add n_indices arg to _set_indices functionRobert Bragg1-10/+142
2011-05-16Don't pass around NULL terminated CoglAttribute arraysRobert Bragg1-5/+6
2011-05-16Rename CoglVertexArray to CoglAttributeBufferRobert Bragg1-8/+8
2011-01-21cogl: rename CoglVertexAttribute CoglAttributeRobert Bragg1-13/+13
2011-01-21cogl: s/Cogl*Vertex/CoglVertex*/Robert Bragg1-40/+40
2010-11-04cogl-primitive: Add the missing cogl_primitive_new_p2 functionNeil Roberts1-0/+44
2010-11-04primitive: fix prototypes and start adding docsRobert Bragg1-22/+307
2010-11-03primitive: Adds convenience constructorsRobert Bragg1-16/+50
2010-11-03cogl: Adds experimental CoglPrimitive APIRobert Bragg1-0/+311