summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add experimental-api guards for cogl_renderer_foreach_output()wip/frame-synchronizationOwen W. Taylor2013-01-291-0/+4
* Fix return type for cogl_frame_info_get_refresh_rateOwen W. Taylor2013-01-292-2/+2
* Clean up Since: and Stability: for frame-info additionsOwen W. Taylor2013-01-284-8/+15
* Don't convert gettimeofday() UST valuesOwen W. Taylor2013-01-281-14/+0
* Add cogl_clock_get_time()Owen W. Taylor2013-01-284-0/+75
* Add documentation for CoglOutputOwen W. Taylor2013-01-281-1/+157
* Remove cogl_frame_info_get_complete()Owen W. Taylor2013-01-255-31/+4
* Replace frame history with a queueOwen W. Taylor2013-01-255-126/+28
* Switch presentation time to nanosecondsOwen W. Taylor2013-01-252-16/+15
* Don't use g_get_monotonic_time()Owen W. Taylor2013-01-252-29/+49
* Remove cogl_frame_info_get_frame_time()Owen W. Taylor2013-01-255-29/+2
* Add cogl_frame_info_get_output()Owen W. Taylor2013-01-254-14/+49
* onscreen: Provide more general CoglFrameCallback apiRobert Bragg2013-01-249-198/+356
* renderer: expose CoglOutputsRobert Bragg2013-01-244-0/+103
* frame-info: s/_refresh_interval/_refresh_rate/Robert Bragg2013-01-244-15/+13
* rename SwapInfo to FrameInfoRobert Bragg2013-01-249-137/+137
* use c99 types if applicable and s/gboolean/CoglBool/Robert Bragg2013-01-236-14/+14
* 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-238-9/+581
* Post-release version bump to 1.13.3Robert Bragg2013-01-221-2/+2
* 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