summaryrefslogtreecommitdiff
path: root/cogl/cogl-matrix.h
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-13/+20
* matrix: add missing transfer annotationLionel Landwerlin2013-10-141-2/+2
* Include cogl-defines.h before checking COGL_HAS_ defineRobert Bragg2013-05-141-0/+2
* doc: Fix argument syntax of existing commment blocksDamien Lespiau2012-12-311-3/+3
* matrix: Remove deprecated cogl_matrix_ortho()Damien Lespiau2012-12-301-27/+0
* doc: Use Returns: to annotate return valuesDamien Lespiau2012-12-291-1/+1
* matrix-stack: make CoglMatrixStack publicRobert Bragg2012-12-051-1/+1
* Fixes for --disable-glibNeil Roberts2012-11-261-3/+6
* matrix: Add cogl_debug_matrix_print apiRobert Bragg2012-09-101-0/+11
* Remove all experimental API guardsRobert Bragg2012-08-301-14/+0
* Don't cache inverse within CoglMatrixRobert Bragg2012-08-301-8/+3
* Add functions to directly transform from a euler or a quaternionNeil Roberts2012-05-181-0/+30
* Add a cogl_matrix_init_from_euler functionNeil Roberts2012-05-181-0/+11
* Make cogl_matrix_init_from_quaternion take a const quaternionNeil Roberts2012-05-181-3/+1
* matrix: Add a init_translation() constructorDamien Lespiau2012-05-101-0/+24
* Fix the prototypes for cogl_gtype_ functionsRobert Bragg2012-04-191-2/+2
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-8/+8
* Fix some doc issuesJasper St. Pierre2012-02-141-1/+1
* matrix: Remove _EXP symbol mangling and add gtk-docRobert Bragg2012-01-161-12/+9
* docs: updates cogl-matrix.h docs to be consistentRobert Bragg2011-12-061-22/+27
* matrix: Add cogl_matrix_orthographicRobert Bragg2011-12-061-0/+32
* cogl-matrix: Add a public cogl_matrix_transpose()Neil Roberts2011-11-161-0/+12
* matrix: Add cogl_matrix_look_atRobert Bragg2011-08-121-0/+56
* matrix: Adds cogl_matrix_is_identity APIRobert Bragg2011-07-041-0/+12
* Remove G_CONST_RETURNEmmanuele Bassi2011-06-091-1/+1
* Add compile time checks for size of public structsRobert Bragg2011-05-161-0/+1
* math: Adds an experimental quaternion APIRobert Bragg2011-05-161-2/+19
* util: optimize _clutter_util_fully_transform_verticesRobert Bragg2011-03-071-2/+2
* matrix: adds 2d view transform conveniencesRobert Bragg2011-03-071-0/+80
* matrix: note that _matrix_multiply can multiply in-placeRobert Bragg2011-02-091-1/+4
* matrix gtype: registers a boxed type for CoglMatrixRobert Bragg2010-12-071-0/+16
* matrix: Adds matrix_copy and _free functionsRobert Bragg2010-12-071-0/+27
* matrix: Adds experimental cogl_matrix_{transform,project}_pointsRobert Bragg2010-11-231-0/+123
* docs: Fixes for gtk-docEmmanuele Bassi2010-09-031-4/+4
* matrix: add cogl_matrix_equal APIRobert Bragg2010-06-091-0/+15
* cogl: Make private members really hard to accidentally useNeil Roberts2010-04-121-4/+5
* CoglMatrix: Don't make the matrix fields privateNeil Roberts2010-04-121-2/+2
* Fix indentation in CoglMatrixNeil Roberts2010-04-121-27/+27
* Remove mentions of the FSF addressEmmanuele Bassi2010-03-011-3/+3
* cogl: improves header and coding style consistencyRobert Bragg2010-02-121-49/+61
* docs: Fixes for Cogl API referenceEmmanuele Bassi2010-02-091-1/+2
* docs: Documentation fixes for CoglMatrixEmmanuele Bassi2009-11-191-68/+68
* [matrix] Adds cogl_matrix_get_inverse APIRobert Bragg2009-11-041-0/+21
* [cogl-matrix] Import Mesa's matrix manipulation codeRobert Bragg2009-11-041-3/+3
* Intial Re-layout of the Cogl source code and introduction of a Cogl WinsysRobert Bragg2009-10-161-0/+290