summaryrefslogtreecommitdiff
path: root/cogl
Commit message (Expand)AuthorAgeFilesLines
* rename CoglFrameTimings to CoglSwapInfoRobert Bragg2013-01-239-155/+158
* move outputs member up to CoglRendererRobert Bragg2013-01-233-17/+13
* use c99 types if applicable and s/gboolean/CoglBool/Robert Bragg2013-01-232-4/+4
* pedantic style fixesRobert Bragg2013-01-232-18/+34
* Add CoglFrameTimingsOwen W. Taylor2013-01-2311-15/+764
* Prefer OML_sync_control over SGI_video_sync when waiting for swapOwen W. Taylor2013-01-232-7/+50
* Add missing cogl-output.cOwen W. Taylor2013-01-231-0/+110
* Add CoglOutput and track for the GLX backendOwen W. Taylor2013-01-237-8/+579
* Remove vestiges of libdl / dlfcn.h as cogl uses gmodule.Patrick Welche2013-01-222-4/+0
* 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-221-4/+4
* 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-224-2/+32
* framebuffer: Bind the framebuffer before querying the bitsNeil Roberts2013-01-227-89/+70
* Query glX* functions before getting the context to fix GL3 driverNeil Roberts2013-01-223-172/+183
* Also flip the virtual coordinates when iterating spansNeil Roberts2013-01-221-6/+9
* texture-2d-slice: Fix the foreach_sub_texture_in_region implementationNeil Roberts2013-01-221-11/+17
* texture: Adds cogl_texture_set_data convenience apiRobert Bragg2013-01-222-0/+88
* Allow lazy texture storage allocationRobert Bragg2013-01-2233-402/+699
* 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-2256-217/+155
* 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-2214-57/+57
* doc: Use Docbook's <constant> for external constantsDamien Lespiau2013-01-222-11/+16
* 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-223-5/+5
* 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-222-16/+15
* 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-223-10/+9
* doc: Expose CoglDepthStateDamien Lespiau2013-01-221-5/+9
* doc: Use <ulink> to make Gimbal Lock reactiveDamien Lespiau2013-01-221-3/+5
* doc: Unhide cogl-matrix-stack.hDamien Lespiau2013-01-221-1/+1
* doc: Document CoglColorDamien Lespiau2013-01-221-0/+4
* doc: Document the members of CoglPollFDEventDamien Lespiau2013-01-221-0/+7
* doc: Fix various mismatches between arguments and their documentationDamien Lespiau2013-01-2213-20/+39
* doc: Make a pass on CoglRenderer argument documentationDamien Lespiau2013-01-222-2/+18
* doc: Finish describing the arguments of cogl_error_matches()Damien Lespiau2013-01-221-1/+3
* doc: Fix small typo of sequenceDamien Lespiau2013-01-221-1/+1
* doc: Update the section name and description of CoglIndicesDamien Lespiau2013-01-221-3/+2