summaryrefslogtreecommitdiff
path: root/cogl/cogl-matrix.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-20Registers gtypes for all public objects and structsLionel Landwerlin1-4/+16
2014-02-22This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg1-13/+20
2013-09-23matrix: add missing transfer annotationLionel Landwerlin1-2/+2
2013-08-19Fix the placement of deprecation macrosChun-wei Fan1-2/+2
2013-05-16Include cogl-defines.h before checking COGL_HAS_ defineRobert Bragg1-0/+2
2013-04-24Add compiler deprecation warningsRobert Bragg1-3/+5
2013-01-22doc: Fix argument syntax of existing commment blocksDamien Lespiau1-3/+3
2013-01-22doc: Use Returns: to annotate return valuesDamien Lespiau1-1/+1
2013-01-22matrix-stack: make CoglMatrixStack publicRobert Bragg1-1/+1
2013-01-22Fixes for --disable-glibNeil Roberts1-3/+6
2013-01-18matrix: Add cogl_debug_matrix_print apiRobert Bragg1-0/+11
2012-08-06Add functions to directly transform from a euler or a quaternionNeil Roberts1-0/+30
2012-08-06Add a cogl_matrix_init_from_euler functionNeil Roberts1-0/+11
2012-08-06Make cogl_matrix_init_from_quaternion take a const quaternionNeil Roberts1-3/+1
2012-08-06matrix: Add a init_translation() constructorDamien Lespiau1-0/+24
2012-08-06Switch use of primitive glib types to c99 equivalentsRobert Bragg1-8/+8
2012-02-14Fix some doc issuesJasper St. Pierre1-1/+1
2012-01-16matrix: Remove _EXP symbol mangling and add gtk-docRobert Bragg1-12/+9
2011-12-06docs: updates cogl-matrix.h docs to be consistentRobert Bragg1-22/+27
2011-12-06matrix: Add cogl_matrix_orthographicRobert Bragg1-0/+32
2011-11-16cogl-matrix: Add a public cogl_matrix_transpose()Neil Roberts1-0/+12
2011-08-12matrix: Add cogl_matrix_look_atRobert Bragg1-0/+56
2011-07-04matrix: Adds cogl_matrix_is_identity APIRobert Bragg1-0/+12
2011-06-09Remove G_CONST_RETURNEmmanuele Bassi1-1/+1
2011-05-16Add compile time checks for size of public structsRobert Bragg1-0/+1
2011-05-16math: Adds an experimental quaternion APIRobert Bragg1-2/+19
2011-03-07util: optimize _clutter_util_fully_transform_verticesRobert Bragg1-2/+2
2011-03-07matrix: adds 2d view transform conveniencesRobert Bragg1-0/+80
2011-02-09matrix: note that _matrix_multiply can multiply in-placeRobert Bragg1-1/+4
2010-12-07matrix gtype: registers a boxed type for CoglMatrixRobert Bragg1-0/+16
2010-12-07matrix: Adds matrix_copy and _free functionsRobert Bragg1-0/+27
2010-11-23matrix: Adds experimental cogl_matrix_{transform,project}_pointsRobert Bragg1-0/+123
2010-09-03docs: Fixes for gtk-docEmmanuele Bassi1-4/+4
2010-06-09matrix: add cogl_matrix_equal APIRobert Bragg1-0/+15
2010-04-12cogl: Make private members really hard to accidentally useNeil Roberts1-4/+5
2010-04-12CoglMatrix: Don't make the matrix fields privateNeil Roberts1-2/+2
2010-04-12Fix indentation in CoglMatrixNeil Roberts1-27/+27
2010-03-01Remove mentions of the FSF addressEmmanuele Bassi1-3/+3
2010-02-12cogl: improves header and coding style consistencyRobert Bragg1-49/+61
2010-02-09docs: Fixes for Cogl API referenceEmmanuele Bassi1-1/+2
2009-11-19docs: Documentation fixes for CoglMatrixEmmanuele Bassi1-68/+68
2009-11-04[matrix] Adds cogl_matrix_get_inverse APIRobert Bragg1-0/+21
2009-11-04[cogl-matrix] Import Mesa's matrix manipulation codeRobert Bragg1-3/+3
2009-10-16Intial Re-layout of the Cogl source code and introduction of a Cogl WinsysRobert Bragg1-0/+290