summaryrefslogtreecommitdiff
path: root/cogl
Commit message (Expand)AuthorAgeFilesLines
* Use the same number for n_tex_coord_attribs in all linked shadersNeil Roberts2011-11-027-50/+64
* pipeline: Reset last_used_for_pipeline when the pipeline is destroyedNeil Roberts2011-10-242-10/+26
* cogl-winsys-egl: Use the abstraction to update the window sizeNeil Roberts2011-10-181-3/+3
* build: removes unused variable i to avoid compiler warningRobert Bragg2011-10-171-2/+0
* arbfp: assume GL_TEXTURE_2D target for NULL textureRobert Bragg2011-10-171-2/+8
* x11-tfp: don't call winsys x11_damage_notify without winsysRobert Bragg2011-10-171-8/+14
* pipeline: don't leak the layers_cacheRobert Bragg2011-10-121-0/+2
* cogl-primitives: Don't warn if using sliced textures without multi-texNeil Roberts2011-09-191-12/+16
* Make backface culling be part of the legacy stateNeil Roberts2011-09-1912-103/+258
* cogl-framebuffer: Force flushing the color mask when changing fbsNeil Roberts2011-09-192-37/+64
* pipeline-arbfp: Check for fog on the pipeline not the legacy stateNeil Roberts2011-09-193-1/+16
* Add internal _cogl_push_source to optionally disable legacy stateNeil Roberts2011-09-1910-34/+76
* cogl-path: Don't apply legacy state twice when strokingNeil Roberts2011-09-191-12/+2
* winsys-glx: Fix synchronisation behaviour in _cogl_winsys_onscreen_swap_regionAdel Gadllah2011-09-193-2/+16
* pipeline: mark all cogl-pipeline.h symbols experimentalRobert Bragg2011-09-191-2/+13
* pipeline: split out all layer state apisRobert Bragg2011-09-198-2072/+2322
* pipeline: split out all core state apisRobert Bragg2011-09-198-1976/+2257
* cogl: Bind the locale dir for the Cogl domainNeil Roberts2011-09-192-0/+5
* cogl-journal: Fix software clipping for non-intersecting rectanglesNeil Roberts2011-09-141-0/+4
* cogl-path: Clear the stroke attribute buffer when modifying the pathNeil Roberts2011-09-121-2/+3
* 2.0: Add cogl2-experimental.h + don't pollute .pc CFLAGSRobert Bragg2011-09-093-1/+33
* arbfp: remove redundant unit_state re-initializationRobert Bragg2011-09-091-7/+0
* arbfp: track which layers have combine constantsRobert Bragg2011-09-091-1/+4
* Starts porting Cogl conformance tests from ClutterRobert Bragg2011-09-081-0/+5
* Fix typo in cogl/cogl-display.hChun-wei Fan2011-09-061-1/+1
* framebuffer: Add a getter for the framebuffer formatRobert Bragg2011-09-052-0/+22
* display: always ensure we have an onscreen_templateRobert Bragg2011-09-053-6/+8
* texture-2d: move #defines before gtk-docRobert Bragg2011-09-051-6/+6
* cogl-pipeline-fragend-glsl: Cache the results of texture lookupsNeil Roberts2011-09-051-60/+78
* fragend-glsl: Don't generate code for ignored layersNeil Roberts2011-09-051-36/+162
* texture: Call _cogl_texture_prepare_for_upload in set_region implNeil Roberts2011-09-056-56/+87
* blend-strings: Make braces around blend factor optionalRobert Bragg2011-09-052-7/+27
* renderer: Add cogl_renderer_get_n_fragment_texture_units()Damien Lespiau2011-09-052-0/+32
* display: Add an accessor to get the renderer out of a displayDamien Lespiau2011-09-052-0/+10
* context: Add an accessor to get display associated with the contextDamien Lespiau2011-09-052-0/+10
* pipeline: Remove unsused get_max_texture_image_units()Damien Lespiau2011-09-053-26/+0
* matrix: Add cogl_matrix_look_atRobert Bragg2011-08-122-0/+118
* framebuffer: make _swap_region coords top-left relativeRobert Bragg2011-08-125-5/+32
* framebuffer: lazily allocate framebuffers as neededRobert Bragg2011-08-121-4/+6
* framebuffer: Make framebuffer_clear APIs public experimentalRobert Bragg2011-08-124-41/+65
* framebuffer: don't reference default fb in _clear apisRobert Bragg2011-08-128-47/+59
* framebuffer: avoid redundant calls to _init_bitsRobert Bragg2011-08-121-6/+0
* framebuffer: Adds a context getter for CoglFramebufferRobert Bragg2011-08-122-0/+24
* buffer: make the COGL_BUFFER casting macro publicRobert Bragg2011-08-122-2/+2
* stb_image: use glib sized typesRobert Bragg2011-08-121-154/+147
* ext-functions: Don't assume GLchar typedefRobert Bragg2011-08-121-5/+5
* cogl: Add support for reading a cogl.conf config fileRobert Bragg2011-08-127-1/+179
* cogl-blend-string: Fix TEXTURE_N sourcesNeil Roberts2011-08-041-7/+7
* Flush the journal before changing the projectionRobert Bragg2011-08-021-2/+13
* egl-gdl: Don't generate cogl-display.hDamien Lespiau2011-08-011-1/+1