summaryrefslogtreecommitdiff
path: root/cogl/cogl-matrix-stack.c
Commit message (Expand)AuthorAgeFilesLines
* 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