summaryrefslogtreecommitdiff
path: root/cogl/cogl-primitives.c
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-11/+18
* Remove cogl-internal.hRobert Bragg2013-01-021-1/+0
* replace public cogl_flush with _cogl_framebuffer_flushRobert Bragg2012-11-271-1/+0
* Remove the pipeline layer user matrixNeil Roberts2012-11-211-25/+0
* Remove cogl-primitives.h and CoglTextureVertexNeil Roberts2012-09-141-8/+0
* Remove lots of legacy api depending on the default contextRobert Bragg2012-05-171-359/+0
* Remove legacy stateNeil Roberts2012-04-181-28/+3
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-25/+25
* Remove deprecated cogl_vertex_buffer apiRobert Bragg2012-04-161-1/+0
* Adds cogl_framebuffer_draw_[*_]rectangle functionsRobert Bragg2012-03-201-50/+59
* Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts2012-03-061-1/+2
* context: removes some uses of CoglHandleRobert Bragg2012-02-211-1/+3
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-1/+0
* Move all types/prototypes from cogl.h -> cogl[1]-context.hRobert Bragg2012-02-201-0/+1
* buffer: explicitly relate buffers to a contextRobert Bragg2012-02-091-2/+5
* framebuffer: Add cogl_framebuffer draw methodsRobert Bragg2012-02-091-13/+28
* cogl-primitives: Copy across the texture coordinates if no textureNeil Roberts2012-02-081-6/+6
* Make _cogl_pipeline_get_layer_texture publicNeil Roberts2012-02-071-4/+4
* rectangles: rely on meta-texture api for clampingRobert Bragg2011-11-011-115/+4
* Adds support for a mirrored repeat wrap modeRobert Bragg2011-11-011-4/+4
* meta-texture: This publicly exposes CoglMetaTextureRobert Bragg2011-11-011-27/+47
* primitives: make validate_first_layer_cb update override pipelineRobert Bragg2011-11-011-9/+13
* Add a strong CoglTexture type to replace CoglHandleRobert Bragg2011-09-211-25/+25
* cogl-primitives: Don't warn if using sliced textures without multi-texNeil Roberts2011-09-191-12/+16
* Add internal _cogl_push_source to optionally disable legacy stateNeil Roberts2011-09-191-3/+13
* cogl-primitives: Plug some leaks in cogl_polygonNeil Roberts2011-08-011-4/+15
* Use all core GL functions through indirect pointersNeil Roberts2011-07-081-5/+0
* Don't pass around NULL terminated CoglAttribute arraysRobert Bragg2011-05-161-14/+14
* Rename CoglVertexArray to CoglAttributeBufferRobert Bragg2011-05-161-10/+11
* framebuffer: expose experimental cogl_get_draw_framebufferRobert Bragg2011-04-111-2/+2
* 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-2/+2
* cogl: rename CoglVertexAttribute CoglAttributeRobert Bragg2011-01-211-43/+41
* journal: Support per-framebuffer journalsRobert Bragg2011-01-211-2/+7
* cogl-vertex-attribute: Add flags to _cogl_draw_vertex_attributes_arrayNeil Roberts2011-01-101-1/+5
* primitives: avoid leaking polygon override materialsRobert Bragg2010-11-261-0/+3
* journal: remove possability of fallback layersRobert Bragg2010-11-231-2/+0
* primitives: validate with _cogl_pipeline_foreach_layerRobert Bragg2010-11-231-150/+174
* cogl: remove WrapModeOverrides from FlushOptionsRobert Bragg2010-11-231-2/+0
* vertex-array: Adds data arg for _vertex_array_new()Robert Bragg2010-11-191-4/+2
* cogl-texture: Remove the gl_handle from CoglTextureSliceCallbackNeil Roberts2010-11-111-2/+0
* cogl-pipeline: Use layer overrides as CoglHandles instead of GLuintNeil Roberts2010-11-111-2/+13
* texture_quad_multiple_primitives: rework wrap mode overridesRobert Bragg2010-11-041-29/+55
* _multitexture_quad_single_primitive: avoid wrap overridesRobert Bragg2010-11-041-114/+151
* cogl: Don't flush the journal when flushing clip stateNeil Roberts2010-11-041-0/+40
* cogl-buffer: Use void* instead of guint8* for map and set_dataNeil Roberts2010-11-041-1/+1
* cogl: rename CoglMaterial -> CoglPipelineRobert Bragg2010-11-031-108/+104
* primitives: implements cogl_polygon on vertex_attributesRobert Bragg2010-11-031-419/+160
* cogl: Adds {push,pop,get}_source functionsRobert Bragg2010-10-261-53/+46
* cogl: don't include cogl-debug.h in cogl.h or installRobert Bragg2010-08-021-0/+1