summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.13.2 (snapshot)1.13.2Robert Bragg2013-01-221-4/+4
* Updates NEWS for the 1.13.2 releaseRobert Bragg2013-01-221-1/+43
* Remove vestiges of libdl / dlfcn.h as cogl uses gmodule.Patrick Welche2013-01-222-4/+0
* test-write-texture-formats: Add fuzziness to the pixel comparisonsNeil Roberts2013-01-223-11/+39
* tests: Mark test_framebuffer_get_bits as only working on GLNeil Roberts2013-01-221-1/+3
* bitmap: Don't try to token paste the typenames from stdint.hNeil Roberts2013-01-222-86/+90
* build: update to build with automake 1.13Robert Bragg2013-01-228-17/+17
* tests: flag backface culling failure without NPOT supportRobert Bragg2013-01-221-1/+1
* disable viewport scissor workaround for clearRobert Bragg2013-01-221-0/+37
* Reorder some struct members to avoid padding due to alignmentNeil Roberts2013-01-226-23/+23
* Fix filling the array of texture pointers for sliced texturesNeil Roberts2013-01-221-2/+0
* Don't try to use clip planes on GL3Neil Roberts2013-01-221-10/+13
* framebuffer: Support the GL_RED texture workaround when querying bitsNeil Roberts2013-01-221-0/+10
* Query the framebuffer stencil bits instead of assuming it's globalNeil Roberts2013-01-227-38/+55
* Add a public cogl_framebuffer_get_depth_bits() functionNeil Roberts2013-01-225-2/+33
* framebuffer: Bind the framebuffer before querying the bitsNeil Roberts2013-01-228-92/+71
* Add a test for getting the component sizes from different fbsNeil Roberts2013-01-225-1/+52
* Query glX* functions before getting the context to fix GL3 driverNeil Roberts2013-01-223-172/+183
* Add a conformance test for some wrap modes on a rectangle textureNeil Roberts2013-01-225-8/+198
* Also flip the virtual coordinates when iterating spansNeil Roberts2013-01-222-7/+10
* texture-2d-slice: Fix the foreach_sub_texture_in_region implementationNeil Roberts2013-01-222-13/+19
* texture: Adds cogl_texture_set_data convenience apiRobert Bragg2013-01-223-0/+89
* Allow lazy texture storage allocationRobert Bragg2013-01-2237-417/+711
* texture: add width/height members to base CoglTextureRobert Bragg2013-01-2218-228/+104
* Move _cogl_texture_get_gl_format to -texture-gl.cRobert Bragg2013-01-2210-17/+17
* framebuffer: split out GL read_pixels codeRobert Bragg2013-01-229-363/+414
* Remove cogl-internal.hRobert Bragg2013-01-2257-218/+155
* doc: Add 2013 in the Copyright statementDamien Lespiau2013-01-221-0/+1
* build: Hide cogl_pipeline_cache_{new,free}()Damien Lespiau2013-01-224-8/+6
* enum-types: Fix the header guard #endif commentDamien Lespiau2013-01-221-1/+1
* doc: Fix the remaining broken internal cross-referencesDamien Lespiau2013-01-2215-57/+77
* doc: Fix cross-referencing with glib and gdk-pixbufDamien Lespiau2013-01-222-1/+6
* doc: Use Docbook's <constant> for external constantsDamien Lespiau2013-01-222-11/+16
* doc: Update the list of files to ignoreDamien Lespiau2013-01-221-4/+19
* doc: Add a missing '*' to the documentation of CoglFilterReturnDamien Lespiau2013-01-221-1/+1
* doc: Put the opening '{' at the end of combined typedefsDamien Lespiau2013-01-222-6/+3
* doc: Fix FALSE documentationDamien Lespiau2013-01-221-1/+1
* doc: Fixup type referencesDamien Lespiau2013-01-224-9/+52
* doc: Add Onscreen to the partyDamien Lespiau2013-01-221-0/+1
* doc: Don't use '::' to denote an object propertyDamien Lespiau2013-01-221-13/+13
* doc: Populate cogl-types a bit more and move it to the general sectionDamien Lespiau2013-01-224-28/+42
* doc: Don't use the HTML <ul> but the DocBook equivalentDamien Lespiau2013-01-221-7/+8
* doc: Fix the remaining warning around the depth stateDamien Lespiau2013-01-224-10/+13
* doc: Expose CoglDepthStateDamien Lespiau2013-01-223-7/+13
* doc: Rename the remaining CoglMaterial* elements in the sections fileDamien Lespiau2013-01-221-3/+3
* doc: Use <ulink> to make Gimbal Lock reactiveDamien Lespiau2013-01-221-3/+5
* doc: Unhide cogl-matrix-stack.hDamien Lespiau2013-01-222-2/+1
* doc: Document CoglColorDamien Lespiau2013-01-221-0/+4
* doc: The swap functions have moved from the framebuffer to the onscreenDamien Lespiau2013-01-221-5/+17
* doc: Fix copy/paste error for cogl_framebuffer_get_alpha_bits()Damien Lespiau2013-01-221-1/+1