summaryrefslogtreecommitdiff
path: root/cogl/cogl-attribute.c
Commit message (Expand)AuthorAgeFilesLines
* Registers gtypes for all public objects and structsLionel Landwerlin2014-03-201-0/+2
* This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg2014-02-221-12/+18
* cogl-framebuffer: Don't mark the clear clip dirty from the journalJasper St. Pierre2013-12-041-0/+1
* Add support for per-vertex point sizesNeil Roberts2013-06-071-0/+10
* pipeline: improve real_blend_enable checksRobert Bragg2013-06-061-0/+9
* Rename _cogl_framebuffer_dirty to _cogl_framebuffer_mark_mid_sceneNeil Roberts2013-05-301-1/+1
* attribute: Only unref buffer for buffered attributesRobert Bragg2013-01-221-1/+4
* attribute: Adds support for constant CoglAttributesRobert Bragg2013-01-221-48/+268
* Remove the varying array for tex_coordsRobert Bragg2013-01-221-5/+5
* buffer: splits out GL specific codeRobert Bragg2013-01-221-6/+3
* attribute: Split out GL specific codeRobert Bragg2013-01-221-366/+8
* Re-design the matrix stack using a graph of opsRobert Bragg2012-08-061-1/+4
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-19/+19
* journal: Always keep a pointer back to the framebufferNeil Roberts2012-03-161-1/+1
* cogl-attribute: Fix binding an attribute to cogl_tex_coord_inNeil Roberts2012-02-221-5/+14
* framebuffer: Add cogl_framebuffer draw methodsRobert Bragg2012-02-091-474/+38
* Make _cogl_pipeline_get_layer_texture publicNeil Roberts2012-02-071-1/+1
* attribute: Fix including progend-glsl-private.h on GL2Neil Roberts2011-12-071-1/+7
* attribute: Add a missing 'else'Neil Roberts2011-12-071-0/+1
* rework enabling of attributes, removing _cogl_enable()Robert Bragg2011-12-061-389/+301
* framebuffer: Optimize _cogl_framebuffer_flush_state()Robert Bragg2011-12-061-1/+1
* cogl-bitmask: Add a return value for the foreach callbackNeil Roberts2011-11-161-2/+4
* Start to reduce dependence on glibRobert Bragg2011-11-011-7/+8
* attributes: optimize validation of tex_coord%d_in namesRobert Bragg2011-09-211-1/+4
* attributes: avoid g_strdup in cogl_attribute_newRobert Bragg2011-09-211-7/+41
* Add a strong CoglTexture type to replace CoglHandleRobert Bragg2011-09-211-2/+2
* Make backface culling be part of the legacy stateNeil Roberts2011-09-191-4/+0
* Add internal _cogl_push_source to optionally disable legacy stateNeil Roberts2011-09-191-4/+4
* Dynamically load the GL or GLES libraryNeil Roberts2011-07-111-143/+135
* Use all core GL functions through indirect pointersNeil Roberts2011-07-081-71/+54
* Move all of the GL function pointers directly to CoglContextNeil Roberts2011-07-071-13/+13
* attribute: cleanup some sentinel array left over logicRobert Bragg2011-06-301-5/+3
* Don't pass around NULL terminated CoglAttribute arraysRobert Bragg2011-05-161-62/+74
* Rename CoglIndexArray to CoglIndexBufferRobert Bragg2011-05-161-12/+12
* Rename CoglVertexArray to CoglAttributeBufferRobert Bragg2011-05-161-24/+25
* framebuffer: expose experimental cogl_get_draw_framebufferRobert Bragg2011-04-111-4/+4
* cogl: rename cogl-context.h cogl-context-private.hRobert Bragg2011-04-111-1/+1
* cogl: Avoid pointer arithmetic on void* pointersNeil Roberts2011-02-151-2/+2
* Fix ISO C90 compiler warnings in CoglEmmanuele Bassi2011-02-151-4/+10
* cogl-framebuffer: Separate the draw and read bufferNeil Roberts2011-02-151-3/+5
* cogl-debug: Split the flags to support more than 32Neil Roberts2011-01-241-4/+4
* cogl: rename CoglVertexAttribute CoglAttributeRobert Bragg2011-01-211-0/+1272