summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: flag backface culling failure without NPOT supportwip/cogl-1.14Robert Bragg2013-01-211-1/+1
* disable viewport scissor workaround for clearRobert Bragg2013-01-211-0/+37
* Reorder some struct members to avoid padding due to alignmentNeil Roberts2013-01-216-23/+23
* Fix filling the array of texture pointers for sliced texturesNeil Roberts2013-01-211-2/+0
* Don't try to use clip planes on GL3Neil Roberts2013-01-211-10/+13
* framebuffer: Support the GL_RED texture workaround when querying bitsNeil Roberts2013-01-211-0/+10
* Query the framebuffer stencil bits instead of assuming it's globalNeil Roberts2013-01-217-38/+55
* Add a public cogl_framebuffer_get_depth_bits() functionNeil Roberts2013-01-215-2/+33
* framebuffer: Bind the framebuffer before querying the bitsNeil Roberts2013-01-218-92/+71
* Add a test for getting the component sizes from different fbsNeil Roberts2013-01-215-1/+52
* Query glX* functions before getting the context to fix GL3 driverNeil Roberts2013-01-213-172/+183
* Add a conformance test for some wrap modes on a rectangle textureNeil Roberts2013-01-215-8/+198
* Also flip the virtual coordinates when iterating spansNeil Roberts2013-01-212-7/+10
* texture-2d-slice: Fix the foreach_sub_texture_in_region implementationNeil Roberts2013-01-212-13/+19
* texture: Adds cogl_texture_set_data convenience apiRobert Bragg2013-01-213-0/+89
* Allow lazy texture storage allocationRobert Bragg2013-01-2137-417/+711
* texture: add width/height members to base CoglTextureRobert Bragg2013-01-2118-228/+104
* Move _cogl_texture_get_gl_format to -texture-gl.cRobert Bragg2013-01-2110-17/+17
* framebuffer: split out GL read_pixels codeRobert Bragg2013-01-219-363/+414
* Remove cogl-internal.hRobert Bragg2013-01-2157-218/+155
* stash: quark/domainRobert Bragg2013-01-211-2/+2
* doc: Add 2013 in the Copyright statementDamien Lespiau2013-01-211-0/+1
* build: Hide cogl_pipeline_cache_{new,free}()Damien Lespiau2013-01-214-8/+6
* enum-types: Fix the header guard #endif commentDamien Lespiau2013-01-211-1/+1
* doc: Fix the remaining broken internal cross-referencesDamien Lespiau2013-01-2115-57/+77
* doc: Fix cross-referencing with glib and gdk-pixbufDamien Lespiau2013-01-212-1/+6
* doc: Use Docbook's <constant> for external constantsDamien Lespiau2013-01-212-11/+16
* doc: Update the list of files to ignoreDamien Lespiau2013-01-211-4/+19
* doc: Add a missing '*' to the documentation of CoglFilterReturnDamien Lespiau2013-01-211-1/+1
* doc: Put the opening '{' at the end of combined typedefsDamien Lespiau2013-01-212-6/+3
* doc: Fix FALSE documentationDamien Lespiau2013-01-211-1/+1
* doc: Fixup type referencesDamien Lespiau2013-01-214-9/+52
* doc: Add Onscreen to the partyDamien Lespiau2013-01-211-0/+1
* doc: Don't use '::' to denote an object propertyDamien Lespiau2013-01-211-13/+13
* doc: Populate cogl-types a bit more and move it to the general sectionDamien Lespiau2013-01-214-28/+42
* doc: Don't use the HTML <ul> but the DocBook equivalentDamien Lespiau2013-01-211-7/+8
* doc: Fix the remaining warning around the depth stateDamien Lespiau2013-01-214-10/+13
* doc: Expose CoglDepthStateDamien Lespiau2013-01-213-7/+13
* doc: Rename the remaining CoglMaterial* elements in the sections fileDamien Lespiau2013-01-211-3/+3
* doc: Use <ulink> to make Gimbal Lock reactiveDamien Lespiau2013-01-211-3/+5
* doc: Unhide cogl-matrix-stack.hDamien Lespiau2013-01-212-2/+1
* doc: Document CoglColorDamien Lespiau2013-01-211-0/+4
* doc: The swap functions have moved from the framebuffer to the onscreenDamien Lespiau2013-01-211-5/+17
* doc: Fix copy/paste error for cogl_framebuffer_get_alpha_bits()Damien Lespiau2013-01-211-1/+1
* doc: Document the members of CoglPollFDEventDamien Lespiau2013-01-211-0/+7
* doc: Fix various mismatches between arguments and their documentationDamien Lespiau2013-01-2113-20/+39
* doc: Make a pass on CoglRenderer argument documentationDamien Lespiau2013-01-212-2/+18
* doc: The filter related functions have lost '_native'Damien Lespiau2013-01-211-6/+6
* doc: Finish describing the arguments of cogl_error_matches()Damien Lespiau2013-01-211-1/+3
* doc: Declare CoglIndicesDamien Lespiau2013-01-211-1/+7