summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.7.8 (snapshot)1.7.8Robert Bragg2011-09-051-4/+4
* Updates NEWS for the 1.7.8 releaseRobert Bragg2011-09-051-0/+36
* build: Require gobject-2.0 and gmodule-no-export-2.0Emmanuele Bassi2011-09-051-2/+2
* 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
* Update the COPYING fileEmmanuele Bassi2011-09-051-11/+9
* 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
* examples: use $(COGL_PANGO_DEP_LIBS) for cogl-pango usersRobert Bragg2011-09-051-1/+1
* 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-053-0/+33
* display: Add an accessor to get the renderer out of a displayDamien Lespiau2011-09-053-0/+11
* context: Add an accessor to get display associated with the contextDamien Lespiau2011-09-053-0/+11
* pipeline: Remove unsused get_max_texture_image_units()Damien Lespiau2011-09-053-26/+0
* android: don't list android/hello/res/values for distRobert Bragg2011-09-051-1/+0
* Added and updated Kannada TranslationShankar Prasad2011-09-051-0/+37
* Added galician translationsFran Dieguez2011-09-041-0/+35
* Added Lithuanian translationAurimas Černius2011-09-041-0/+34
* Added Punjabi TranslationA S Alam2011-09-041-0/+37
* Updated Czech translationMarek Černocký2011-09-041-1/+1
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2011-09-042-0/+68
* Add Esperanto translationKristjan SCHMIDT2011-09-031-0/+34
* Updated Brazilian Portuguese translation.Flamarion Jorge2011-09-031-0/+34
* Added Norwegian bokmål translationKjartan Maraas2011-09-031-0/+33
* Updated Swedish translationDaniel Nylander2011-09-031-0/+34
* Czech translationMarek Černocký2011-09-021-0/+36
* Updated Spanish translationJorge González2011-09-021-0/+34
* Added French translationClaude Paroz2011-09-021-0/+34
* Post-release version bump to 1.7.7Neil Roberts2011-08-121-2/+2
* Release 1.7.6 (snapshot)1.7.6Neil Roberts2011-08-121-4/+4
* README: Fix the version numberNeil Roberts2011-08-121-1/+1
* Updates NEWS for the 1.7.6 releaseNeil Roberts2011-08-121-0/+46
* android: Make sure to dist the hello exampleRobert Bragg2011-08-121-1/+11
* android: Update the hello example to the latest glib-android API changeDamien Lespiau2011-08-121-1/+1
* android: Commit the build.xml fileDamien Lespiau2011-08-122-1/+84
* matrix: Add cogl_matrix_look_atRobert Bragg2011-08-123-0/+119
* 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-125-41/+67
* 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-123-0/+25
* 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
* build: only have libcogl-pango depend on pangoRobert Bragg2011-08-124-5/+10
* cogl-pango-display-list: Use cogl_rectangles_with_texture_coordsNeil Roberts2011-08-111-54/+96