summaryrefslogtreecommitdiff
path: root/cogl/cogl-matrix-stack.c
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-12/+18
* Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts2013-11-281-2/+2
* generalize driver description and selectionRobert Bragg2013-06-121-2/+2
* Remove cogl-internal.hRobert Bragg2013-01-021-1/+1
* matrix-stack: make CoglMatrixStack publicRobert Bragg2012-12-051-110/+114
* matrix-stack: only maintain composite_gets in debug buildsRobert Bragg2012-12-041-1/+7
* matrix-stack: getting parent ptr before freeingRobert Bragg2012-12-041-1/+5
* matrix-stack: init cache->flippedRobert Bragg2012-11-261-0/+1
* Add a GL 3 driverNeil Roberts2012-10-011-4/+2
* Don't cache inverse within CoglMatrixRobert Bragg2012-08-301-3/+2
* matrix-stack: Prune stack entries when loading a replacement matrixNeil Roberts2012-05-181-16/+50
* Add functions to directly transform from a euler or a quaternionNeil Roberts2012-05-181-0/+103
* matrix-stack: Fix the _cogl_matrix_entry_equal functionNeil Roberts2012-05-181-0/+4
* Re-design the matrix stack using a graph of opsRobert Bragg2012-04-241-315/+805
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-13/+13
* cogl-matrix-stack: fix use after free in matrix stack.Dave Airlie2012-03-131-2/+5
* Don't use cogl_get_draw_framebuffer when flushing pipeline stateNeil Roberts2012-03-051-1/+1
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-1/+1
* Flush matrices in the progend and flip with a vectorNeil Roberts2011-12-061-97/+138
* cogl-matrix-stack: remove flush avoidance checksRobert Bragg2011-12-061-56/+2
* matrix-stack: Avoid referencing the default CoglContextRobert Bragg2011-12-061-35/+31
* cogl-matrix-stack: Adds _cogl_matrix_stack_equalRobert Bragg2011-12-061-0/+16
* Dynamically load the GL or GLES libraryNeil Roberts2011-07-111-52/+54
* Use all core GL functions through indirect pointersNeil Roberts2011-07-081-3/+5
* framebuffer: expose experimental cogl_get_draw_framebufferRobert Bragg2011-04-111-1/+1
* cogl: rename cogl-context.h cogl-context-private.hRobert Bragg2011-04-111-1/+1
* cogl-framebuffer: Separate the draw and read bufferNeil Roberts2011-02-151-1/+1
* cogl: upload matrices with uniforms on GLES2Neil Roberts2010-12-131-29/+98
* cogl-matrix-stack: Add _cogl_matrix_stack_has_identity_flagNeil Roberts2010-12-131-0/+6
* cogl-matrix-stack: Convert to be a CoglObjectNeil Roberts2010-12-131-3/+10
* matrix-stack: Make header style consistentRobert Bragg2010-12-131-1/+1
* matrix-stack: Adds a stack age counterRobert Bragg2010-12-131-0/+18
* matrix-stack: use GArray instead of GSList for stackRobert Bragg2010-11-041-38/+17
* Remove mentions of the FSF addressEmmanuele Bassi2010-03-011-3/+3
* Fix some compiler warningsEmmanuele Bassi2010-02-091-1/+5
* cogl: deprecate cogl_draw_buffer API and replace with a cogl_framebuffer APIRobert Bragg2009-11-261-3/+3
* [matrix] Adds cogl_matrix_get_inverse APIRobert Bragg2009-11-041-0/+11
* [cogl] Make sure we draw upside down to offscreen draw buffersRobert Bragg2009-11-041-10/+26
* [matrix-stack] Adds ctx->flushed_matrix_mode to cache the gl matrix modeRobert Bragg2009-10-201-12/+18
* matrix-stack: more optimization for load_identity caseRobert Bragg2009-10-201-11/+71
* [matrix-stack] avoid redundant clearing of matrix when using load_identityRobert Bragg2009-10-201-28/+26
* [current-matrix] Adds texture matrix stacks + removes GL matrix API usageRobert Bragg2009-10-201-1/+14
* Intial Re-layout of the Cogl source code and introduction of a Cogl WinsysRobert Bragg2009-10-161-0/+363